Migration SVN

This commit is contained in:
2016-02-21 14:28:40 +01:00
commit df45f10305
1455 changed files with 20440 additions and 0 deletions

View 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>