|
@@ -1,71 +1,68 @@
|
|
|
<h2>Neue Domaine erstellen</h2>
|
|
<h2>Neue Domaine erstellen</h2>
|
|
|
<hr>
|
|
<hr>
|
|
|
-
|
|
|
|
|
-<div class="row">
|
|
|
|
|
- <div class="col-xl-9 primary-content left-layout">
|
|
|
|
|
- <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 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>
|
|
|
|
|
+ <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>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col-md-10">
|
|
|
|
|
- <table width="100%" border="0">
|
|
|
|
|
- <tbody>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td>
|
|
|
|
|
- <div class="alert alert-info">
|
|
|
|
|
- Geben Sie den Namen der neuen Hosting Domaine ein.<br />
|
|
|
|
|
- Diese Domaine wird in Ihrem Hosting-Account erstellt.<br />
|
|
|
|
|
- Einen DNS Eintrag, ein SSL Zertifikat oder weitere Subdomains<br />
|
|
|
|
|
- für Ihre neue Domaine können Sie danach in der Übersicht erstellen.
|
|
|
|
|
- </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="addDomain" />
|
|
|
|
|
- <input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="d" />
|
|
|
|
|
- <button type="submit" class="btn btn-primary btn-block">
|
|
|
|
|
- Erstellen
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </tbody>
|
|
|
|
|
- </table>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-md-6">
|
|
|
|
|
+ <table width="100%" border="0">
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <div class="alert alert-info">
|
|
|
|
|
+ Geben Sie den Namen der neuen Hosting Domaine ein.<br />
|
|
|
|
|
+ Diese Domaine wird in Ihrem Hosting-Account erstellt.<br />
|
|
|
|
|
+ Einen DNS Eintrag, ein SSL Zertifikat oder weitere Subdomains<br />
|
|
|
|
|
+ für Ihre neue Domaine können Sie danach in der Übersicht erstellen.
|
|
|
|
|
+ </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="addDomain" />
|
|
|
|
|
+ <input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="d" />
|
|
|
|
|
+ <button type="submit" class="btn btn-primary btn-block">
|
|
|
|
|
+ Erstellen
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
</div>
|
|
</div>
|
|
|
</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 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>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|