From 7356e54f1332b6a0cdf06cd18f3df338311fb61a Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 7 Jul 2008 13:26:36 -0400 Subject: Clean up our master and index templates --- manas/templates/index.html | 29 +++++------------------------ manas/templates/master.html | 16 +++++++++------- 2 files changed, 14 insertions(+), 31 deletions(-) diff --git a/manas/templates/index.html b/manas/templates/index.html index 95e7d8b..44d01e4 100644 --- a/manas/templates/index.html +++ b/manas/templates/index.html @@ -11,32 +11,13 @@ - Welcome to TurboGears 2.0, standing on the - shoulders of giants, since 2007 + Manas - ${sidebar_top()} -
-

TurboGears 2 is rapid web application development toolkit designed to make your life easier.

-
    -
  1. -

    Code your data model

    -

    Design your data model, Create the database, and Add some bootstrap data.

    -
  2. -
  3. -

    Design your URL architecture

    -

    Decide your URLs, Program your controller methods, Design your - templates, and place some static files (CSS and/or JavaScript).

    -
  4. -
  5. -

    Distribute your app

    -

    Test your source, Generate project documents, Build a distribution.

    -
  6. -
-
-
-
Thank you for choosing TurboGears. + ${sidebar_left()} + ${sidebar_right()} +
- \ No newline at end of file + diff --git a/manas/templates/master.html b/manas/templates/master.html index 3c5a5d8..341b54c 100644 --- a/manas/templates/master.html +++ b/manas/templates/master.html @@ -16,13 +16,15 @@ tg_flash = tg.get_flash() - ${header()} -
-
-
- -
- ${footer()} +
+ ${header()} +
+
+
+ +
+
+ ${footer()} -- cgit