summaryrefslogtreecommitdiffabout
path: root/htdocs/ancestry
authorMichael Krelin <hacker@klever.net>2005-04-01 22:23:54 (UTC)
committer Michael Krelin <hacker@klever.net>2005-04-01 22:23:54 (UTC)
commit8e7ab6661815e333ee9377c2655a03aee89372c2 (patch) (unidiff)
tree9bd424c20665b85a46ba26e38a7504ed7ad7cf68 /htdocs/ancestry
parentd379841850daab4693d596784b790b13e20e3a03 (diff)
downloadsitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.zip
sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.tar.gz
sitecing-8e7ab6661815e333ee9377c2655a03aee89372c2.tar.bz2
added a quick reference section
Diffstat (limited to 'htdocs/ancestry') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/ancestry/layout.chtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/ancestry/layout.chtml b/htdocs/ancestry/layout.chtml
index 0c167bc..df34ad7 100644
--- a/htdocs/ancestry/layout.chtml
+++ b/htdocs/ancestry/layout.chtml
@@ -35,35 +35,35 @@
35 if(!access(WEB_RUN_ROOT "/conf/banner_top",R_OK)) { 35 if(!access(WEB_RUN_ROOT "/conf/banner_top",R_OK)) {
36 pass_file_through(WEB_RUN_ROOT "/conf/banner_top"); 36 pass_file_through(WEB_RUN_ROOT "/conf/banner_top");
37 } 37 }
38 prevnext(); 38 prevnext();
39 content(); 39 content();
40 if(b_strict && !access(WEB_RUN_ROOT "/conf/banner_bottom",R_OK)) { 40 if(b_strict && !access(WEB_RUN_ROOT "/conf/banner_bottom",R_OK)) {
41 pass_file_through(WEB_RUN_ROOT "/conf/banner_bottom"); 41 pass_file_through(WEB_RUN_ROOT "/conf/banner_bottom");
42 } 42 }
43 </%code> 43 </%code>
44 </div> 44 </div>
45 <div id="sidepanel"> 45 <div id="sidepanel">
46% sidepanel(); 46% sidepanel();
47 </div> 47 </div>
48</%method> 48</%method>
49<%method void content() %> 49<%method void content() %>
50</%method> 50</%method>
51<%method void sidepanel() %> 51<%method void sidepanel() %>
52 <h1><% PACKAGE_STRING %></h1> 52 <h1><% PACKAGE_STRING %></h1>
53% if(b_svn) { 53% if(b_svn) {
54 <h2>The site is running source from the source repository which may differ 54 <h2>The site is running source from the source repository which may differ
55 from the one available for download. You can check it out from the <a 55 from the one available for download. You can check it out from the <a
56 href="http://kin.klever.net/sitecing/repository">source repository</a>.</h2> 56 href="http://kin.klever.net/sitecing/repository">source repository</a>.</h2>
57% } 57% }
58% /* thank MSIE for this awful formatting */ 58% /* thank MSIE for this awful formatting */
59 <ul><li><a href="/" title="introduction to site-C-ing">overview</a><ul><li><a href="/simple" title="building a really simple page">simple page</a></li></ul></li><li><a href="/exceptions/" title="exceptions handling">exceptions</a><ul><li><a href="/exceptions/preprocess" title="preprocessor errors">preprocess</a></li><li><a href="/exceptions/compile" title="compiler errors">compile-time</a></li><li><a href="/exceptions/runtime" title="runtime exceptions">runtime</a></li></ul></li><li><a href="/sources" title="browse this site source files">sources</a></li></ul> 59 <ul><li><a href="/" title="introduction to site-C-ing">overview</a><ul><li><a href="/simple" title="building a really simple page">simple page</a></li></ul></li><li><a href="/exceptions/" title="exceptions handling">exceptions</a><ul><li><a href="/exceptions/preprocess" title="preprocessor errors">preprocess</a></li><li><a href="/exceptions/compile" title="compiler errors">compile-time</a></li><li><a href="/exceptions/runtime" title="runtime exceptions">runtime</a></li></ul></li><li><a href="/quickref/" title="quick reference">reference</a><ul><li><a href="/quickref/metasyntax" title="meta syntax">syntax</a></li></ul></li><li><a href="/sources" title="browse this site source files">sources</a></li></ul>
60 <%code> 60 <%code>
61 if(!access(WEB_RUN_ROOT "/conf/banner_side",R_OK)) { 61 if(!access(WEB_RUN_ROOT "/conf/banner_side",R_OK)) {
62 pass_file_through(WEB_RUN_ROOT "/conf/banner_side"); 62 pass_file_through(WEB_RUN_ROOT "/conf/banner_side");
63 } 63 }
64 </%code> 64 </%code>
65 <ul><li><a href="http://kin.klever.net/sitecing/" title="main site-C-ing page">site-C-ing</a></li><li><a href="http://kin.klever.net/sitecing/sources" title="site-C-ing download page">downloads</a></li></ul> 65 <ul><li><a href="http://kin.klever.net/sitecing/" title="main site-C-ing page">site-C-ing</a></li><li><a href="http://kin.klever.net/sitecing/sources" title="site-C-ing download page">downloads</a></li></ul>
66 <div class="copyright"> 66 <div class="copyright">
67 &copy; <a href="http://www.klever.net/">Klever Group</a> 67 &copy; <a href="http://www.klever.net/">Klever Group</a>
68 </div> 68 </div>
69</%method> 69</%method>