月<?php 
echo smarty_modifier_t_escape($this->_tpl_vars['event']['open_date_day']);
?>
日 <?php 
echo smarty_modifier_t_escape($this->_tpl_vars['event']['open_date_comment']);
?>
</td></tr>
<tr><th>開催場所</th><td><?php 
echo smarty_modifier_t_escape($this->_tpl_vars['event']['open_pref_value']);
?>
 <?php 
echo smarty_modifier_t_escape($this->_tpl_vars['event']['open_pref_comment']);
?>
</td></tr>
<tr><th>詳細</th><td><?php 
echo is_array($_tmp = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['event']['detail'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'community', smarty_modifier_t_escape($this->_tpl_vars['u'])) : smarty_modifier_t_url2cmd($_tmp, 'community', smarty_modifier_t_escape($this->_tpl_vars['u']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'community') : smarty_modifier_t_cmd($_tmp, 'community');
?>
</td></tr>
<tr><th>募集期限</th><td>
<?php 
if ($this->_tpl_vars['event']['invite_period_year'] && $this->_tpl_vars['event']['invite_period_month'] && $this->_tpl_vars['event']['invite_period_day']) {
    echo smarty_modifier_t_escape($this->_tpl_vars['event']['invite_period_year']);
    ?>
年<?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['event']['invite_period_month']);
    ?>
月<?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['event']['invite_period_day']);
    ?>
日
<?php 
                        ?>
<li><a href="<?php 
                        echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['item']['image_filename3'])), $this);
                        ?>
" target="_blank"><img src="<?php 
                        echo smarty_function_t_img_url(array('filename' => smarty_modifier_t_escape($this->_tpl_vars['item']['image_filename3']), 'w' => 120, 'h' => 120), $this);
                        ?>
" alt="" /></a></li><?php 
                    }
                    ?>
</ul>
<?php 
                }
                ?>
<p class="text"><?php 
                echo is_array($_tmp = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['item']['body'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'community', smarty_modifier_t_escape($this->_tpl_vars['item']['c_member_id'])) : smarty_modifier_t_url2cmd($_tmp, 'community', smarty_modifier_t_escape($this->_tpl_vars['item']['c_member_id']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'community') : smarty_modifier_t_cmd($_tmp, 'community');
                ?>
</p>
</div>
<?php 
                if ($this->_tpl_vars['item']['filename'] && @OPENPNE_USE_FILEUPLOAD) {
                    ?>
<div class="block attachFile"><ul>
<li><a href="<?php 
                    echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_c_file_download'), $this);
                    ?>
&amp;target_c_commu_topic_comment_id=<?php 
                    echo smarty_modifier_t_escape($this->_tpl_vars['item']['c_commu_topic_comment_id']);
                    ?>
&amp;sessid=<?php 
                    echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
            if ($this->_tpl_vars['profile']['is_required']) {
                ?>
 <strong>※</strong><?php 
            }
            ?>
</th>
<td>
<?php 
            if ($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value']) {
                ?>

<?php 
                if ($this->_tpl_vars['profile']['form_type'] == 'textarea') {
                    ?>
    <?php 
                    echo is_array($_tmp = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'profile', smarty_modifier_t_escape($this->_tpl_vars['u'])) : smarty_modifier_t_url2cmd($_tmp, 'profile', smarty_modifier_t_escape($this->_tpl_vars['u']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'profile') : smarty_modifier_t_cmd($_tmp, 'profile');
                    ?>

<?php 
                } elseif ($this->_tpl_vars['profile']['form_type'] == 'checkbox') {
                    ?>
    <?php 
                    echo smarty_modifier_t_implode(smarty_modifier_t_escape($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value']), ", ");
                    ?>

<?php 
                } else {
                    ?>
    <?php 
                    echo smarty_modifier_t_escape($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value']);
                    ?>
<table>
<tr>
<th>タイトル</th>
<td>
<input type="text" class="input_text" name="subject" value="<?php 
    echo smarty_modifier_t_escape($this->_tpl_vars['diary']['subject']);
    ?>
" size="40" />
</td>
</tr>
<tr>
<th>本文</th>
<td>
<?php 
    if ($this->_tpl_vars['inc_entry_point'][3]) {
        echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['inc_entry_point'][3]) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'entry_point') : smarty_modifier_t_url2cmd($_tmp, 'entry_point')) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'entry_point') : smarty_modifier_t_cmd($_tmp, 'entry_point');
        ?>
</div><?php 
    }
    ?>

<?php 
    echo smarty_function_ext_include(array('file' => "inc_tinymce_textarea.tpl", '_name' => 'body', '_rows' => '15', '_cols' => '50', '_body' => $this->_tpl_vars['diary']['body']), $this);
    ?>

</td>
</tr>
<tr>
<th>写真1</th>
<td>
<?php 
<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']);
"><?php 
echo smarty_modifier_t_escape($this->_tpl_vars['target_member']['nickname']);
?>
</a></td>
</tr>
<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 = 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, 'message', smarty_modifier_t_escape($this->_tpl_vars['u'])) : smarty_modifier_t_url2cmd($_tmp, 'message', smarty_modifier_t_escape($this->_tpl_vars['u']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'message') : smarty_modifier_t_cmd($_tmp, 'message');
?>
</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 
}
<?php 
if ($this->_tpl_vars['INC_FOOTER_side_banner_html_before'] || $this->_tpl_vars['INC_FOOTER_side_banner_html_after'] || $this->_tpl_vars['INC_FOOTER_inc_side_banner']) {
    ?>
<div id="sideBanner">
<?php 
    echo '';
    if ($this->_tpl_vars['INC_FOOTER_side_banner_html_before'] || $this->_tpl_vars['INC_FOOTER_side_banner_html_after']) {
        echo '';
        if ($this->_tpl_vars['before_after'] == 'before') {
            echo '';
            echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['INC_FOOTER_side_banner_html_before']) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'side_banner') : smarty_modifier_t_url2cmd($_tmp, 'side_banner')) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'side_banner') : smarty_modifier_t_cmd($_tmp, 'side_banner');
            echo '';
        } else {
            echo '';
            echo is_array($_tmp = is_array($_tmp = $this->_tpl_vars['INC_FOOTER_side_banner_html_after']) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'side_banner') : smarty_modifier_t_url2cmd($_tmp, 'side_banner')) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'side_banner') : smarty_modifier_t_cmd($_tmp, 'side_banner');
            echo '';
        }
        echo '';
    } elseif ($this->_tpl_vars['INC_FOOTER_inc_side_banner']) {
        echo '';
        if ($this->_tpl_vars['INC_FOOTER_inc_side_banner']['a_href']) {
            echo '';
            if ($this->_tpl_vars['before_after'] == 'after') {
                echo '<a href="';
                echo smarty_function_t_url(array('m' => 'pc', 'a' => 'do_h_click_banner'), $this);
                echo '&amp;target_c_banner_id=';
                echo smarty_modifier_t_escape($this->_tpl_vars['INC_FOOTER_inc_side_banner']['c_banner_id']);
                echo '&amp;sessid=';
                echo smarty_modifier_t_escape($this->_tpl_vars['PHPSESSID']);
                echo '" target="_blank"><img src="';