Advertisement
FHWWCTeam

Untitled

Oct 4th, 2018
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.26 KB | None | 0 0
  1. <html class="js no-mobile desktop no-ie chrome chrome70 interact-section w-811 gt-240 gte-240 gt-320 gte-320 gt-480 gte-480 gt-640 gte-640 gt-768 gte-768 gt-800 gte-800 lt-1024 lt-1280 lt-1440 lt-1680 lt-1920 no-portrait landscape gradient rgba opacity textshadow multiplebgs boxshadow borderimage borderradius cssreflections csstransforms csstransitions no-touch no-retina fontface ui-mobile domloaded env-Prod jma-mode-full ui-loading" id="index-page"><head><base href="https://microsoft.gointeract.io/interact/index?interaction=1461173234028-3884f8602eccbe259104553afa8415434b4581-05d1&amp;accountId=microsoft&amp;appkey=196de13c-e946-4531-98f6-2719ec8405ce&amp;Language=English&amp;CountryCode=US&amp;CountryLanguage=EN">
  2. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
  3. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> <!-- tells browser not to cache -->
  4. <meta http-equiv="expires" content="0"> <!-- says that the cache expires 'now' -->
  5. <meta http-equiv="pragma" content="no-cache, no-store"> <!-- says not to use cached stuff, if there is any -->
  6. <meta charset="utf-8">
  7. <link rel="manifest" href="manifest.json">
  8.  
  9. <script>
  10. function runS8Patch() {
  11. // Patch for Samsung S8 and S8+: Open Chrome instead of in-app browser
  12. if (navigator.userAgent.match(/SamsungBrowser/) &&
  13. navigator.userAgent.match(/SAMSUNG SM-G950F|SAMSUNG SM-G955F/)){
  14. var url = window.location.href;
  15. var index = url.indexOf(":");
  16.  
  17. if (index > 0){
  18. var scheme = url.substring(0,index);
  19. url = url.substring(index);
  20. window.location = "intent" + url +"#Intent;scheme=" + scheme + ";package=com.android.chrome;end";
  21. return true;
  22. }
  23. }
  24. }
  25. </script>
  26.  
  27. <script type="text/javascript">
  28. var runFromLocal = window.location.search.indexOf('loadFrom=LOCAL') > -1;
  29. var runFromCDN = window.location.search.indexOf('loadFrom=CDN') > -1;
  30. var showLoadTimes = window.location.search.indexOf('showLoadTimes=true') > -1;
  31. if(showLoadTimes) {
  32. var start = +new Date();
  33. }
  34. var head_conf = {
  35. screensCss: { "gt": true, "gte": true, "lt": true, "lte": false, "eq": false },
  36. };
  37.  
  38. function loadScript(url, callback, fail, timeout, check) {
  39. var script = document.createElement("script")
  40. script.type = "text/javascript";
  41.  
  42. var ticks = 0;
  43. var failed = false;
  44. if(timeout) {
  45. var timer = setInterval(function() {
  46. ticks++;
  47. if(ticks*100 >= timeout) {
  48. clearInterval(timer);
  49. failed = true;
  50. fail();
  51. }
  52. }, 100);
  53. }
  54.  
  55. if (script.readyState) { //IE
  56. if(!failed) {
  57. clearInterval(timer);
  58. script.onreadystatechange = function () {
  59. if (script.readyState == "loaded" || script.readyState == "complete") {
  60. script.onreadystatechange = null;
  61. callback();
  62. }
  63. };
  64. }
  65. } else { //Others
  66. script.onload = function () {
  67. if(!failed) {
  68. clearInterval(timer);
  69. callback();
  70. }
  71. };
  72. }
  73.  
  74. script.src = url;
  75. document.getElementsByTagName("head")[0].appendChild(script);
  76. }
  77.  
  78. function loadFromCDN() {
  79. head.load('//cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.0/jquery.mobile.icons.min.css',
  80. '//cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.0/jquery.mobile.structure.min.css',
  81. '/mobileweb/css/mobileweb.min.css?ver=4330_Interact_10.0.1.1_Patch',
  82. '//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js',
  83. '//cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js',
  84. '//cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.4/hammer.min.js',
  85. '/mobileweb/js/plugins.min.js?ver=4330_Interact_10.0.1.1_Patch',
  86. '/mobileweb/js/basic.min.js?ver=4330_Interact_10.0.1.1_Patch',
  87. '/mobileweb/js/renderers.min.js?ver=4330_Interact_10.0.1.1_Patch', loadMobileApp);
  88. }
  89.  
  90. function loadFromLocal() {
  91. head.load('/mobileweb/jquery/jquery.mobile.icons-1.4.0.css',
  92. '/mobileweb/jquery/jquery.mobile.structure-1.4.0.css',
  93. '/mobileweb/css/mobileweb.min.css?ver=4330_Interact_10.0.1.1_Patch',
  94. '/mobileweb/jquery/jquery-1.10.2.js',
  95. '/mobileweb/jquery/jquery.mobile-1.4.5.js',
  96. '/mobileweb/plugins/hammer.js',
  97. '/mobileweb/js/plugins.min.js?ver=4330_Interact_10.0.1.1_Patch',
  98. '/mobileweb/js/basic.min.js?ver=4330_Interact_10.0.1.1_Patch',
  99. '/mobileweb/js/renderers.min.js?ver=4330_Interact_10.0.1.1_Patch', loadMobileApp);
  100. }
  101.  
  102.  
  103. function loadMobileApp() {
  104.  
  105. if (showLoadTimes) {
  106. console.log('javascript and css loaded after ', +new Date()
  107. - start, ' after start');
  108. }
  109.  
  110. $(function() {
  111.  
  112. options = {
  113. mode : $.url().param('mode'),
  114. layout : {
  115. theme : $.url().param('theme'),
  116. themeUrl : $.url().param('themeUrl'), /* default theme css from jquery mobile */
  117. jacadaCss : $.url().param('jacadaCss'),
  118. jsExtension : $.url().param('jsExtension')
  119. },
  120. connection : {
  121. server : $.url().param('baseUrl'),
  122. accountId : $.url().param('accountId')
  123. },
  124. authentication : {
  125. applicationKey : $.url().param('appkey'),
  126. accessToken : $.url().param('accessToken')
  127. },
  128. autostart : {
  129. interactionId : $.url().param('interaction'),
  130. interactionName : $.url().param('int-name')
  131. },
  132. events : {
  133. backToCoverApp : function(e) {
  134. if ($.url().param('backToCoverUrl')) {
  135. window.location = $.url().param(
  136. 'backToCoverUrl');
  137. e.cancel = true;
  138. } else {
  139. e.cancel = false;
  140. }
  141. }
  142. }
  143. }
  144. window.mobilewebappInstance = new MobileWebApp(options);
  145. });
  146. }
  147. </script>
  148.  
  149. <title>Self Service for Mobile</title>
  150.  
  151. <style>
  152. .jma-splash {
  153. margin: 100px auto;
  154. text-align: center;
  155. }
  156.  
  157. .jma-splash-icon {
  158. width: 64px;
  159. height: 64px;
  160. background-image: url('/mobileweb/css/images/loading.gif');
  161. margin: 20px auto;
  162. }
  163.  
  164. .jma-splash-text {
  165. font-family: arial, san-serif;
  166. color: #a3bbd5;
  167. font-size: 18px;
  168. }
  169.  
  170. </style>
  171.  
  172.  
  173. <style>.jma-splash {
  174. margin: 100px auto;
  175. text-align: center;
  176. }
  177.  
  178. .jma-splash-icon {
  179. width: 64px;
  180. height: 64px;
  181. background-image: url('/mobileweb/css/images/loading.gif');
  182. margin: 20px auto;
  183. }
  184.  
  185. .jma-splash-text {
  186. font-family: arial, san-serif;
  187. color: #a3bbd5;
  188. font-size: 18px;
  189. }</style>
  190. <link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.0/jquery.mobile.icons.min.css"><link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.0/jquery.mobile.structure.min.css"><link type="text/css" rel="stylesheet" href="/mobileweb/css/mobileweb.min.css?ver=4330_Interact_10.0.1.1_Patch"><script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script><script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js"></script><script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.4/hammer.min.js"></script><script type="text/javascript" src="/mobileweb/js/plugins.min.js?ver=4330_Interact_10.0.1.1_Patch"></script><script type="text/javascript" src="/mobileweb/js/basic.min.js?ver=4330_Interact_10.0.1.1_Patch"></script><script type="text/javascript" src="/mobileweb/js/renderers.min.js?ver=4330_Interact_10.0.1.1_Patch"></script><link type="text/css" rel="stylesheet" href="https://microsoft.gointeract.io:443//interact/resources/themes/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/Prod/Default/54188887e4b0b22fd5e09232/1529503719578/1.css"><link type="text/css" rel="stylesheet" href="https://microsoft.gointeract.io:443//interact/resources/themes/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/Prod/common/1529503719578/1.css"><link type="text/css" rel="stylesheet" href="https://microsoft.gointeract.io:443//interact/resources/themes/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/Prod/Jacada/54188887e4b0b22fd5e09232/1529503719578/1.css"><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/themes/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/Prod/js/JsExt/54188887e4b0b22fd5e09232/1529503719578/1.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/54179010e4b0b22fd5e08d65/1529071744878/DirectDialFromContactUsPage.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/5429aaa9e4b046c22b85e583/1529071744881/CustomErrorHandler-Imported-04-21-16-0331.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/544e9b45e4b046c22b86afec/1529071744885/Themer-Imported-05-25-16-2029.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/5442965ce4b046c22b8679dd/1529071744889/DisableNextBack-Imported-05-25-16-2029.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/5640bf2ce4b08c135f389f91/1529071744893/Win10Help Product Keys Info-Imported-04-21-16-0330.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/544565bde4b046c22b8682e6/1529071744897/BinaryForm-Imported-04-21-16-0330.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/55650fbde4b0868f3effaccc/1529071744900/PIDFIeldsCaptureEMEA-Imported-04-21-16-0330.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/548f166be4b016e7942203fb/1529071744904/SurveyStarsRendeders-Imported-04-21-16-0330.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/548a0ed0e4b016e79421fd80/1529071744908/SurveyValidation-Imported-04-21-16-0331.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/5442b1a8e4b046c22b867a0a/1529071744912/PANAfeedback-Imported-04-21-16-0330.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/540a0beae4b0b22fd5e075cc/1529071744916/ForwardToUrlFromIframe.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/5410991be4b0b22fd5e07c32/1529071744919/DateTimeExtension.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/542304dce4b046c22b85bc51/1529071744924/FeedbackformButtons.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/56e2f1f9e4b042f9f9e73e12/1529071744928/CommandRunnder.js"></script><script type="text/javascript" src="https://microsoft.gointeract.io:443//interact/resources/extensions/microsoft/196de13c-e946-4531-98f6-2719ec8405ce/5b1ea9fa71cf93f3509a9293/1529071744933/PAOCR.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/headjs/1.0.3/head.min.js"></script></head>
  191. <body class="ui-mobile-viewport pana ui-overlay-a" style=""><video class="ocrView" id="ocrVideo" width="665" style="z-index: 1001;"></video><canvas class="ocrView" id="ocrCanvas" width="665" style="z-index: 1002;"></canvas><canvas></canvas><div data-role="page" data-dom-cache="false" data-theme="a" tabindex="0" class="ui-page ui-page-theme-a ui-page-active" style="padding-top: 82px; padding-bottom: 40px; min-height: 504px;"><div data-role="header" data-position="fixed" data-tap-toggle="false" data-theme="a" data-hide-during-focus="" role="banner" class="ui-header ui-bar-a ui-header-fixed slidedown"><div class="logo-container"><div class="logo"></div></div><div class="page-title-container"><div class="page-title">Product Activation</div></div><div class="triangle"></div></div><div data-role="content" class="ui-content" role="main" style="display: block;"><p class="jma-header-footer header" style="display: none;"></p><div class="jma-content-sections"><div class="jma-content-section jma-has-header jma-has-choices" data-refname="productkeyform-header"><p class="jma-header-footer header"><p align="center"><b><span style="font-size:14pt;">Please Enter Your Installation ID </span></b><br>This number is displayed in the Activation Window </p> <table align="center" id="custom-pid-table"> <tbody><tr><td><div class="align-center custom-msft-label">1 </div> <div class="align-center input"> <div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field1" type="tel" value="" pattern="[0-9]*"></div> </div> </td><td><div class="align-center custom-msft-label">2 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field2" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td><td><div class="align-center custom-msft-label">3 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field3" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td> </tr> <tr><td><div class="align-center custom-msft-label">4 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field4" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td><td><div class="align-center custom-msft-label">5 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field5" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td><td><div class="align-center custom-msft-label">6 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field6" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td> </tr> <tr><td><div class="align-center custom-msft-label">7 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field7" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td><td><div class="align-center custom-msft-label">8 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field8" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td><td><div class="align-center custom-msft-label">9 </div> <div class="align-center input"> <div class="ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all"><input onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" id="field9" type="tel" value="" pattern="[0-9]*" max="9999999" min="1000000"></div> </div> </td> </tr> </tbody></table> <div id="numTimesFailed" style="display:none;">0 </div> <div id="maxLengthChosen" style="display:none;">7 </div></p><ul data-role="listview" data-inset="true" class="ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"></ul></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield1"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3148f8602eccbe259104553afa8415434b4581-02f1" style="white-space: normal;">1</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3148f8602eccbe259104553afa8415434b4581-02f1" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield2"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3156f8602eccbe259104553afa8415434b4581-02f9" style="white-space: normal;">2</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3156f8602eccbe259104553afa8415434b4581-02f9" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield3"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3153f8602eccbe259104553afa8415434b4581-02f6" style="white-space: normal;">3</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3153f8602eccbe259104553afa8415434b4581-02f6" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield4"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3150f8602eccbe259104553afa8415434b4581-02f3" style="white-space: normal;">4</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3150f8602eccbe259104553afa8415434b4581-02f3" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield5"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3158f8602eccbe259104553afa8415434b4581-02fb" style="white-space: normal;">5</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3158f8602eccbe259104553afa8415434b4581-02fb" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield6"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3157f8602eccbe259104553afa8415434b4581-02fa" style="white-space: normal;">6</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3157f8602eccbe259104553afa8415434b4581-02fa" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield7"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3155f8602eccbe259104553afa8415434b4581-02f8" style="white-space: normal;">7</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3155f8602eccbe259104553afa8415434b4581-02f8" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield8"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3152f8602eccbe259104553afa8415434b4581-02f5" style="white-space: normal;">8</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3152f8602eccbe259104553afa8415434b4581-02f5" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfield9"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3151f8602eccbe259104553afa8415434b4581-02f4" style="white-space: normal;">9</label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3151f8602eccbe259104553afa8415434b4581-02f4" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pkfullkey"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="jma-no-label ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3154f8602eccbe259104553afa8415434b4581-02f7" style="white-space: normal;"></label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3154f8602eccbe259104553afa8415434b4581-02f7" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><div class="jma-section-separator"></div><div class="jma-content-section jma-has-header jma-has-choices jma-has-footer" data-refname="pksubmitcancel"><p class="jma-header-footer header" style="display: none;"></p><ul data-role="listview" data-inset="true" class="jma-text-input ui-listview ui-listview-inset ui-corner-all ui-shadow" style="display: none;"><li class="jma-no-label ui-li-static ui-body-inherit ui-first-child ui-last-child"><label for="1461173234025-3149f8602eccbe259104553afa8415434b4581-02f2" style="white-space: normal;"></label><div class="ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset"><input id="1461173234025-3149f8602eccbe259104553afa8415434b4581-02f2" placeholder="Submit" maxlength="150" type="text"></div></li></ul><p class="jma-header-footer footer" style="display: none;"></p></div><ul data-role="listview" data-inset="true" class="jma-click-to-continue ui-listview ui-listview-inset ui-corner-all ui-shadow"><li class="jma-click-to-continue-item ui-first-child" data-refname="pahtmlformquestion-1"><a class="jma-click-to-continue-button ui-btn ui-btn-icon-right ui-icon-carat-r" id="custom-msft-submit">Submit</a></li><li class="jma-click-to-continue-item" data-refname="pahtmlformquestion-1"><a class="jma-click-to-continue-button ui-btn ui-btn-icon-right ui-icon-carat-r ui-last-child" id="custom-msft-help">Help</a></li><li class="jma-click-to-continue-item ui-last-child" data-refname="pahtmlformquestion-1" style="display: none;"><a class="jma-click-to-continue-button ui-btn ui-btn-icon-right ui-icon-carat-r ui-last-child" id="custom-msft-cancel">Cancel</a></li></ul></div><p class="jma-header-footer footer" style="display: none;"></p></div><div data-role="footer" data-position="fixed" data-tap-toggle="false" data-theme="a" data-hide-during-focus="" role="contentinfo" class="ui-footer ui-bar-a ui-footer-fixed slideup"><div class="footer-container"><div class="footer-left"><div class="footer-element privacyStatement"><a href="https://privacy.microsoft.com/en-us/privacystatement" target="_blank">Privacy Statement</a></div></div><div class="footer-right"><div class="footer-element"><div class="back-btn">‹</div></div><div class="footer-element"><div class="next-btn next-btn-disabled">›</div></div></div></div></div></div><div class="blockUI" style="display:none"></div><div class="blockUI blockOverlay" style="z-index: 2000; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgb(0, 0, 0); opacity: 0.6; cursor: wait; position: fixed;"></div><div class="blockUI blockMsg blockPage" style="z-index:2011;display:none;position:fixed"></div><div class="ui-loader ui-corner-all ui-body-a ui-loader-verbose"><span class="ui-icon-loading"></span><h1>Loading...</h1></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement