update welcome message
parent
07cfe361b2
commit
4272c8ddb2
|
@ -5,9 +5,9 @@
|
|||
{% block doccontent %}
|
||||
<div id="welcomesearch">
|
||||
<p>Welcome, {{user.username}}!</p><p id="link-to-next"></p>
|
||||
<label>What book would you give to the world? </label>
|
||||
<label>Search and add free-licenced books! </label>
|
||||
<form action="{% url 'search' %}" method="get">
|
||||
<input type="text" id="watermark" onfocus="imgfocus()" onblur="imgblur(0)" size="25" class="inputbox" name="q" value="{{ q }}">
|
||||
<input type="text" onfocus="imgfocus()" onblur="imgblur(0)" size="25" class="inputbox" name="q" value="{{ q }}">
|
||||
<input type="submit" class="greenbutton" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -303,9 +303,9 @@ function highlightTarget(targetdiv) {
|
|||
|
||||
<div id="js-maincontainer-bot-block">
|
||||
<div id="js-search">
|
||||
<label>What book would you give to the world? </label>
|
||||
<label>Search and add free-licenced books! </label>
|
||||
<form action="{% url 'search' %}" method="get">
|
||||
<input type="text" id="watermark" onfocus="imgfocus()" onblur="imgblur(0)" size="25" class="inputbox" name="q" value="{{ q }}">
|
||||
<input type="text" onfocus="imgfocus()" onblur="imgblur(0)" size="25" class="inputbox" name="q" value="{{ q }}">
|
||||
<input type="submit" class="greenbutton" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue