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

443 by dcoles
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0
1
<!-- INCLUDE overall_header.html -->
2
3
<a name="maincontent"></a>
4
5
<!-- IF S_RESTORE_PERMISSIONS -->
6
7
	<h1>{L_PERMISSIONS_TRANSFERRED}</h1>
8
9
	<p>{L_PERMISSIONS_TRANSFERRED_EXPLAIN}</p>
10
11
<!-- ELSE -->
12
13
	<h1>{L_WELCOME_PHPBB}</h1>
14
15
	<p>{L_ADMIN_INTRO}</p>
16
17
	<!-- IF S_REMOVE_INSTALL -->
18
		<div class="errorbox">
19
			<h3>{L_WARNING}</h3>
20
			<p>{L_REMOVE_INSTALL}</p>
21
		</div>
22
	<!-- ENDIF -->
23
24
	<table cellspacing="1">
25
		<caption>{L_FORUM_STATS}</caption>
26
		<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
27
	<thead>
28
	<tr>
29
		<th>{L_STATISTIC}</th>
30
		<th>{L_VALUE}</th>
31
		<th>{L_STATISTIC}</th>
32
		<th>{L_VALUE}</th>
33
	</tr>
34
	</thead>
35
	<tbody>
36
	<tr>
37
		<td>{L_NUMBER_POSTS}: </td>
38
		<td><strong>{TOTAL_POSTS}</strong></td>
39
		<td>{L_POSTS_PER_DAY}: </td>
40
		<td><strong>{POSTS_PER_DAY}</strong></td>
41
	</tr>
42
	<tr>
43
		<td>{L_NUMBER_TOPICS}: </td>
44
		<td><strong>{TOTAL_TOPICS}</strong></td>
45
		<td>{L_TOPICS_PER_DAY}: </td>
46
		<td><strong>{TOPICS_PER_DAY}</strong></td>
47
	</tr>
48
	<tr>
49
		<td>{L_NUMBER_USERS}: </td>
50
		<td><strong>{TOTAL_USERS}</strong></td>
51
		<td>{L_USERS_PER_DAY}: </td>
52
		<td><strong>{USERS_PER_DAY}</strong></td>
53
	</tr>
54
	<tr>
55
		<td>{L_NUMBER_FILES}: </td>
56
		<td><strong>{TOTAL_FILES}</strong></td>
57
		<td>{L_FILES_PER_DAY}: </td>
58
		<td><strong>{FILES_PER_DAY}</strong></td>
59
	</tr>
60
61
62
	<tr>
63
		<td>{L_BOARD_STARTED}: </td>
64
		<td><strong>{START_DATE}</strong></td>
65
		<td>{L_AVATAR_DIR_SIZE}: </td>
66
		<td><strong>{AVATAR_DIR_SIZE}</strong></td>
67
	</tr>
68
	<tr>
69
		<td>{L_DATABASE_SIZE}: </td>
70
		<td><strong>{DBSIZE}</strong></td>
71
		<td>{L_UPLOAD_DIR_SIZE}: </td>
72
		<td><strong>{UPLOAD_DIR_SIZE}</strong></td>
73
	</tr>
74
	<tr>
75
		<td>{L_DATABASE_SERVER_INFO}: </td>
76
		<td><strong>{DATABASE_INFO}</strong></td>
77
		<td>{L_GZIP_COMPRESSION}: </td>
78
		<td><strong>{GZIP_COMPRESSION}</strong></td>
79
	</tr>
80
	<tr>
81
		<td>{L_BOARD_VERSION}: </td>
82
		<td><strong>{BOARD_VERSION}</strong></td>
83
	<!-- IF S_TOTAL_ORPHAN -->
84
		<td>{L_NUMBER_ORPHAN}: </td>
85
		<td><strong>{TOTAL_ORPHAN}</strong></td>
86
	<!-- ELSE -->
87
		<td>&nbsp;</td>
88
		<td>&nbsp;</td>
89
	<!-- ENDIF -->
90
	</tr>
91
	</tbody>
92
	</table>
93
94
	<!-- IF S_ACTION_OPTIONS -->
95
		<fieldset>
96
			<legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
97
98
			<form id="action_online_form" method="post" action="{U_ACTION}">
99
				<dl>
100
					<dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span>&nbsp;</span></dt>
101
					<dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
102
				</dl>
103
			</form>
104
105
			<form id="action_date_form" method="post" action="{U_ACTION}">
106
				<dl>
107
					<dt><label for="action_date">{L_RESET_DATE}</label><br /><span>&nbsp;</span></dt>
108
					<dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
109
				</dl>
110
			</form>
111
112
			<form id="action_stats_form" method="post" action="{U_ACTION}">
113
				<dl>
114
					<dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
115
					<dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
116
				</dl>
117
			</form>
118
119
			<form id="action_user_form" method="post" action="{U_ACTION}">
120
				<dl>
121
					<dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
122
					<dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
123
				</dl>
124
			</form>
125
126
			<form id="action_db_track_form" method="post" action="{U_ACTION}">
127
				<dl>
128
					<dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
129
					<dd><input type="hidden" name="action" value="db_track" /><input class="button2" type="submit" id="action_db_track" name="action_db_track" value="{L_RUN}" /></dd>
130
				</dl>
131
			</form>
132
133
			<!-- IF S_FOUNDER -->
134
			<form id="action_purge_cache_form" method="post" action="{U_ACTION}">
135
				<dl>
136
					<dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
137
					<dd><input type="hidden" name="action" value="purge_cache" /><input class="button2" type="submit" id="action_purge_cache" name="action_purge_cache" value="{L_RUN}" /></dd>
138
				</dl>
139
			</form>
140
			<!-- ENDIF -->
141
  		</fieldset>
142
	<!-- ENDIF -->
143
144
	<!-- IF .log -->
145
		<h2>{L_ADMIN_LOG}</h2>
146
147
		<p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
148
149
		<div style="text-align: right;"><a href="{U_ADMIN_LOG}">&raquo; {L_VIEW_ADMIN_LOG}</a></div>
150
151
		<table cellspacing="1">
152
		<thead>
153
		<tr>
154
			<th>{L_USERNAME}</th>
155
			<th>{L_IP}</th>
156
			<th>{L_TIME}</th>
157
			<th>{L_ACTION}</th>
158
		</tr>
159
		</thead>
160
		<tbody>
161
		<!-- BEGIN log -->
162
			<!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
163
164
				<td>{log.USERNAME}</td>
165
				<td style="text-align: center;">{log.IP}</td>
166
				<td style="text-align: center;">{log.DATE}</td>
167
				<td>{log.ACTION}</td>
168
			</tr>
169
		<!-- END log -->
170
		</tbody>
171
		</table>
172
173
		<br />
174
175
	<!-- ENDIF -->
176
177
	<!-- IF S_INACTIVE_USERS -->
178
		<h2>{L_INACTIVE_USERS}</h2>
179
180
		<p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
181
182
		<div style="text-align: right;"><a href="{U_INACTIVE_USERS}">&raquo; {L_VIEW_INACTIVE_USERS}</a></div>
183
184
		<table cellspacing="1">
185
		<thead>
186
		<tr>
187
			<th>{L_USERNAME}</th>
188
			<th>{L_JOINED}</th>
189
			<th>{L_INACTIVE_DATE}</th>
190
			<th>{L_INACTIVE_REASON}</th>
191
			<th>{L_LAST_VISIT}</th>
192
		</tr>
193
		</thead>
194
		<tbody>
195
		<!-- BEGIN inactive -->
196
			<!-- IF inactive.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
197
198
				<td><a href="{inactive.U_USER_ADMIN}">{inactive.USERNAME}</a></td>
199
				<td>{inactive.JOINED}</td>
200
				<td>{inactive.INACTIVE_DATE}</td>
201
				<td>{inactive.REASON}</td>
202
				<td>{inactive.LAST_VISIT}</td>
203
			</tr>
204
		<!-- BEGINELSE -->
205
			<tr>
206
				<td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
207
			</tr>
208
		<!-- END inactive -->
209
		</tbody>
210
		</table>
211
212
	<!-- ENDIF -->
213
214
<!-- ENDIF -->
215
216
<!-- INCLUDE overall_footer.html -->