Source for file login.phtml

Documentation is available at login.phtml

  1. <!-- Powered by LIMB | http://www.limb-project.com/ -->
  2. <!-- Designed by BIT | http://www.bit-creative.com/ -->
  3. <html>
  4. <head>
  5.   <title>Authorization</title>
  6.   <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  7.   <link rel=stylesheet type="text/css" href="/shared/cms/styles/cp.css" />
  8.   {{include file='_cms/js.phtml'/}}
  9. </head>
  10. <body id='login_form'>
  11.  
  12.   <div id="login_form_wrapper">
  13.  
  14.     <form method="POST" id='user_form' runat='server'>
  15.  
  16.         <div id="logo_limb">
  17.           <span><img src="/shared/cms/images/limb_login.gif"  width='110' height='30' alt='LIMB'/></span>
  18.         </div>
  19.  
  20.         <div id="form_body">
  21.  
  22.           <h1>Control panel</h1>
  23.  
  24.           {{wrap with="_cms/dialog_central_part.html"}}
  25.  
  26.           <div class='field'>
  27.             <label for='login'>Login:</label>
  28.             <input type="text" name="login" id="login" value="" title="Login" class='input'/>
  29.           </div>
  30.  
  31.           <div class='field'>
  32.             <label for='password'>Password:</label>
  33.             <input type="password" name="password" id="password" title="Password" class='input'/>
  34.             <input type="submit" name='submitted' value='Enter' class='button'>
  35.           </div>
  36.           <a href="/user/forgot_password">I forgot my password!</a>
  37.  
  38.           <input type='hidden' name='redirect' value='{$#request.redirect}' runat='client'/>
  39.  
  40.           {{/wrap}}
  41.  
  42.           {{include file='_cms/notify_zone.phtml'/}}
  43.  
  44.         </div>
  45.  
  46.     </form>
  47.  
  48.     <span class='shadow_bottom'><span class='left'></span><span class='center'></span><span class='right'></span></span>
  49.     <span class='shadow_left'><span class='top'></span><span class='center'></span><span class='bottom'></span></span>
  50.     <span class='shadow_right'><span class='top'></span><span class='center'></span><span class='bottom'></span></span>
  51.  
  52.  
  53.   </div>
  54.  
  55.  
  56.  
  57. </body>
  58. </html>

Documentation generated on Wed, 07 Jan 2009 03:53:06 +0300 by phpDocumentor 1.3.2