{include file="file:$templatedir/Header.html"} {* 証書番号がほしいためのダミーループ *} {foreach from=$BlogLicense->bm_getShoushoNo() item='_shousho_no'} {/foreach}
{include file="file:$templatedir/AdminMenu.html"}
ポータルTOP > 管理者設定 > ライセンス設定
{if $successes}
{foreach from=$successes item=_success}
{$_success}
{/foreach}
{/if} {if $errors}
{foreach from="$errors" item="_error"}
{$_error}
{/foreach}
{/if}
[ライセンスの購入] [ライセンスの発行] [ライセンスの再発行]
現在のユーザー数 / ユーザー数上限
{$nUser} / {$BlogLicense->bm_getUserNumber()|default:'無制限'}
現在のブログ数 / ブログ数上限
{$nBlog} / {$BlogLicense->bm_getBlogNumber()|default:'無制限'}
使用期限
{$BlogLicense->bm_getDateTo('%Y/%m/%d')|default:'無期限'}{if $BlogLicense->bm_getDaysLeft()}(あと{$BlogLicense->bm_getDaysLeft()}日){/if}
証書ナンバー
{foreach from=$BlogLicense->bm_getShoushoNo() item='_shousho_no'}
{$_shousho_no}
{/foreach}
ライセンスキー{if strlen($BlogLicense->bm_getLicenseKey()) > 0} {/if}
{$BlogLicense->bm_getLicenseKey()|nl2br}
お客様コード
{$hostID|nl2br}
[ライセンスの購入] [ライセンスの発行] [ライセンスの再発行]
{include file="file:$templatedir/Footer.html"}