|
@@ -176,7 +176,7 @@
|
|
|
<div class="tab-pane fade show active" role="tabpanel" id="manage" align="center">
|
|
<div class="tab-pane fade show active" role="tabpanel" id="manage" align="center">
|
|
|
<div class="col-sm-12">
|
|
<div class="col-sm-12">
|
|
|
<h4>{lang key='overview'}</h4>
|
|
<h4>{lang key='overview'}</h4>
|
|
|
- {if $domains|count > 3}
|
|
|
|
|
|
|
+ {if $domains|count > 0}
|
|
|
{foreach $domains as $domain}
|
|
{foreach $domains as $domain}
|
|
|
<div style="font-size:85%;color:#999;">Domain</div>
|
|
<div style="font-size:85%;color:#999;">Domain</div>
|
|
|
<table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
<table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
@@ -296,100 +296,100 @@
|
|
|
{if $domain.subdomains}
|
|
{if $domain.subdomains}
|
|
|
{foreach $domain.subdomains as $subdomain}
|
|
{foreach $domain.subdomains as $subdomain}
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td style="width:25%;text-align:left;padding:5px;font-size:90%">
|
|
|
|
|
- {$subdomain.subdomain}.{$subdomain.domain}
|
|
|
|
|
- </td>
|
|
|
|
|
- <td style="min-width:50px;text-align:left;padding:5px;">
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="delSubdomainConfirm" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
- <button title="Subdomaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-trash fa-fw"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </td>
|
|
|
|
|
- <td style="width:50%;text-align:left;padding:5px;">
|
|
|
|
|
- {$subdomain.relpath}
|
|
|
|
|
- </td>
|
|
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
|
|
- {if $subdomain.DNS == 1}
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="unsetDNSConfirm" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
|
|
- <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
|
|
- <button title="DNS deaktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:green;"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- {else}
|
|
|
|
|
- {if $domain.domainNS == 'self'}
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="setDNSConfirm" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
|
|
- <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
|
|
- <button title="DNS aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-power-off fa-fw"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- {else}
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="infoDNS" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
|
|
- <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- {/if}
|
|
|
|
|
- {/if}
|
|
|
|
|
- </td>
|
|
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
|
|
- {if $subdomain.ssl == 1}
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="renewSSLConfirm" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
- <button title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-repeat fa-fw" style="color:green;"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- {else}
|
|
|
|
|
- {if $subdomain.DNS == 1}
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="enableSSLConfirm" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
- <button title="SSL aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-power-off fa-fw"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- {else}
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="infoSSL" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
- <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- {/if}
|
|
|
|
|
- {/if}
|
|
|
|
|
- </td>
|
|
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
|
|
- {if $subdomain.ssl == 1}
|
|
|
|
|
- {$subdomain.sslexpire}
|
|
|
|
|
- {/if}
|
|
|
|
|
- </td>
|
|
|
|
|
|
|
+ <td style="width:25%;text-align:left;padding:5px;font-size:90%">
|
|
|
|
|
+ {$subdomain.subdomain}.{$subdomain.domain}
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td style="min-width:50px;text-align:left;padding:5px;">
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="delSubdomainConfirm" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
+ <button title="Subdomaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-trash fa-fw"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td style="width:50%;text-align:left;padding:5px;">
|
|
|
|
|
+ {$subdomain.relpath}
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
|
|
+ {if $subdomain.DNS == 1}
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="unsetDNSConfirm" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
|
|
+ <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
|
|
+ <button title="DNS deaktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:green;"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ {else}
|
|
|
|
|
+ {if $domain.domainNS == 'self'}
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="setDNSConfirm" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
|
|
+ <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
|
|
+ <button title="DNS aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ {else}
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="infoDNS" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
|
|
+ <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
|
|
+ {if $subdomain.ssl == 1}
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="renewSSLConfirm" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
+ <button title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-repeat fa-fw" style="color:green;"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ {else}
|
|
|
|
|
+ {if $subdomain.DNS == 1}
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="enableSSLConfirm" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
+ <button title="SSL aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ {else}
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="infoSSL" />
|
|
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
|
|
+ <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
|
|
+ {if $subdomain.ssl == 1}
|
|
|
|
|
+ {$subdomain.sslexpire}
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
{/foreach}
|
|
{/foreach}
|
|
|
{/if}
|
|
{/if}
|
|
@@ -409,6 +409,20 @@
|
|
|
</table>
|
|
</table>
|
|
|
{/foreach}
|
|
{/foreach}
|
|
|
{/if}
|
|
{/if}
|
|
|
|
|
+ <table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
|
|
|
+ <tr style="font-size:85%;background-color:#0273d4;color:#fff;">
|
|
|
|
|
+ <td colspan=6 style="border-top:1px solid grey;">
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
+ <input type="hidden" name="a" value="newDomain" />
|
|
|
|
|
+ <button title="Neue Domaine" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Domaine
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
{/if}
|
|
{/if}
|