[xiph-commits] r13144 -
trunk/icebreaker/Icebreaker/icebreaker/templates
nickmudd at svn.xiph.org
nickmudd at svn.xiph.org
Wed Jun 20 02:32:01 PDT 2007
Author: nickmudd
Date: 2007-06-20 02:32:00 -0700 (Wed, 20 Jun 2007)
New Revision: 13144
Modified:
trunk/icebreaker/Icebreaker/icebreaker/templates/master.kid
Log:
updated master.kid
Modified: trunk/icebreaker/Icebreaker/icebreaker/templates/master.kid
===================================================================
--- trunk/icebreaker/Icebreaker/icebreaker/templates/master.kid 2007-06-19 15:39:45 UTC (rev 13143)
+++ trunk/icebreaker/Icebreaker/icebreaker/templates/master.kid 2007-06-20 09:32:00 UTC (rev 13144)
@@ -15,20 +15,36 @@
}
</style>
<style type="text/css" media="screen">
- at import "${tg.url('/static/css/style.css')}";
+ at import "${tg.url('/static/css/screen.css')}";
+ at import "${tg.url('/static/css/xiphbar.css')}";
</style>
</head>
<body py:match="item.tag=='{http://www.w3.org/1999/xhtml}body'" py:attrs="item.items()">
- <div py:if="tg.config('identity.on') and not defined('logging_in')" id="pageLogin">
- <span py:if="tg.identity.anonymous">
- <a href="${tg.url('/login')}">Login</a>
- </span>
- <span py:if="not tg.identity.anonymous">
- Welcome ${tg.identity.user.display_name}.
- <a href="${tg.url('/logout')}">Logout</a>
- </span>
- </div>
+<div id="xiphbar_outer">
+ <div py:if="tg.config('identity.on') and not defined('logging_in')" id="pageLogin" border="0" cellpadding="0" cellspacing="0">
+ <table id="xiphbar" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td id="xiphlinks" align="right">
+ <a href="http://www.xiph.org/">Xiph.org</a>
+ <a href="http://www.vorbis.com/">Vorbis</a>
+ <a href="http://www.theora.org/">Theora</a>
+ <a href="http://www.icecast.org/">Icecast</a>
+ <a href="http://www.speex.org/">Speex</a>
+ <a href="http://flac.sourceforge.net/">FLAC</a>
+ <a href="http://www.xspf.org/">XSPF</a>
+ <span py:if="tg.identity.anonymous">
+ <a href="${tg.url('/login')}">Login</a>
+ </span>
+ <span py:if="not tg.identity.anonymous">
+ Welcome ${tg.identity.user.display_name}.
+ <a href="${tg.url('/logout')}">Logout</a>
+ </span>
+ </td>
+ </tr>
+ </table>
+ </div>
+</div>
<div id="header"> </div>
<div id="main_content">
<div id="status_block" class="flash" py:if="value_of('tg_flash', None)" py:content="tg_flash"></div>
@@ -37,11 +53,7 @@
<!-- End of main_content -->
</div>
-<div id="footer"> <img src="${tg.url('/static/images/under_the_hood_blue.png')}" alt="TurboGears under the hood" />
- <p>TurboGears is a open source front-to-back web development
- framework written in Python</p>
- <p>Copyright © 2007 Kevin Dangoor</p>
-</div>
+
</body>
</html>
More information about the commits
mailing list