<div id="Center">

<div class="dparts descriptionBox"><div class="parts">
<div class="partsHeading"><h3>会員登録</h3></div>
<div class="block">
<p>サービスを利用するには、以下の規約を遵守してください。<br />利用者ご本人により会員規約に同意のうえ、登録手続きを進めてください。</p>
</div>
</div></div>

<div class="dparts descriptionBox"><div class="parts">
<div class="partsHeading"><h3>利用規約</h3></div>
<div class="block">
<p>
<?php 
if ($this->_tpl_vars['c_siteadmin'] != "") {
    echo is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['c_siteadmin'])) ? $this->_run_mod_handler('t_url2a', true, $_tmp) : smarty_modifier_t_url2a($_tmp)) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp);
    ?>

<?php 
} else {
    ?>
利用規約は、ただいま準備中です。
<?php 
}
?>
</p>
</div>
</div></div>

<div class="parts buttonLine">
<?php 
<div class="partsHeading"><h3>アルバムを作成する</h3></div>
<div class="partsInfo">
<p>以下の内容でよろしいですか?</p>
</div>
<table>
<tr>
<th>タイトル</th>
<td><?php 
echo smarty_modifier_t_escape($this->_tpl_vars['form_val']['subject']);
?>
</td>
</tr>
<tr>
<th>説明文</th>
<td><?php 
echo is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['form_val']['description'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2a', true, $_tmp) : smarty_modifier_t_url2a($_tmp);
?>
</td>
</tr>
<tr>
<th>表紙</th>
<td><?php 
echo smarty_modifier_t_escape($this->_tpl_vars['form_val']['image_filename']);
?>
</td>
</tr>
<tr>
<th>公開範囲</th>
<td>
<?php 
if ($this->_tpl_vars['form_val']['public_flag'] == 'public') {