{*ライセンス情報 ココカラ*}
{if $smarty.const.LIC_FLG === true}
{if $BlogLicense}
{if $BlogLicenseArray.bOverTerm == $smarty.const.VAL_COMMON_FLAG_ON}
{l}使用期限を過ぎています。{/l}{l}続けてご利用頂く場合、『ライセンスキー』をご購入ください。{/l}
{l}ご購入戴きました『ライセンスキー』はパソコンから登録してください。{/l}
{else}
{if $BlogLicenseArray.bGrace == $smarty.const.VAL_COMMON_FLAG_ON}
{l}使用期限を過ぎています。{/l}{l}続けてご利用頂く場合、『ライセンスキー』をご購入ください。{/l}
{l}ご購入戴きました『ライセンスキー』はパソコンから登録してください。{/l}
{else}
{if ($BlogLicenseArray.licOver == -1 || $BlogLicenseArray.licOver > $BlogLicenseArray.remainder)}
{if ($BlogLicense->r_cTrialLicenseKey) ||
($BlogLicense->r_cLicenseKey && $BlogLicenseArray.remainder <= ($smarty.const.NUM_TRIAL_TERM/2))}
{l}ご利用ありがとうございます。{/l}{$BlogLicenseArray.termdate|date_format:'%Y/%m/%d'}{l}({/l}{$BlogLicenseArray.termdate|date_format:'%w'|local_word:$dbValue.calendar_week}){l}まで(あと{/l}{$BlogLicenseArray.remainder|string_format:"%d"}{l}日)使用可能です。{/l}
{/if}
{/if}
{/if}
{/if}