25 lines
782 B
Smarty
Executable File
25 lines
782 B
Smarty
Executable File
{config_load file="lang" section='myhostings'}
|
|
|
|
<h1>{#list_hostings#}</h1>
|
|
<div id="list_hostings">
|
|
<table>
|
|
<thead><tr>
|
|
<th style="width:20%">{#hosting_base_name#}</th>
|
|
<th style="width:14%">{#offer#}</th>
|
|
<th style="width:23%">{#hosting_begin#}</th>
|
|
<th style="width:23%">{#hosting_end#}</th>
|
|
<th style="width:20%">{#hosting_statut#}</th>
|
|
</tr></thead>
|
|
<tbody id="tbl_myhostings">
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p class="pageslinks" id="tbl_myhostings_pg_links"></p>
|
|
{literal}<script type="text/javascript">$(document).ready(function () { getPage('tbl_myhostings',1,{/literal}{$pages_count}{literal},0); });</script>{/literal}
|
|
</div> |