- items: allow 'upg' to be an array - filter: fixed logic error in checks - Markup: prevent handling of [menu], as PageTemplate is nyi - Power: advanced features (hide reagents or sellprice; recoloring, renaming, iconizing of links) - search: side-icon for titles - smarty: added template-vars to cache (has to be fixed sooner or later) - identify as HTML5 (fixed a strange bug with displaced list-pegs) - removed several typos
24 lines
874 B
HTML
24 lines
874 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Aowow</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<base target="_blank" />
|
|
<link rel="stylesheet" type="text/css" href="searchbox.css" />
|
|
<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script>
|
|
<script type="text/javascript" src="searchbox.js"></script>
|
|
</head>
|
|
<body>
|
|
<a href="/" class="logo"></a>
|
|
<form action="/" class="search">
|
|
<span><a href="#"></a><input type="text" name="search" /></span>
|
|
</form>
|
|
|
|
<div class="expanded">
|
|
<div class="links"><a href="/?talent">Talent Calculator</a></div>
|
|
<div class="links"><a href="/?profiles">Profiler</a></div>
|
|
<div class="links"><a href="/?maps">Maps</a></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|