mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
templates/base.html: include search field
This commit is contained in:
parent
0117ec7014
commit
c0221cd8ab
@ -10,6 +10,15 @@
|
||||
<link rel="stylesheet" type="text/css" href="/static/base.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="search_host">
|
||||
<form action="/search/">
|
||||
<input class="input" name="q" maxlength="67" type="text" value="Search host"
|
||||
onblur="if (value == '') {value = 'Search host'}" onfocus="if (value == 'Search host')
|
||||
{value =''}" />
|
||||
<input type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% block navigation %}
|
||||
<div class="menu">
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user