aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_icons.html
blob: e3cfb5764a9d9c46dd72f0c4e3d62f2ef285f891 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!-- INCLUDE overall_header.html -->

<a name="maincontent"></a>

<!-- IF S_EDIT -->

	<a href="{U_BACK}" style="float: right">&laquo; {L_BACK}</a>

	<h1>{L_TITLE}</h1>

	<p>{L_EXPLAIN}</p>

	<form id="acp_icons" method="post" action="{U_ACTION}">

	<table cellspacing="1">
	<thead>
	<tr>
		<th colspan="{COLSPAN}">{L_CONFIG}</th>
	</tr>
	<tr class="row3">
		<td>{L_URL}</td>
		<td>{L_LOCATION}</td>
	<!-- IF S_SMILIES -->
		<td>{L_SMILIES_CODE}</td>
		<td>{L_SMILIES_EMOTION}</td>
	<!-- ENDIF -->
		<td>{L_WIDTH}</td>
		<td>{L_HEIGHT}</td>
		<td>{L_DISPLAY_ON_POSTING}</td>
	<!-- IF ID or S_ADD -->
		<td>{L_ORDER}</td>
	<!-- ENDIF -->
	<!-- IF S_ADD -->
		<td>{L_ADD}</td>
	<!-- ENDIF -->
	</tr>
	</thead>
	<tbody>
	<!-- BEGIN items -->
		<!-- IF items.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
	
		<td style="text-align: center;"><img src="{items.IMG_SRC}" alt="" title="" /><input type="hidden" name="image[{items.IMG}]" value="1" /></td>
		<td style="vertical-align: top;">[{items.IMG}]</td>
		<!-- IF S_SMILIES -->
			<td><input class="post" type="text" name="code[{items.IMG}]" value="{items.CODE}" size="10" /></td>
			<td><input class="post" type="text" name="emotion[{items.IMG}]" value="{items.EMOTION}" size="10" /></td>
		<!-- ENDIF -->
		<td><input class="post" type="text" size="3" name="width[{items.IMG}]" value="{items.WIDTH}" /></td>
		<td><input class="post" type="text" size="3" name="height[{items.IMG}]" value="{items.HEIGHT}" /></td>
		<td>
			<input type="checkbox" class="radio" name="display_on_posting[{items.IMG}]"{items.POSTING_CHECKED} />
			<!-- IF items.S_ID -->
				<input type="hidden" name="id[{items.IMG}]" value="{items.ID}" />
			<!-- ENDIF -->
		</td>
		<!-- IF ID or S_ADD -->
			<td><select name="order[{items.IMG}]">{S_ORDER_LIST}</select></td>
		<!-- ENDIF -->	
		<!-- IF S_ADD -->
			<td><input type="checkbox" class="radio" name="add_img[{items.IMG}]" value="1" /></td>
		<!-- ENDIF -->
		</tr>
	<!-- END items -->
	</tbody>
	</table>

	<fieldset class="submit-buttons">
		<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
		<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
	</fieldset>

	</form>

<!-- ELSEIF S_CHOOSE_PAK -->

	<a href="{U_BACK}" style="float: right">&laquo; {L_BACK}</a>

	<h1>{L_TITLE}</h1>

	<p>{L_EXPLAIN}</p>

	<form id="acp_icons" method="post" action="{U_ACTION}">

	<fieldset>
		<legend>{L_IMPORT}</legend>
	
	<!-- IF not S_PAK_OPTIONS -->
		<p>{L_NO_PAK_OPTIONS}</p>
	</fieldset>

	<!-- ELSE -->
		<dl>
			<dt><label for="pak">{L_SELECT_PACKAGE}</label></dt>
			<dd><select id="pak" name="pak">{S_PAK_OPTIONS}</select></dd>
		</dl>
			<dt><label for="current">{L_CURRENT}</label><br /><span>{L_CURRENT_EXPLAIN}</span></dt>
			<dd><input type="radio" class="radio" id="current" name="current" value="keep" checked="checked" /> {L_KEEP_ALL}&nbsp; &nbsp;<input type="radio" class="radio" name="current" value="replace" /> {L_REPLACE_MATCHES}&nbsp; &nbsp;<input type="radio" class="radio" name="current" value="delete" /> {L_DELETE_ALL}&nbsp;</dd>
		</dl>
	</fieldset>

	<fieldset class="quick">
		<input class="button1" type="submit" id="import" name="import" value="{L_IMPORT_SUBMIT}" />
	</fieldset>
	<!-- ENDIF -->

	</form>

<!-- ELSE -->

	<h1>{L_TITLE}</h1>

	<p>{L_EXPLAIN}</p>

	<!-- IF NOTICE -->
		<div class="successbox">
			<h3>{L_NOTIFY}</h3>
			<p>{NOTICE}</p>
		</div>
	<!-- ENDIF -->

	<div style="text-align: right;"><a href="{U_IMPORT}">{L_IMPORT}</a> | <a href="{U_EXPORT}">{L_EXPORT}</a></div>

	<table cellspacing="1">
	<thead>
	<tr>
		<th>{L_TITLE}</th>
		<!-- IF S_SMILIES -->
		<th>{L_CODE}</th>
		<th>{L_EMOTION}</th>
		<!-- ENDIF -->
		<th>{L_OPTIONS}</th>
	</tr>
	</thead>
	<tbody>
	<!-- BEGIN items -->
		<!-- IF items.S_SPACER -->
			<tr>
				<td class="row3" colspan="{COLSPAN}" style="text-align: center;">{L_NOT_DISPLAYED}</td>
			</tr>
		<!-- ENDIF -->
		<!-- IF items.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
			<td style="width: 85%; text-align: center;"><img src="{items.IMG_SRC}" width="{items.WIDTH}" height="{items.HEIGHT}" alt="{items.ALT_TEXT}" title="{items.ALT_TEXT}" /></td>
			<!-- IF S_SMILIES -->
				<td style="text-align: center;">{items.CODE}</td>
				<td style="text-align: center;">{items.EMOTION}</td>
			<!-- ENDIF -->
			<td style="width: 80px; text-align: right; white-space: nowrap;">
				<!-- IF items.S_FIRST_ROW && not items.S_LAST_ROW -->
					{ICON_MOVE_UP_DISABLED}
					<a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>					 	
				<!-- ELSEIF not items.S_FIRST_ROW && not items.S_LAST_ROW-->
					<a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a> 
					<a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> 
				<!-- ELSEIF items.S_LAST_ROW && not items.S_FIRST_ROW -->						
					<a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a>	
					{ICON_MOVE_DOWN_DISABLED}
				<!-- ENDIF -->
				<a href="{items.U_EDIT}">{ICON_EDIT}</a> 
				<a href="{items.U_DELETE}">{ICON_DELETE}</a>
			</td>
		</tr>
	<!-- END items -->
	</tbody>
	</table>

	<form id="acp_icons" method="post" action="{U_ACTION}">

	<fieldset class="quick">
		<input class="button2" name="add" type="submit" value="{L_ICON_ADD}" />&nbsp; &nbsp;<input class="button2" type="submit" name="edit" value="{L_ICON_EDIT}" />
	</fieldset>

	</form>

<!-- ENDIF -->

<!-- INCLUDE overall_footer.html -->