Verzeichnisstruktur phpBB-3.0.0


Veröffentlicht
12.12.2007

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

login_forum.html

Zuletzt modifiziert: 09.10.2024, 12:53 - Dateigröße: 1.15 KiB


01  <!-- INCLUDE overall_header.html -->
02   
03  <div id="pagecontent">
04   
05      <form name="login_forum" method="post" action="{S_LOGIN_ACTION}">
06      
07      <table class="tablebg" width="100%" cellspacing="1" align="center">
08      <tr> 
09          <th>{L_LOGIN}</th>
10      </tr>
11      <tr>
12          <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</span></td>
13      </tr>
14      <tr> 
15          <td class="row1" align="center">
16          
17              <table cellspacing="1" cellpadding="4" border="0">
18              <!-- IF LOGIN_ERROR -->
19                  <tr>
20                      <td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
21                  </tr>
22              <!-- ENDIF -->
23              <tr> 
24                  <td class="gensmall"><b>{L_PASSWORD}:</b></td>
25                  <td><input class="post" type="password" name="password" size="25" tabindex="2" /></td>
26              </tr>
27              </table>
28          </td>
29      </tr>
30      <tr> 
31          <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="3" /></td>
32      </tr>
33      </table>
34      {S_FORM_TOKEN}
35      </form>
36   
37  </div>
38   
39  <br clear="all" />
40   
41  <!-- INCLUDE breadcrumbs.html -->
42   
43  <br clear="all" />
44   
45  <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
46   
47  <!-- INCLUDE overall_footer.html -->