Author: rgardler Date: Mon Dec 28 16:38:01 2009 New Revision: 894198 URL: http://svn.apache.org/viewvc?rev=894198&view=rev Log: SOme tweaks to the page layout - bringing it closer to the main community.apache.org site
Modified: comdev/nearby_people/templates/base.html Modified: comdev/nearby_people/templates/base.html URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/base.html?rev=894198&r1=894197&r2=894198&view=diff ============================================================================== --- comdev/nearby_people/templates/base.html (original) +++ comdev/nearby_people/templates/base.html Mon Dec 28 16:38:01 2009 @@ -12,29 +12,32 @@ <body class="{% block bodyclass %}{% endblock %}"> <div class="container"> - <div id="page"> - <div class="block"> - <div id="header" class="column-span-24"> - <h1> - Nearby Apache People - </h1> - <p class="alt"> - Brought to you by the <a href="http://community.apache.org">Apache Community Development Project</a>. - </p> - <p class="highlight">{% block heading %}{% endblock %}</p> + <hr class="space col"/> + <div class="block"> + <div class="column span-24"> + <div id="header"> + <h1>Nearby Apache People</h1> + <p class="alt"> + Brought to you by the <a href="http://community.apache.org">Apache Community Development Project</a>. + </p> </div> - </div> - <div id="menu"> - <ul> - {% if user.is_authenticated %} - {% else %} - <li><a href="/">Home</a></li> - <li><a href="/pick_place/">Find People</a></li> - {% endif %} - </ul> - </div> + </div> + </div> + <div id="menu"> + <table border="0" cellpadding="2" cellspacing="0" width="100%"> + <tr class="topBar"> + <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%"> + <a href="http://community.apache.org" title="Community Development Site">Community Development Site</a> > <a href="" title="Find People">Find People</a> + </td> + <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> + <a href="http://community.apache.org/">Apache Community Development</a> | <a href="http://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> + </td> + </tr> + </table> + </div> <div id="content"> + <p class="highlight">{% block heading %}{% endblock %}</p> {% if messages %} <ul class="messages"> {% for message in messages %}