<!-- 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="{search_uri}" method="get"> <input type="text" name="q" value="{search_title}" onfocus="javascript:this.value='';" onblur="javascript:if(this.value=='') this.value='{search_title}';" /> <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>