Файл: apwa/adm/style/acp_prune_referrers.html
Строк: 29
<?php
<!-- INCLUDE overall_header.html -->
<a name="maincontent"></a>
<h1>{L_ACP_REF_PRUNE}</h1>
<p>{L_ACP_REF_PRUNE_EXPLAIN}</p>
<form id="acp_prune" method="post" action="{U_ACTION}">
<fieldset>
<legend>{L_ACP_REF_PRUNE}</legend>
<dl>
<dt><label for="ref_host">{L_REF_HOST}:</label><br /><span>{L_REF_HOST_EXPLAIN}</span></dt>
<dd><input type="text" id="ref_host" name="ref_host" /></dd>
</dl>
<dl>
<dt><label for="ref_hits">{L_REF_HITS}:</label></dt>
<dd><select name="ref_hits_select">{S_HITS_OPTIONS}</select> <input type="text" id="ref_hits" name="ref_hits" /></dd>
</dl>
<dl>
<dt><label for="ref_first">{L_REF_FIRST}:</label><br /><span>{L_REF_FIRST_EXPLAIN}</span></dt>
<dd><select name="ref_first_select">{S_FIRST_OPTIONS}</select> <input type="text" id="ref_first" name="ref_first" /></dd>
</dl>
<dl>
<dt><label for="ref_last">{L_REF_LAST}:</label><br /><span>{L_REF_LAST_EXPLAIN}</span></dt>
<dd><select name="ref_last_select">{S_LAST_OPTIONS}</select> <input type="text" id="ref_last" name="ref_last" /></dd>
</dl>
<p class="quick">
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
</p>
</fieldset>
</form>
<!-- INCLUDE overall_footer.html -->
?>