|
|
@@ -12,7 +12,6 @@
|
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$modulechangepasswordmessage|strip_tags textcenter=true}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
-
|
|
|
{if $pendingcancellation}
|
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.cancellationrequestedexplanation textcenter=true idname="alertPendingCancellation"}
|
|
|
{/if}
|
|
|
@@ -164,6 +163,10 @@
|
|
|
class="fas fa-inbox fa-fw"></i> {lang key='resourceUsage'}</a>
|
|
|
</li>
|
|
|
{/if}
|
|
|
+ <a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1"
|
|
|
+ class="nav-link active" target=_blank style="margin-left: auto;">
|
|
|
+ <i class="fas fa-sign-in fa-fw"></i> CWP Login
|
|
|
+ </a>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
@@ -172,202 +175,257 @@
|
|
|
<div class="tab-pane fade show active" role="tabpanel" id="manage" align="center">
|
|
|
<div class="col-sm-12">
|
|
|
<h4>{lang key='overview'}</h4>
|
|
|
- {foreach $domains as $domain}
|
|
|
- <div style="font-size:85%;color:#999;">Domain</div>
|
|
|
- <table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
|
- <tr style="font-size:85%;background-color:#0273d4;color:#fff;">
|
|
|
- <th style="width:25%;text-align:left;padding:5px;">
|
|
|
- DOMAIN NAME
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- </th>
|
|
|
- <th style="width:50%;text-align:left;padding:5px;">
|
|
|
- WEBROOT
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- DNS
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- SSL
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- EXP
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr style="background-color:#ddd;">
|
|
|
- <td style="text-align:left;padding:5px;">
|
|
|
- <strong>{$domain.domain}</strong><br /><small>www.{$domain.domain}</small>
|
|
|
- </td>
|
|
|
- <td style="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="delDomainConfirm" />
|
|
|
- <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="Domaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
|
|
|
- <i class="fas fa-trash fa-fw"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- </td>
|
|
|
- <td style="text-align:left;padding:5px;">
|
|
|
- {$domain.path}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;padding:5px;">
|
|
|
- {if $domain.DNS == 1}
|
|
|
- <i class="fas fa-check fa-fw"></i>
|
|
|
- {else}
|
|
|
- {if $domain.domainNS == 'self'}
|
|
|
+ {if $domains|count > 0}
|
|
|
+ {foreach $domains as $domain}
|
|
|
+ <div style="font-size:85%;color:#999;">Domain</div>
|
|
|
+ <table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
|
+ <tr style="font-size:85%;background-color:#0273d4;color:#fff;">
|
|
|
+ <th style="width:25%;text-align:left;padding:5px;">
|
|
|
+ DOMAIN NAME
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ </th>
|
|
|
+ <th style="width:50%;text-align:left;padding:5px;">
|
|
|
+ WEBROOT
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ DNS
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ SSL
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ EXP
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr style="background-color:#ddd;">
|
|
|
+ <td style="text-align:left;padding:5px;">
|
|
|
+ {if $domain.DNS == 1}<a class="btn-link" href="http{if $domain.ssl == 1}s{/if}://www.{$domain.domain}" target="_blank">{/if}
|
|
|
+ <strong>{$domain.domain}</strong><br /><small>www.{$domain.domain}</small>
|
|
|
+ {if $domain.DNS == 1}</a>{/if}
|
|
|
+ </td>
|
|
|
+ <td style="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="delDomainConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="Domain löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
|
|
|
+ <i class="fas fa-trash fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ </td>
|
|
|
+ <td style="text-align:left;padding:5px;">
|
|
|
+ {$domain.relpath}
|
|
|
+ </td>
|
|
|
+ <td style="text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
+ {if $domain.DNS == 1}
|
|
|
+ {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="unsetDNSConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <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}
|
|
|
+ <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="{$domain.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:green;"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {/if}
|
|
|
+ {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="{$domain.domain}" />
|
|
|
+ <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="{$domain.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="text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
+ {if $domain.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="setDNSConfirm" />
|
|
|
+ <input type="hidden" name="a" value="renewSSLConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <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 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 $domain.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="infoDNS" />
|
|
|
+ <input type="hidden" name="a" value="enableSSLConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-info fa-fw"></i>
|
|
|
+ <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="{$domain.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}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;padding:5px;">
|
|
|
- {if $domain.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="{$domain.domain}" />
|
|
|
- <button title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-repeat fa-fw"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- {else}
|
|
|
- {if $domain.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="{$domain.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}
|
|
|
- <i class="fas fa-times fa-fw" title="DNS nicht gesetzt!"></i>
|
|
|
+ </td>
|
|
|
+ <td style="text-align:center;padding:5px;" title="Zertifikat ist noch {$domain.sslexpire} Tage gültig">
|
|
|
+ {if $domain.ssl == 1}
|
|
|
+ {$domain.sslexpire}
|
|
|
{/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;padding:5px;">
|
|
|
- {if $domain.ssl == 1}
|
|
|
- {$domain.sslexpire}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {if $domain.subdomains}
|
|
|
- {foreach $domain.subdomains as $subdomain}
|
|
|
- <tr>
|
|
|
- <td colspan=6>
|
|
|
-{* <div style="color:#999;font-size:85%;text-align:center;">Subdomain</div> *}
|
|
|
- <table style="width:100%;border-collapse:collapse;border:none;">
|
|
|
- <tr>
|
|
|
- <td style="width:25%;text-align:left;padding:5px;">
|
|
|
- {$subdomain.subdomain}.{$subdomain.domain}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:left;padding:5px;">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {if $domain.subdomains}
|
|
|
+ {foreach $domain.subdomains as $subdomain}
|
|
|
+ <tr>
|
|
|
+ <td style="width:25%;text-align:left;padding:5px;font-size:90%">
|
|
|
+ {if $subdomain.DNS == 1}<a class="btn-link" href="http{if $subdomain.ssl == 1}s{/if}://{$subdomain.subdomain}.{$subdomain.domain}" target="_blank">{/if}
|
|
|
+ {$subdomain.subdomain}.{$subdomain.domain}
|
|
|
+ {if $subdomain.DNS == 1}</a>{/if}
|
|
|
+ </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="Subdomain 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="delSubdomainConfirm" />
|
|
|
+ <input type="hidden" name="a" value="infoSSL" />
|
|
|
<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 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>
|
|
|
- </td>
|
|
|
- <td style="width:50%;text-align:left;padding:5px;">
|
|
|
- {$subdomain.path}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- {if $subdomain.DNS == 1}
|
|
|
- <i class="fas fa-check fa-fw"></i>
|
|
|
- {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-info fa-fw"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- {/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- {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"></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}
|
|
|
- <i class="fas fa-times fa-fw" title="DNS nicht gesetzt!"></i>
|
|
|
- {/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- {if $subdomain.ssl == 1}
|
|
|
- {$subdomain.sslexpire}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {/foreach}
|
|
|
- {/if}
|
|
|
- </table>
|
|
|
- {/foreach}
|
|
|
- <a style="margin-top:1em;"
|
|
|
- href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1"
|
|
|
- class="btn btn-primary" target=_blank color="white">
|
|
|
- <i class="fas fa-sign-in fa-fw"></i> Login
|
|
|
+ {/if}
|
|
|
+ {/if}
|
|
|
+ </td>
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ {if $subdomain.ssl == 1}
|
|
|
+ {$subdomain.sslexpire}
|
|
|
+ {/if}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/foreach}
|
|
|
+ {/if}
|
|
|
+ <tr>
|
|
|
+ <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="newSubdomain" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="Neue Subdomain" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Subdomain
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ {/foreach}
|
|
|
+ {/if}
|
|
|
+ <a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&modop=custom&a=newDomain" class="btn btn-primary" style="margin-top:20px;">
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Domain
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|