Skip to content
ftp_sites_stats_list.htm 3.42 KiB
Newer Older
Cédric's avatar
Cédric committed
<div class='page-header'>
	<h1><tmpl_var name="list_head_txt"></h1>
</div>
<p><tmpl_var name="list_desc_txt"></p>

<p class="fieldset-legend"><tmpl_var name="list_head_txt"></p>
<div class="table-wrapper marginTop15">
	<table class="table">
		<thead class="dark form-group-sm">
			<tr>
				<th data-column="domain"><tmpl_var name="domain_txt"></th>
				<th data-column="this_month"><tmpl_var name="this_month_txt"></th>
				<th data-column="last_month"><tmpl_var name="last_month_txt"></th>
				<th data-column="this_year"><tmpl_var name="this_year_txt"></th>
				<th data-column="last_year"><tmpl_var name="last_year_txt"></th>
				<th class="small-col text-right">{tmpl_var name='search_limit'}</th>
			</tr>
			<tr>
				<td><input class="form-control" type="text" name="search_domain" value="{tmpl_var name='search_domain'}" /></td>
Thom's avatar
Thom committed
				<td class="this_month" style="color:black"><tmpl_var name="in_out_txt"></td>
				<td class="last_month" style="color:black"><tmpl_var name="in_out_txt"></td>
				<td class="this_year" style="color:black"><tmpl_var name="in_out_txt"></td>
				<td class="last_year" style="color:black"><tmpl_var name="in_out_txt"></td>
				<td class="text-right" style="color:black">
Cédric's avatar
Cédric committed
					<button type="button" class="btn btn-default formbutton-default formbutton-narrow" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" data-submit-form="pageForm" data-form-action="sites/ftp_sites_stats.php"><span class="icon icon-filter"></span></button>
				</td>
			</tr>
		</thead>
		<tbody>
		<tmpl_loop name="records">
			<tr>
				<td><a target="_blank" href="http://{tmpl_var name="domain"}/stats">{tmpl_var name="domain"}</a></td>
				<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'}">{tmpl_var name="this_month_in"}/{tmpl_var name="this_month_out"}</a></td>
				<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'}">{tmpl_var name="last_month_in"}/{tmpl_var name="last_month_out"}</a></td>
				<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'}">{tmpl_var name="this_year_in"}/{tmpl_var name="this_year_out"}</a></td>
				<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='id'}&type={tmpl_var name='vhostdomain_type'}">{tmpl_var name="last_year_in"}/{tmpl_var name="last_year_out"}</a></td>
Cédric's avatar
Cédric committed
				<td class="text-right"></td>
			</tr>
		</tmpl_loop>
		<tmpl_unless name="records">
			<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
				<td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
			</tr>
		</tmpl_unless>
			<tr>
				<td><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_txt"}</a></td>
				<td><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_this_month"}</a></td>
				<td><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_last_month"}</a></td>
				<td><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_this_year"}</a></td>
				<td><a href="#" onclick="return false;" style="font-weight:bold;">{tmpl_var name="sum_last_year"}</a></td>
				<td class="text-right"></td>
			</tr>
		</tbody>
		<tfoot>
			<tr>
				<td colspan="6"><tmpl_var name="paging"></td>
			</tr>
		</tfoot>
	</table>