Ignore:
Timestamp:
Feb 23, 2009, 4:26:36 PM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
Branches:
master, debian, mac, no-cups, web
Children:
77aa4c8
Parents:
973dd91
git-author:
Edward Z. Yang <edwardzyang@…> (02/23/09 16:26:36)
git-committer:
Edward Z. Yang <edwardzyang@…> (02/23/09 16:26:36)
Message:

Remove scaffolding we don't know, implement volume output.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/master.html

    r973dd91 r84ed773  
    66      py:strip="">
    77    <xi:include href="header.html" />
    8     <xi:include href="sidebars.html" />
    98    <xi:include href="footer.html" />
    109<head py:match="head" py:attrs="select('@*')">
     
    2019    <li class="first"><a href="${tg.url('/')}" class="${('', 'active')[defined('page') and page==page=='index']}">Welcome</a></li>
    2120        <li><a href="${tg.url('/about')}" class="${('', 'active')[defined('page') and page==page=='about']}">About</a></li>
    22         <li py:if="tg.auth_stack_enabled"><a href="${tg.url('/auth')}" class="${('', 'active')[defined('page') and page==page=='auth']}">Authentication</a></li>
    2321        <li><a href="http://groups.google.com/group/turbogears">Contact</a></li>
    24     <span py:if="tg.auth_stack_enabled" py:strip="True">
    25         <li py:if="not request.identity" id="login" class="loginlogout"><a href="${tg.url('/login')}">Login</a></li>
    26         <li py:if="request.identity" id="login" class="loginlogout"><a href="${tg.url('/logout_handler')}">Logout</a></li>
    27         <li py:if="request.identity" id="admin" class="loginlogout"><a href="${tg.url('/admin')}">Admin</a></li>
    28     </span>
    2922  </ul>
    3023  <div id="content">
    31     <py:if test="defined('page')">
    32     <div class="currentpage">
    33      Now Viewing: <span py:replace="page"/>
    34      </div>
    35     </py:if>
    3624    <py:with vars="flash=tg.flash_obj.render('flash', use_js=False)">
    3725        <div py:if="flash" py:content="XML(flash)" />
Note: See TracChangeset for help on using the changeset viewer.