Copied many Artemus templates from Nutriguia.
[gruta.git] / templates / artemus / _story_link_edit_and_preview
blob4f99dd6ff668bfc22be91bf38b19e4b8bce34a87
1 =item B<_story_link_edit_and_preview>
3  _story_link_edit_and_preview topic story_id
5 Shows links to edit and preview a story.
6 =cut
7 <li>
8 {-if|{-is_future_story|$0|$1}|<em>|}
9 <a href='{-l|EDIT_STORY|topic=$0|id=$1}'>{-story_date|%d/%m/%y|$0|$1} - {-story_title|$0|$1}</a>
10 {-if|{-is_future_story|$0|$1}|</em>|}
11 <small><a href='{-l|STORY|topic=$0|id=$1}'>[Preview]</a></small>
12 </li>