From 870963df2dac72e433fd7f94cd1cccc8cd6ea2d0 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 02 Feb 2005 22:30:27 +0000 Subject: 1. changed version to -svn 2. added a really simple page example 3. removed 'border=' attribute from iframe 4. added notice about svn version 5. added 'site-C-ing:' prefix to the title --- (limited to 'htdocs/simple.chtml') diff --git a/htdocs/simple.chtml b/htdocs/simple.chtml new file mode 100644 index 0000000..9900f00 --- a/dev/null +++ b/htdocs/simple.chtml @@ -0,0 +1,31 @@ +% html(); return; /* vim:set ft=sitecing: */ +%%derive layout = "/ancestry/layout.chtml"; +<%constructor> + b_strict = false; + +<%codemethod string title() %> + return "simple page"; + +<%method void content() %> +

building a really simple page

+

+ Building a really simple page is really simple. I will not go into much detail + here. The example provided should speak for itself. +

+

+ The component being written doesn't do much but show you the calendar for the + current month. First, take a look at the code and, after you examined it, feel free to check out + the output. +

+ +
+ +
+ + -- cgit v0.9.0.2