2011-09-04 04:21:51 +00:00
|
|
|
{% extends "base.html" %}
|
2011-08-31 03:46:55 +00:00
|
|
|
|
2011-09-04 04:21:51 +00:00
|
|
|
{% block content %}
|
2011-08-31 03:46:55 +00:00
|
|
|
|
2011-09-21 15:11:36 +00:00
|
|
|
<div id="js-topsection">
|
|
|
|
<div class="js-main">
|
|
|
|
<div class="js-topnews">
|
|
|
|
<div class="js-news-text">With your help we raise money to buy book rights. The unglued books are free to download, here.</div>
|
|
|
|
<div class="js-news-links"><a class="readon"><span>Learn more</span></a></div>
|
2011-08-31 03:46:55 +00:00
|
|
|
</div>
|
2011-09-21 15:11:36 +00:00
|
|
|
<div class="js-search">
|
|
|
|
<h2>What book would you give to the world?</h2>
|
|
|
|
<div class="js-search-inner">
|
2011-10-14 20:43:29 +00:00
|
|
|
<form action="{% url search %}" method="get">
|
|
|
|
<input type="text" placeholder="Search for a book..." size="25" class="inputbox" name="q">
|
2011-08-31 03:46:55 +00:00
|
|
|
<input type="button" onclick="this.form.searchword.focus();" class="button" value="Search">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2011-10-14 20:48:40 +00:00
|
|
|
|
|
|
|
<div style="margin-top: 20%;">
|
|
|
|
</div>
|
2011-08-31 03:46:55 +00:00
|
|
|
|
2011-09-04 04:21:51 +00:00
|
|
|
{% endblock %}
|
2011-09-21 15:11:36 +00:00
|
|
|
|
2011-09-29 01:36:47 +00:00
|
|
|
|