Просмотр файла mobile/template/mcp_viewlogs.html

Размер файла: 1.24Kb
<!-- INCLUDE mcp_header.html -->
<form method="post" name="mcp" action="{S_MCP_ACTION}">
<div class="tab"><span class="gensmall">{L_DISPLAY_OPTIONS}</span></div>
	
	<th width="15%" nowrap="nowrap"></th>
	<th width="12%" nowrap="nowrap"></th>
	<th width="18%" nowrap="nowrap"></th>
	<th width="45%" nowrap="nowrap"></th>
	<!-- IF not S_TOPIC_ID -->
		
	<!-- ENDIF -->
<!-- IF S_TOPIC_ID -->
	<div class="row_easy"><span class="genmed">{L_LOGS_CURRENT_TOPIC} <a href="{U_VIEW_TOPIC}"><b>{TOPIC_NAME}</b></a></span></div>
<!-- ENDIF -->
<!-- BEGIN log -->
	{L_USERNAME}: <span class="genmed">{log.USERNAME}</span><br/>
	{L_IP}: <span class="genmed">{log.IP}</span><br/>
	{L_TIME}: <span class="genmed">{log.TIME}</span><br/>
	{L_ACTION}: <span class="genmed">{log.ACTION}</span><br/>
	<!-- IF not S_TOPIC_ID -->
	<span class="genmed"><!-- IF log.U_VIEW_TOPIC --><a href="{log.U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a><!-- IF log.U_VIEWLOGS --> | <!-- ENDIF --><!-- ENDIF --><!-- IF log.U_VIEWLOGS --><a href="{log.U_VIEWLOGS}">{L_VIEW_TOPIC_LOGS}</a><!-- ENDIF --></span>
	<!-- ENDIF -->
	</div>
<!-- BEGINELSE -->
<div class="row1" align="center"><span class="gensmall">{L_NO_ENTRIES}</span></div>
<!-- END log -->
{S_FORM_TOKEN}
</form>
{PAGE_NUMBER}
<!-- INCLUDE mcp_footer.html -->