[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/styles/subsilver2/template/ -> login_forum.html (source)

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <!-- IF FORUM_NAME -->
   4      <div id="pageheader">
   5          <h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
   6      </div>
   7  
   8      <br clear="all" /><br />
   9  <!-- ENDIF -->
  10  
  11  <div id="pagecontent">
  12  
  13      <form name="login_forum" method="post" action="{S_LOGIN_ACTION}">
  14      
  15      <table class="tablebg" width="100%" cellspacing="1" align="center">
  16      <tr> 
  17          <th>{L_LOGIN}</th>
  18      </tr>
  19      <tr>
  20          <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</span></td>
  21      </tr>
  22      <tr> 
  23          <td class="row1" align="center">
  24          
  25              <table cellspacing="1" cellpadding="4" border="0">
  26              <!-- IF LOGIN_ERROR -->
  27                  <tr>
  28                      <td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
  29                  </tr>
  30              <!-- ENDIF -->
  31              <tr> 
  32                  <td class="gensmall"><b>{L_PASSWORD}:</b></td>
  33                  <td><input class="post" type="password" name="password" size="25" tabindex="2" /></td>
  34              </tr>
  35              </table>
  36          </td>
  37      </tr>
  38      <tr> 
  39          <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="3" /></td>
  40      </tr>
  41      </table>
  42      {S_FORM_TOKEN}
  43      {S_LOGIN_REDIRECT}
  44      </form>
  45  
  46  </div>
  47  
  48  <br clear="all" />
  49  
  50  <!-- INCLUDE breadcrumbs.html -->
  51  
  52  <br clear="all" />
  53  
  54  <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
  55  
  56  <!-- INCLUDE overall_footer.html -->


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1