Migration SVN
This commit is contained in:
31
web/themes/underground/template/hosting/hosting.tpl
Executable file
31
web/themes/underground/template/hosting/hosting.tpl
Executable file
@@ -0,0 +1,31 @@
|
||||
{config_load file="lang" section='hosting'}
|
||||
<div id="hosting_summary">
|
||||
<h1>{#title_hosting#}</h1>
|
||||
|
||||
|
||||
<p>{#action_for_hosting#} : <br /><strong><a href="http://{$HOSTING_INFOS->base_name}.{#hosting_address#}">http://{$HOSTING_INFOS->base_name}.{#hosting_address#}</a></strong></p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="{$HOST}hosting/databases.xhtml"><img src="{$HOST}image/big-icon/database.png" alt="" /><br />{#info_db#}</a></td>
|
||||
<td><a href="{$HOST}hosting/domainnames.xhtml"><img src="{$HOST}image/big-icon/domain_name.png" alt="" /><br />{#info_virtualhost#}</a></td>
|
||||
<td><a href="{$HOST}hosting/dns.xhtml"><img src="{$HOST}image/big-icon/dns.png" alt="" /><br />{#info_dns#}</a></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="{$HOST}hosting/ftpaccounts.xhtml"><img src="{$HOST}image/big-icon/ftp.png" alt="" /><br />{#info_ftp#}</a></td>
|
||||
<td><a href="{$HOST}hosting/emails.xhtml"><img src="{$HOST}image/big-icon/email.png" alt="" /><br />{#info_mail#}</a></td>
|
||||
<td><a href="{$HOST}hosting/installer.xhtml"><img src="{$HOST}image/big-icon/installation.png" alt="" /><br />{#info_installer#}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="{$HOST}hosting/informations.xhtml"><img src="{$HOST}image/big-icon/information.png" alt="" /><br />{#info_information#}</a></td>
|
||||
<td><a href="{$HOST}hosting/quotas.xhtml"><img src="{$HOST}image/big-icon/quota.png" alt="" /><br />{#info_quota#}</a></td>
|
||||
<td><a href="{$HOST}hosting/crons.xhtml"><img src="{$HOST}image/big-icon/cron.png" alt="" /><br />{#info_cron#}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="{$HOST}hosting/changebasename.xhtml"><img src="{$HOST}image/big-icon/configuration.png" alt="" /><br />{#info_basename#}</a></td>
|
||||
<td><a href="http://{#faq_address#}"><img src="{$HOST}image/big-icon/faq.png" alt="" /><br />{#info_faq#}</a></td>
|
||||
<td><a href="{$HOST}hosting/accountdelete.xhtml"><img src="{$HOST}image/big-icon/stop.png" alt="" /><br />{#info_delete_hosting#}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user