(<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['diary']['num_comment']);
            ?>
)<?php 
            if ($this->_tpl_vars['diary']['image_filename_1'] || $this->_tpl_vars['diary']['image_filename_2'] || $this->_tpl_vars['diary']['image_filename_3']) {
                ?>
 <img src="<?php 
                echo smarty_function_t_img_url_skin(array('filename' => 'icon_camera'), $this);
                ?>
" alt="" /><?php 
            }
            ?>
</td>
</tr><tr>
<th>本文</th><td><?php 
            echo is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['diary']['body'])) ? $this->_run_mod_handler('t_decoration', true, $_tmp, 1) : smarty_modifier_t_decoration($_tmp, 1)) ? $this->_run_mod_handler('t_truncate', true, $_tmp, 36, "", 3) : smarty_modifier_t_truncate($_tmp, 36, "", 3);
            ?>
</td>
</tr><tr class="operation">
<th>作成日時</th><td><span class="text"><?php 
            echo is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['diary']['r_datetime'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%m月%d日 %H:%M") : smarty_modifier_date_format($_tmp, "%m月%d日 %H:%M");
            ?>
</span> <span class="moreInfo"><a href="<?php 
            echo smarty_function_t_url(array('m' => 'pc', 'a' => 'page_fh_diary'), $this);
            ?>
&amp;target_c_diary_id=<?php 
            echo smarty_modifier_t_escape($this->_tpl_vars['diary']['c_diary_id']);
            ?>
"><img src="<?php 
            echo smarty_function_t_img_url_skin(array('filename' => 'button_shosai'), $this);
            ?>
<div class="dparts formTable"><div class="parts">
<div class="partsHeading"><h3><?php 
echo smarty_modifier_t_escape($this->_tpl_vars['WORD_DIARY']);
?>
を編集する</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 = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['form_val']['body'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'diary', smarty_modifier_t_escape($this->_tpl_vars['member']['c_member_id'])) : smarty_modifier_t_url2cmd($_tmp, 'diary', smarty_modifier_t_escape($this->_tpl_vars['member']['c_member_id']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'diary') : smarty_modifier_t_cmd($_tmp, 'diary')) ? $this->_run_mod_handler('t_decoration', true, $_tmp) : smarty_modifier_t_decoration($_tmp);
?>
</td></tr>
<?php 
if ($this->_tpl_vars['form_val']['upfile_1']['name']) {
    ?>
<tr><th>写真1</th><td><?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['form_val']['upfile_1']['name']);
    ?>
</td></tr>
<?php 
}
if ($this->_tpl_vars['form_val']['upfile_2']['name']) {
    ?>
<tr><th>写真2</th><td><?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['form_val']['upfile_2']['name']);