I fucked up, here's the good default template
This commit is contained in:
@ -3,11 +3,10 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>${TITLE}</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="${TEMPLATE_DIR}/kwotes.css" />
|
||||
|
||||
|
||||
<!--[if IE]>
|
||||
<link rel="stylesheet" type="text/css" href="${TEMPLATE_DIR}/kwotes-ie.css" />
|
||||
<![endif]-->
|
||||
@ -49,18 +48,17 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div style="margin-bottom: 2px;">
|
||||
<form action="${SCRIPT_NAME}" method="get">
|
||||
<div>
|
||||
<input type="hidden" name="action" value="show" />
|
||||
<span class="id-search">Kwote # <input type="text" size="5" name="id" id="id" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<span class="title">${SITE_NAME} - ${TAG_LINE}</span>
|
||||
</div>
|
||||
|
||||
<ul class="tab-menu">
|
||||
<div id="container">
|
||||
<form id="searchbox" action="${SCRIPT_NAME}" method="get">
|
||||
<div>
|
||||
<input type="hidden" name="action" value="show" />
|
||||
Kwote # <input type="text" size="5" name="kwoteid" id="kwoteid" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h1 id="title">${SITE_NAME} - ${TAG_LINE}</h1>
|
||||
|
||||
<ul class="tabmenu">
|
||||
<li class="tab"><a href="?">Home</a></li>
|
||||
<li class="tab"><a href="?action=add">Add</a></li>
|
||||
<li class="tab"><a href="?action=list&o=date">Latest</a></li>
|
||||
@ -69,4 +67,3 @@
|
||||
<li class="tab"><a href="?action=list&o=rating&s=0&m=20&mr=50&so=reverse">Bottom 100</a></li>
|
||||
<li class="tab"><a href="?action=search">Search</a></li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user