~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/styles/prosilver/template/index_body.html

  • Committer: dcoles
  • Date: 2008-02-29 02:11:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:624
forum: Removed the subsilver2 style and phpBB installer
Modified prosilver theme to be more IVLE integrated
Added db dumps for setup

setup.py: Added config.php generator code

doc/setup/install_proc.txt: New setup/install details

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
<!-- INCLUDE forumlist_body.html -->
16
16
 
17
 
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
18
 
        <form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
19
 
        <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a></h3>
20
 
                <fieldset class="quick-login">
21
 
                        <label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />  
22
 
                        <label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
23
 
                        <!-- IF S_AUTOLOGIN_ENABLED -->
24
 
                                | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
25
 
                        <!-- ENDIF -->
26
 
                        <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
27
 
                </fieldset>
28
 
        </form>
29
 
<!-- ENDIF -->
30
 
 
31
17
<!-- IF S_DISPLAY_ONLINE_LIST -->
32
18
        <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
33
19
        <p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
44
30
        <p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>
45
31
<!-- ENDIF -->
46
32
 
47
 
<!-- INCLUDE overall_footer.html -->
 
 
b'\\ No newline at end of file'
 
33
<!-- INCLUDE overall_footer.html -->