packages feed

happs-tutorial-0.2: templates/header.st

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <title> HAppS Tutorial </title>
  <link rel="stylesheet" href="/static/tutorial.css" type="text/css" />
</head>

<body>

    <div id="header">
      <img src="/static/HAppSTutorialLogo.png" alt="HAppS Tutorial">
	<a href="http://h-master.net/web2.0/"><font size=1>logo created by the web 2.0 logo generator</font></a
      <!-- <h1>HAppS Tutorial</h1> -->
      <h4> <a href="/tutorial/home" class="leftitem">Home</a>
	   <!-- |<a href="/tutorial/about">About</a>
	   |<a href="/tutorial/faq">FAQ</a>	   
	   |<a href="/tutorial/contact">Contact</a> -->
           |<a href="/tutorial/login">Login</a>
           |<a href="/view">Logged in as</a>
           |<a href="/list">View all users</a>
           <!-- |<a href="/market/">Marketplace</a>
           |<a href="/market/sendmoney">Send Money Abroad</a> -->
      </h4>
      <h4>
	  <!-- {% if userNode %}
	  Logged in as: {{ userNode.username|escape}}
	  |<a href="/summary/" class="leftitem">Summary</a>
	  |<a href="/accounts/">Credit Relationships</a>
	  |<a href="/payments/">Payments</a>
	  |<a href="/profile/">Profile</a>
          |<a href="/inbox/">&nbsp<img src="/site_media/inbox-nomail.png">&nbsp</a>
	  |<a href="/logout/">Log out</a>
	  {% else %}
	  <a href="/login/" class="leftitem">Log in</a>
	  |<a href="/register/">Sign up</a>	  
	  {% endif %} -->
          
      </h4>
    </div>