|
@@ -66,50 +66,50 @@
|
|
|
<div class="product-info" style="min-height: unset; height:210px;">
|
|
<div class="product-info" style="min-height: unset; height:210px;">
|
|
|
<table width="100%" border="0">
|
|
<table width="100%" border="0">
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingregdate}</td>
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">{$regdate}</td>
|
|
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingregdate}</td>
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$regdate}</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
{if $billingcycle != 'Gratis-Account'}
|
|
{if $billingcycle != 'Gratis-Account'}
|
|
|
- <tr>
|
|
|
|
|
- <td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">{$firstpaymentamount}</td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td class="list-heading" style="font-size: 85%;">{$LANG.recurringamount}</td>
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">{$recurringamount}</td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td class="list-heading" style="font-size: 85%;">{$LANG.orderbillingcycle}</td>
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">{$billingcycle}</td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingnextduedate}</td>
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">{$nextduedate}</td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td class="list-heading" style="font-size: 85%;">{$LANG.orderpaymentmethod}</td>
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">{$paymentmethod}</td>
|
|
|
|
|
- </tr>
|
|
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$firstpaymentamount}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;">{$LANG.recurringamount}</td>
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$recurringamount}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;">{$LANG.orderbillingcycle}</td>
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$billingcycle}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingnextduedate}</td>
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$nextduedate}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;">{$LANG.orderpaymentmethod}</td>
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$paymentmethod}</td>
|
|
|
|
|
+ </tr>
|
|
|
{else}
|
|
{else}
|
|
|
- <tr>
|
|
|
|
|
- <td class="list-heading" style="font-size: 85%;"><strong>Trial Account</strong></td>
|
|
|
|
|
- {if ($smarty.now - ($regdate|@strtotime)) > 950400} {* wenn Heute - RegisterDatum > 11 Tage *}
|
|
|
|
|
- <td class="list-text" style="color:yellow;font-size:85%;">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
|
|
|
|
|
- {elseif ($smarty.now - ($regdate|@strtotime)) > 1123200} {* wenn Heute - RegisterDatum > 13 Tage *}
|
|
|
|
|
- <td class="list-text" style="color:red;font-size:85%;">Letzter Tag der Trial Periode</td>
|
|
|
|
|
- {else}
|
|
|
|
|
- <td class="list-text" style="font-size: 85%;">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
|
|
|
|
|
- {/if}
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td colspan="2"><br /><br /></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <td></td>
|
|
|
|
|
- <td><a href="/upgrade.php?type=package&id={$id}" class="btn btn-block btn-primary">Jetzt upgraden</a></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="list-heading" style="font-size: 85%;"><strong>Trial Account</strong></td>
|
|
|
|
|
+ {if ($smarty.now - ($regdate|@strtotime)) > 950400} {* wenn Heute - RegisterDatum > 11 Tage *}
|
|
|
|
|
+ <td class="list-text" style="color:yellow;font-size:85%;">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
|
|
|
|
|
+ {elseif ($smarty.now - ($regdate|@strtotime)) > 1123200} {* wenn Heute - RegisterDatum > 13 Tage *}
|
|
|
|
|
+ <td class="list-text" style="color:red;font-size:85%;">Letzter Tag der Trial Periode</td>
|
|
|
|
|
+ {else}
|
|
|
|
|
+ <td class="list-text" style="font-size: 85%;">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td colspan="2"><br /><br /></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td></td>
|
|
|
|
|
+ <td><a href="/upgrade.php?type=package&id={$id}" class="btn btn-block btn-primary">Jetzt upgraden</a></td>
|
|
|
|
|
+ </tr>
|
|
|
{/if}
|
|
{/if}
|
|
|
- </table>
|
|
|
|
|
|
|
+ </table>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|