From 71f4cc84c3788c6904ede17cd626a9ca9c349e3b Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 30 Jan 2005 00:57:53 +0000 Subject: initial commit into repository --- (limited to 'htdocs/ancestry/page.chtml') diff --git a/htdocs/ancestry/page.chtml b/htdocs/ancestry/page.chtml new file mode 100644 index 0000000..28bf7f0 --- a/dev/null +++ b/htdocs/ancestry/page.chtml @@ -0,0 +1,28 @@ +% html(); return; /* vim:set ft=sitecing: */ +%%var bool b_strict = true; +<%decl> + using std::string; + +<%method void html() %> +% if(b_strict){ + +% }else{ + +% } + + +% __SCIF->headers["Content-Type"] = "text/html"; + <% title() %> + + + + +% body(); + + + +<%codemethod string title() %> + return "untitled"; + +<%method void body() %> + -- cgit v0.9.0.2