initial commit
[urisagit/CMS-Simple.git] / make_slides / templates / chapters.tmpl
1 [%INCLUDE html_header %]
2
3 <BODY id="[%page_name%]" >
4         <div id="header_enclosure">
5                 [%INCLUDE page_header %]
6         </div>
7
8         [%START chap_title%]
9                 <div class="chap_num">[%number%].</div>
10                 <div class="chap_link">
11                         <A href="[%chap_url%]">[%title%]</A>
12                 </div>
13         [%END chap_title%]
14
15         <div id="footer_enclosure">
16                 [%INCLUDE page_footer %]
17         </div>
18 </BODY>
19
20 [%INCLUDE html_footer %]