midori/data/tandoori-body.html
Jean-François Guchens c89651c05f Implement quick launch page code named Tandoori
The quick launch page replaces the blank page unless it turns out
to be a bad idea.
2009-05-07 22:22:43 +02:00

72 lines
2.2 KiB
HTML

<!--
Speed Dial head template for Midori.
Copyright (C) 2009 Jean-François Guchens <zcx000@gmail.com>
This file is licensed under the terms of the expat license, see the file EXPAT.
-->
<body>
<div id="wrap">
<form id="search_bar" name="search_bar" action="http://www.google.com/search" method="get">
<input type="text" name="q" value="Google" onfocus="javascript:this.value='';"
onblur="javascript:if(this.value=='') this.value='Google';" />
<button>Search</button>
</form>
<div class="shortcut top" id="s1">
<a href="#" onclick="javascript:return getAction('s1');">
<h1>1</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut top" id="s2">
<a href="#" onclick="javascript:return getAction('s2');">
<h1>2</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut top right" id="s3">
<a href="#" onclick="javascript:return getAction('s3');">
<h1>3</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut" id="s4">
<a href="#" onclick="javascript:return getAction('s4');">
<h1>4</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut" id="s5">
<a href="#" onclick="javascript:return getAction('s5');">
<h1>5</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut right" id="s6">
<a href="#" onclick="javascript:return getAction('s6');">
<h1>6</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut" id="s7">
<a href="#" onclick="javascript:return getAction('s7');">
<h1>7</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut" id="s8">
<a href="#" onclick="javascript:return getAction('s8');">
<h1>8</h1><h4><span/></h4>
</a>
<p> </p>
</div>
<div class="shortcut right" id="s9">
<a href="#" onclick="javascript:return getAction('s9');">
<h1>9</h1><h4><span/></h4>
</a>
<p> </p>
</div>
</div>
<div class="clear" />
</body>
</html>