Changeset 18482
- Timestamp:
- 08/30/08 21:26:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/events.php.gr.jp/branches/cake/app/views/event/show.ctp
r18480 r18482 2 2 <ul class="menu"> 3 3 <?php if ($session->read('role') == 'admin'): ?> 4 <li><?php echo $html->link('このイベントを編集する', '/events/ post/' . $event_id); ?></li>4 <li><?php echo $html->link('このイベントを編集する', '/events/edit/' . $event_id); ?></li> 5 5 <?php endif; ?> 6 6 <?php if ($joined && !$canceled): ?> … … 125 125 <?php echo h($comment['comment']); ?> 126 126 <?php if ($comment['User']['username'] == $session->read('username') || $session->read('role') == 'admin'): ?> 127 <?php echo $html->link('[delete]', '/event_comments/delete/'.$comment['id'] );?>127 <?php echo $html->link('[delete]', '/event_comments/delete/'.$comment['id'], null, '削除しても良いですか?');?> 128 128 <?php endif; ?> 129 129 </p>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)