Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.02 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.         <title></title>
  5.         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.         <meta http-equiv="x-ua-compatible" content="ie=edge" >
  7.         <meta http-equiv="pragma" content="no-cache" />
  8.         <meta http-equiv="cache-control" content="no-cache, must-revalidate" />
  9.         <meta http-equiv="expires" content="0" />
  10. </head>
  11. <body>
  12. </body>
  13. <script>
  14.         window.location.href = "/doc/page/login.asp?_" + (new date()).gettime();
  15. </script>
  16. </html><!doctype html>
  17. <html>
  18. <head>
  19.         <title></title>
  20.         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  21.         <meta http-equiv="x-ua-compatible" content="ie=edge" >
  22.         <meta http-equiv="pragma" content="no-cache" />
  23.         <meta http-equiv="cache-control" content="no-cache, must-revalidate" />
  24.         <meta http-equiv="expires" content="0" />
  25.         <script>
  26.                 document.write("<link type='text/css' href='../ui/css/ui.css?version=" + new date().gettime() + "' rel='stylesheet' />");
  27.         </script>
  28. </head>
  29. <body ng-keypress="docpress($event)" ng-controller="logincontroller" ng-cloak class="ng-cloak">
  30. <div class="login" id="login">
  31.         <div class="top">
  32.                 <div class="logo"></div>
  33.         <div class="language">
  34.                         <div class="language-show" ng-click="showlanguagelist($event)"><span class="current-language" id="current_language"></span></div>
  35.                         <div class="language-list" id="language_list" ng-click="changelanguage($event)"></div>
  36.                 </div>
  37.         </div>
  38.         <table cellspacing="0" cellpadding="0" border="0" class="middle">
  39.                 <tr>
  40.                         <td class="login-l">&nbsp;</td>
  41.                         <td class="login-m">
  42.                                 <div class="login-part">
  43.                                         <div class="line"></div>
  44.                                         <div class="login-error">
  45.                                                 <div class="inputvalidtip" ng-show="szerrortip!=''"><i class='error'></i><label>{{szerrortip}}</label></div>
  46.                                         </div>
  47.                                         <div class="login-user">
  48.                                                 <input type="text" class="login-input" id="username" ng-model="username"maxlength="32" autocomplete="off" placeholder="{{olan.username}}" />
  49.                                                 <i class="icon-user"></i>
  50.                                         </div>
  51.                                         <div class="login-item">
  52.                                                 <input type="password" class="login-input" id="password" ng-model="password" maxlength="16" placeholder="{{olan.password}}" pigsney />
  53.                                                 <i class="icon-pass"></i>
  54.                                         </div>
  55.                                         <div class="login-item">
  56.                                                 <button type="button" class="btn btn-primary login-btn" ng-click="login()"><label ng-bind="olan.login"></label></button>
  57.                                         </div>
  58.                                         <div class="login-item anonymous" ng-show="anonymous">
  59.                                                 <span ng-bind="olan.anonymous" ng-click="login('anonymous')"></span>
  60.                                         </div>
  61.                                 </div>
  62.                         </td>
  63.                         <td class="login-r">&nbsp;</td>
  64.                 </tr>
  65.         </table>
  66.         <div class="footer" id="footer"></div>
  67. </div>
  68. <div id="active" class="msg-content-wrap">
  69.     <div class="msg-content">
  70.         <div class="password">
  71.                 <span class="desc"><label ng-bind="olan.username"></label></span>
  72.                 <span><label ng-bind="activeusername"></label></span>
  73.         </div>
  74.         <div class="password">
  75.                 <span class="desc"><label ng-bind="olan.password"></label></span>
  76.                 <span><input id="activepassword" type="password" ng-model="activepassword" maxlength="16" onpaste="return false;" /></span>
  77.                 <span class="inputvalidtip"><i ng-class="{true:'success', false:'error'}['' !=olan.pswstrength]"></i></span>
  78.         </div>
  79.         <div strength class="passwordstrength" lan="olan" o-password="activepassword" o-username="activeusername"></div>
  80.         <div class="password">
  81.                 <span class="desc"><label ng-bind="olan.confirm"></label></span>
  82.                 <span><input type="password" onpaste="return false;" ng-model="activepasswordconfirm" maxlength="16" /></span>
  83.         </div>
  84.     </div>
  85. </div>
  86. <div id="main_plugin" class="no-window"></div>
  87. </body>
  88. <script id="seajsnode" src="../script/lib/seajs/seajs/sea-2.1.1.min.js"></script>
  89. <script>
  90.         document.write("<script src='../script/lib/seajs/config/sea-config.js?version=" + new date().gettime() + "' ></scr" + "ipt>");
  91. </script>
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement