# HG changeset patch # User Tero Marttila # Date 1233968506 -7200 # Node ID 9c9643047a1061ba21c14502c745ceaa4f3c12b3 # Parent 0e701fbd67604f5d90f2235da857f2575bd8c4cf remove old templates diff -r 0e701fbd6760 -r 9c9643047a10 templates/__init__.py --- a/templates/__init__.py Sat Feb 07 03:00:11 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ - -# system imports -from Cheetah.Template import Template as _CheetahTemplate - -# base template -class _BaseTemplate (_CheetahTemplate) : - def __init__ (self, req) : - """ - Blah - """ - - # XXX: not done - pass - - -# import templates -from layout import layout -from main import main -from error_404 import error_404 - diff -r 0e701fbd6760 -r 9c9643047a10 templates/error_404.tmpl --- a/templates/error_404.tmpl Sat Feb 07 03:00:11 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#extends layout -#def page_content -

Oops! Not Found

- -

The page you requested does not seem to exist. Perhaps you can find what you're looking for in the menu at the left?

- -
-    Requested Path: $page_path
-
-#end def diff -r 0e701fbd6760 -r 9c9643047a10 templates/main.tmpl --- a/templates/main.tmpl Sat Feb 07 03:00:11 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -#extends layout -#def page_content -

Main Page

- -

This is the main page...

-#end def diff -r 0e701fbd6760 -r 9c9643047a10 templates/projects.tmpl --- a/templates/projects.tmpl Sat Feb 07 03:00:11 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -#extends layout -#def page_content -

Projects

- -

A variety of projects...

-#end def