aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/modcp_body.tpl
blob: 2e4adae1f5ad7b8bb2721d68f2c142732accd616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<form method="post" action="{S_MODCP_ACTION}"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
	<tr>
		<td align="left" valign="bottom" nowrap><span class="gensmall"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
	</tr>
</table>

<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
	<tr>
		<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
			<tr>
				<td class="cat" colspan="5"><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
					<tr>
						<td class="cat" align="center"><span class="cattitle">{L_MOD_CP}</span><br /><span class="gensmall">{L_MOD_CP_EXPLAIN}</span></td>
					</tr>
					<tr>
						<td><table width="100%" cellspacing="0" cellpadding="4" border="0">
							<tr>
								<td align="center" valign="bottom"><input class="button" type="submit" name="delete" value="{L_DELETE}"> &nbsp; <input class="button" type="submit" name="move" value="{L_MOVE}"> &nbsp; <input class="button" type="submit" name="lock" value="{L_LOCK}"> &nbsp; <input class="button" type="submit" name="unlock" value="{L_UNLOCK}"></td>
							</tr>
						</table></td>
					</tr>
				</table></td>
			</tr>
			<tr>
				<th width="4%">&nbsp;</th>
				<th>&nbsp;{L_TOPICS}&nbsp;</th>
				<th width="8%">&nbsp;{L_REPLIES}&nbsp;</th>
				<th width="17%">&nbsp;{L_LASTPOST}&nbsp;</th>
				<th width="5%">&nbsp;{L_SELECT}&nbsp;</th>
			</tr>
			<!-- BEGIN topicrow -->
			<tr>
				<td class="row1" align="center" valign="middle">&nbsp;{topicrow.FOLDER_IMG}&nbsp;</td>
				<td class="row2">&nbsp;<span class="gensmall">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td>
				<td class="row1" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td>
				<td class="row2" align="center" valign="middle"><span class="gensmall">{topicrow.LAST_POST}</span></td>
				<td class="row1" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"></td>
			</tr>
			<!-- END topicrow -->
			<tr>
				<td class="cat" colspan="5"><table width="100%" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td align="left" valign="middle" nowrap>&nbsp;<span class="gen">{L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span>&nbsp;</td>
						<td width="100%" align="right" valign="middle"><span class="gen">{PAGINATION}</span>&nbsp;</td>
					</tr>
					<tr>
						<td colspan="2"><table width="100%" cellspacing="0" cellpadding="4" border="0">
							<tr>
								<td align="center" valign="bottom"><input class="button" type="submit" name="delete" value="{L_DELETE}"> &nbsp; <input class="button" type="submit" name="move" value="{L_MOVE}"> &nbsp; <input class="button" type="submit" name="lock" value="{L_LOCK}"> &nbsp; <input class="button" type="submit" name="unlock" value="{L_UNLOCK}"></td>
							</tr>
						</table></td>
					</tr>
				</table></td>
			</tr>
		</table></td>
	</tr>
</table>

{S_HIDDEN_FIELDS}</form>

<table cellspacing="2" border="0" width="98%" align="center">
	<tr>
		<td width="40%"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
		<td align="right" valign="top" nowrap>{JUMPBOX}<br><span class="gensmall">{S_AUTH_LIST}</span></td>
	</tr>
</table>