From ae2e99671c6cb31fcaf7da140c56f94818ca94c9 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 26 Dec 2007 09:41:53 +0100 Subject: [PATCH] Template STORY copied. --- templates/artemus/STORY | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 templates/artemus/STORY diff --git a/templates/artemus/STORY b/templates/artemus/STORY new file mode 100644 index 0000000..9c465f8 --- /dev/null +++ b/templates/artemus/STORY @@ -0,0 +1,51 @@ +=item B + + cgi-topic: Id of topic + cgi-id: Id of story + cgi-hl: Words to highlight + +Shows a page with a complete story. +=cut + +{-assert_visible_story|{-cgi-topic}|{-cgi-id}} +{-redir_if_archived|STORY|{-cgi-topic}|{-cgi-id}} + +{-header} + +{-super_box_start} +{-main_menu} +
+ +{-box_title|{-topic_name|{-cgi-topic}}} + + +
    +{-story_loop_by_date|{-cgi-topic}|8|0|_story_link_as_item|} +
+
+ +{-box_end} +} + +
+ +{-super_box_end} + + + +
+ +{-super_box_start} + +{-box_title|{-topic_name|{-cgi-topic}}} + +{-story_date|%d/%m/%y |{-cgi-topic}|{-cgi-id}}

+ +{-_story_complete|{-cgi-topic}|{-cgi-id}|{-cgi-hl}} +{-box_end} + +{-super_box_end} + +
+ +{-footer} -- 2.11.4.GIT