Просмотр файла templates/admin/album_auth_body.tpl

Размер файла: 1.95Kb
{L_ALBUM_AUTH_TITLE}<br/>
{L_ALBUM_AUTH_EXPLAIN}
<form action="{S_ALBUM_ACTION}" method="post">
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	<tr>
		<th class="tab" height="25" nowrap="nowrap">{L_GROUPS}</th>
		<th class="tab" nowrap="nowrap">{L_VIEW}</th>
		<th class="tab" nowrap="nowrap">{L_UPLOAD}</th>
		<th class="tab" nowrap="nowrap">{L_RATE}</th>
		<th class="tab" nowrap="nowrap">{L_COMMENT}</th>
		<th class="tab" nowrap="nowrap">{L_EDIT}</th>
		<th class="tab" nowrap="nowrap">{L_DELETE}</th>
		<th class="tab" nowrap="nowrap">{L_IS_MODERATOR}</th>
	</tr>
	<!-- BEGIN grouprow -->
	<tr>
		<td class="row1" align="center" height="28"><span class="cattitle">{grouprow.GROUP_NAME}</span></td>
		<td class="row1" align="center">
		<input name="view[]" type="checkbox" {grouprow.VIEW_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
		<td class="row1" align="center">
		<input name="upload[]" type="checkbox" {grouprow.UPLOAD_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
		<td class="row1" align="center">
		<input name="rate[]" type="checkbox" {grouprow.RATE_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
		<td class="row1" align="center">
		<input name="comment[]" type="checkbox" {grouprow.COMMENT_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
		<td class="row1" align="center">
		<input name="edit[]" type="checkbox" {grouprow.EDIT_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
		<td class="row1" align="center">
		<input name="delete[]" type="checkbox" {grouprow.DELETE_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
		<td class="row1" align="center">
		<input name="moderator[]" type="checkbox" {grouprow.MODERATOR_CHECKED} value="{grouprow.GROUP_ID}" />
		</td>
	</tr>
	<!-- END grouprow -->
	<tr>
		<td class="top" height="25" align="center" colspan="8"><input type="reset" value="{L_RESET}" class="subbutton" />&nbsp;&nbsp;&nbsp;<input name="submit" type="submit" value="{L_SUBMIT}" class="subbutton" /></td>
	</tr>
</table>
</form>
<br/>