|
@@ -1,69 +0,0 @@
|
|
|
-<h2>DNS aktivieren</h2>
|
|
|
|
|
-<hr>
|
|
|
|
|
-<div class="tab-content margin-bottom">
|
|
|
|
|
- <div class="section">
|
|
|
|
|
- <div class="product-details">
|
|
|
|
|
- <div class="row row-eq-height row-eq-height-sm">
|
|
|
|
|
- <div class="col-md-6">
|
|
|
|
|
- <div class="product-holder product-status-{$rawstatus|strtolower}" style="min-height: unset; height:210px">
|
|
|
|
|
- <div class="product-content">
|
|
|
|
|
- <div class="product-image">
|
|
|
|
|
- <div class="feature-icon">
|
|
|
|
|
- <img src="/templates/croster/thurdata/productgroups/{$gid}.svg" class="img-fluid" style="height:100px;">
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <h4><small>Hosting Account</small> - {$domain}</h4>
|
|
|
|
|
- <div class="status-sticker-wrapper">
|
|
|
|
|
- <div class="status-sticker product-status-{$rawstatus|strtolower}">
|
|
|
|
|
- {$status}
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="col-md-6">
|
|
|
|
|
- <table width="100%" border="0">
|
|
|
|
|
- <tbody>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td>
|
|
|
|
|
- <div class="alert alert-warning">
|
|
|
|
|
- DNS Aktivierung für Domain<br />
|
|
|
|
|
- <b>{if $DNSsubdomain}{$DNSsubdomain}.{/if}{$DNSdomain}</b>
|
|
|
|
|
- </div>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td>
|
|
|
|
|
- <form style="display:flex;flex-direction:row;align-items:center;justify-content: space-between;" method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$id}" />
|
|
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
|
|
- <input type="hidden" name="a" value="setDNS" />
|
|
|
|
|
- <input type="hidden" name="d" value="{$DNSdomain}" />
|
|
|
|
|
- {if $DNSsubdomain}
|
|
|
|
|
- <input type="hidden" name="s" value="{$DNSsubdomain}" />
|
|
|
|
|
- {/if}
|
|
|
|
|
- <button type="submit" class="btn btn-primary btn-block">
|
|
|
|
|
- Aktivieren
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </tbody>
|
|
|
|
|
- </table>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="section">
|
|
|
|
|
- <div class="row row-eq-height row-eq-height-sm">
|
|
|
|
|
- <div class="col-md-4">
|
|
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
|
|
- <input type="hidden" name="id" value="{$id}" />
|
|
|
|
|
- <button type="submit" class="btn btn-default btn-block">
|
|
|
|
|
- {$LANG.clientareabacklink}
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-</div>
|
|
|