Use 'aurl' wherever suitable.
[gruta.git] / templates / artemus / en / _story_printable
blobc6095b493c3098537f1c24390b5b979f7b9a7e5a
1 =item B<_story_printable>
3  _story_printable topic story_id
5 Shows a complete story, in 'printer-friendly' format.
6 =cut
8 <div class = 'story_printable'>
10         {-story_body|$0|$1}
12         <p>
13         <div class = 'tags'>Tags: {-foreach|{-story_tags|$0|$1}|\{-_search_tag\|\$0\|$1\}|, }</div>
14         </p>
16         <hr>
18         <div class = 'self_links'>
19                 Permanent link to this page:
20                 <a href='{-aurl|STORY|topic|$0|id|$1}'>{-aurl|STORY|topic|$0|id|$1}</a>
21         </div>
23 </div>