Файл: apwa/adm/style/acp_social.html
Строк: 96
<?php
<!-- INCLUDE overall_header.html -->
<a id="maincontent"></a>
<h1>{L_TITLE}</h1>
{L_TITLE_EXPLAIN}
<p>{L_TITLE_DESCRIPTION}</p>
<!-- IF S_ERROR -->
<div class="errorbox">
<h3>{L_WARNING}</h3>
<p>{ERROR_MSG}</p>
</div>
<!-- ENDIF -->
<!-- IF START_DATE -->
<table cellspacing="1">
<caption></caption>
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
<thead>
<tr>
<th>{L_STATISTIC}</th>
<th>{L_VALUE}</th>
<th>{L_STATISTIC}</th>
<th>{L_VALUE}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{L_SOCIAL_NUMBER_USERS}: </td>
<td><strong>{TOTAL_USERS}</strong></td>
<td>{L_USERS_PER_DAY}: </td>
<td><strong>{USERS_PER_DAY}</strong></td>
</tr>
<tr>
<td>{L_SOCIAL_NUMBER_POSTS}: </td>
<td><strong>{TOTAL_POSTS}</strong></td>
<td>{L_POSTS_PER_DAY}: </td>
<td><strong>{POSTS_PER_DAY}</strong></td>
</tr>
<tr>
<td>{L_SOCIAL_NUMBER_USERS_ADD}: </td>
<td><strong>{TOTAL_USERS_ADD}</strong></td>
<td>{L_SOCIAL_NUMBER_USERS_ALL}: </td>
<td><strong>{TOTAL_USERS_ALL}</strong></td>
</tr>
<tr>
<td>{L_SOCIAL_STARTED}: </td>
<td><strong>{START_DATE}</strong></td>
<td>{L_SOCIAL_VERSION}: </td>
<td><strong>{SOCIAL_VERSION}</strong></td>
</tr>
</tbody>
</table>
<!-- ENDIF -->
<!-- IF S_ACTION_OPTIONS -->
<fieldset>
<legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
<form id="action_stats_form" method="post" action="{U_ACTION}" data-ajax="true">
<dl>
<dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_SOCIAL_STATISTIC_UPD}</span></dt>
<dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
</dl>
</form>
<form id="action_user_form" method="post" action="{U_ACTION}" data-ajax="true">
<dl>
<dt><label for="action_user">{L_SOCIAL_USERS_DEL}</label><br /><span>{L_SOCIAL_USERS_UPD}</span></dt>
<dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
</dl>
</form>
<form id="action_user_id_form" method="post" action="{U_ACTION}" data-ajax="true">
<dl>
<dt><label for="action_user_id">{L_SOCIAL_USER_DEL}</label><br /><span>{L_SOCIAL_USER_UPD}</span></dt>
<dd><input type="hidden" name="action" value="user_id" />
<input type="number" maxlength="5" name="user_id" value="" /> <input class="button2" type="submit" id="action_user_id" name="action_user_id" value="{L_RUN}" /></dd>
</dl>
</form>
</fieldset>
<!-- ENDIF -->
<form id="config_social" method="post" action="{U_ACTION}">
<!-- BEGIN options -->
<!-- IF options.S_LEGEND -->
<!-- IF not options.S_FIRST_ROW -->
</fieldset>
<!-- ENDIF -->
<fieldset>
<legend>{options.LEGEND}</legend>
<!-- ELSE -->
<dl>
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
<dd>{options.CONTENT}</dd>
</dl>
<!-- ENDIF -->
<!-- END options -->
<p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
</p>
{S_FORM_TOKEN}
</fieldset>
</form>
<!-- INCLUDE overall_footer.html -->
?>