Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. </title><meta name="viewport" content="width=device-width, initial-scale=1" /><meta name="description" /><meta content="themes-lab" name="author" /><link rel="shortcut icon" href="../assets/img/favicon.png" /><link href="../assets/css/style.css" rel="stylesheet" /><link href="../assets/css/ui.css" rel="stylesheet" /><link href="../assets/plugins/icheck/skins/all.css" rel="stylesheet" /><link href="../assets/plugins/bootstrap-loading/lada.min.css" rel="stylesheet" /></head>
  5. <body class="account2 signup" data-page="signup">
  6. <form method="post" action="./SignupAccount" id="form1">
  7. <div class="aspNetHidden">
  8. <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
  9. <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
  10. <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="Y8PWCd9QmSDoAfauwXR9cjlbvfL0MxaHeQbMR6WdLCdGhIfL6yIRo+AJvhdfXbDF6pWCynZVLSkUTa4Cp4ugmQ0iyvKmYzzl0St9slFiyms=" />
  11. </div>
  12.  
  13. <script type="text/javascript">
  14. //<![CDATA[
  15. var theForm = document.forms['form1'];
  16. if (!theForm) {
  17. theForm = document.form1;
  18. }
  19. function __doPostBack(eventTarget, eventArgument) {
  20. if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
  21. theForm.__EVENTTARGET.value = eventTarget;
  22. theForm.__EVENTARGUMENT.value = eventArgument;
  23. theForm.submit();
  24. }
  25. }
  26. //]]>
  27. </script>
  28.  
  29.  
  30. <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZCY--w1s0nGb-ijrzJ8Ib7YXMzuW_VD1892al5MRHXy0N9oUYzRpnO_iSWK4dGFIBg2&amp;t=635973540379903888" type="text/javascript"></script>
  31.  
  32.  
  33. <script src="../Scripts/WebForms/MsAjax/MicrosoftAjax.js" type="text/javascript"></script>
  34. <script type="text/javascript">
  35. //<![CDATA[
  36. if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
  37. //]]>
  38. </script>
  39.  
  40. <script src="../Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js" type="text/javascript"></script>
  41. <script type="text/javascript">
  42. //<![CDATA[
  43. var PageMethods = function() {
  44. PageMethods.initializeBase(this);
  45. this._timeout = 0;
  46. this._userContext = null;
  47. this._succeeded = null;
  48. this._failed = null;
  49. }
  50. PageMethods.prototype = {
  51. _get_path:function() {
  52. var p = this.get_path();
  53. if (p) return p;
  54. else return PageMethods._staticInstance.get_path();},
  55. SignupAccount:function(fname,lname,email,password,succeededCallback, failedCallback, userContext) {
  56. /// <param name="fname" type="String">System.String</param>
  57. /// <param name="lname" type="String">System.String</param>
  58. /// <param name="email" type="String">System.String</param>
  59. /// <param name="password" type="String">System.String</param>
  60. /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
  61. /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
  62. /// <param name="userContext" optional="true" mayBeNull="true"></param>
  63. return this._invoke(this._get_path(), 'SignupAccount',false,{fname:fname,lname:lname,email:email,password:password},succeededCallback,failedCallback,userContext); }}
  64. PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy);
  65. PageMethods._staticInstance = new PageMethods();
  66. PageMethods.set_path = function(value) {
  67. PageMethods._staticInstance.set_path(value); }
  68. PageMethods.get_path = function() {
  69. /// <value type="String" mayBeNull="true">The service url.</value>
  70. return PageMethods._staticInstance.get_path();}
  71. PageMethods.set_timeout = function(value) {
  72. PageMethods._staticInstance.set_timeout(value); }
  73. PageMethods.get_timeout = function() {
  74. /// <value type="Number">The service timeout.</value>
  75. return PageMethods._staticInstance.get_timeout(); }
  76. PageMethods.set_defaultUserContext = function(value) {
  77. PageMethods._staticInstance.set_defaultUserContext(value); }
  78. PageMethods.get_defaultUserContext = function() {
  79. /// <value mayBeNull="true">The service default user context.</value>
  80. return PageMethods._staticInstance.get_defaultUserContext(); }
  81. PageMethods.set_defaultSucceededCallback = function(value) {
  82. PageMethods._staticInstance.set_defaultSucceededCallback(value); }
  83. PageMethods.get_defaultSucceededCallback = function() {
  84. /// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
  85. return PageMethods._staticInstance.get_defaultSucceededCallback(); }
  86. PageMethods.set_defaultFailedCallback = function(value) {
  87. PageMethods._staticInstance.set_defaultFailedCallback(value); }
  88. PageMethods.get_defaultFailedCallback = function() {
  89. /// <value type="Function" mayBeNull="true">The service default failed callback.</value>
  90. return PageMethods._staticInstance.get_defaultFailedCallback(); }
  91. PageMethods.set_enableJsonp = function(value) { PageMethods._staticInstance.set_enableJsonp(value); }
  92. PageMethods.get_enableJsonp = function() {
  93. /// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
  94. return PageMethods._staticInstance.get_enableJsonp(); }
  95. PageMethods.set_jsonpCallbackParameter = function(value) { PageMethods._staticInstance.set_jsonpCallbackParameter(value); }
  96. PageMethods.get_jsonpCallbackParameter = function() {
  97. /// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
  98. return PageMethods._staticInstance.get_jsonpCallbackParameter(); }
  99. PageMethods.set_path("SignupAccount");
  100. PageMethods.SignupAccount= function(fname,lname,email,password,onSuccess,onFailed,userContext) {
  101. /// <param name="fname" type="String">System.String</param>
  102. /// <param name="lname" type="String">System.String</param>
  103. /// <param name="email" type="String">System.String</param>
  104. /// <param name="password" type="String">System.String</param>
  105. /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
  106. /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
  107. /// <param name="userContext" optional="true" mayBeNull="true"></param>
  108. PageMethods._staticInstance.SignupAccount(fname,lname,email,password,onSuccess,onFailed,userContext); }
  109. //]]>
  110. </script>
  111.  
  112. <script type="text/javascript">
  113. //<![CDATA[
  114. Sys.WebForms.PageRequestManager._initialize('ScriptManager1', 'form1', [], [], [], 90, '');
  115. //]]>
  116. </script>
  117.  
  118.  
  119. <div class="aspNetHidden">
  120.  
  121. <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="36F90C25" />
  122. </div></form>
  123.  
  124. <!-- Visual Studio Browser Link -->
  125. <script type="application/json" id="__browserLink_initializationData">
  126. {"appName":"Chrome","requestId":"342253a65de44c9ca30eea45708d4d0a"}
  127. </script>
  128. <script type="text/javascript" src="http://localhost:8396/a3698d8979324105aca0f49ec5f2612c/browserLink" async="async"></script>
  129. <!-- End Browser Link -->
  130.  
  131. </body>
  132. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement