You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!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" xml:lang="en" lang="en"> <head> <title>Your Page Title</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <!-- add your meta tags here -->
<link href="/static/css/my_layout.css" rel="stylesheet" type="text/css" /> <link href="/static/mumble/style.css" rel="stylesheet" type="text/css" />
<script src="/static/js/lib/jquery-1.3.min.js" type="text/javascript" ></script> <!--[if lte IE 7]>
<link href="/static/css/patches/patch_my_layout.css" rel="stylesheet" type="text/css" /> <![endif]--> </head> <body> <div class="page_margins"> <div id="border-top"> <div id="edge-tl"></div> <div id="edge-tr"></div> </div> <div class="page"> <div id="header"> <div id="topnav"> <!-- start: skip link navigation --> <a class="skip" title="skip link" href="#navigation">Skip to the navigation</a><span class="hideme">.</span> <a class="skip" title="skip link" href="#content">Skip to the content</a><span class="hideme">.</span> <!-- end: skip link navigation --> <a href="/accounts/login">Login</a> | <a href="/admin">Admin</a> | <a href="#">Imprint</a> </div> <h2>{% block Headline %}{% endblock %}</h2> </div> <div id="nav"> <!-- skiplink anchor: navigation --> <a id="navigation" name="navigation"></a> <div class="hlist"> <!-- main navigation: horizontal list --> <ul> <li class="active"><strong>Mumble</strong></li> <li><a href="/mumble">Mumble</a></li> <li><a href="/accounts/profile">Profile</a></li> </ul> </div> </div> <div id="main"> <div id="col1"> <div id="col1_content" class="clearfix"> <!-- add your content here --> {% block LeftColumn %} {% endblock %} </div> </div> <div id="col3"> <div id="col3_content" class="clearfix"> <!-- add your content here --> {% block Content %} {% endblock %} </div> <!-- IE Column Clearing --> <div id="ie_clearing">   </div> </div> </div> <!-- begin: #footer --> <div id="footer"> You are using <a href="http://bitbucket.org/Svedrin/mumble-django">Mumble-Django</a> -- layout based on <a href="http://www.yaml.de/">YAML</a> </div> </div> <div id="border-bottom"> <div id="edge-bl"></div> <div id="edge-br"></div> </div> </div> </body> </html>
|