mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +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" />
|
<link rel="stylesheet" type="text/css" href="/static/base.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 %}
|
{% block navigation %}
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user