im wortschlucker.py rumgesaut, damit das mit den statischen Objekten klappt. Und angefangen, dass layout anzupassen.
This commit is contained in:
parent
a71aa83385
commit
f276c11aeb
8 changed files with 142 additions and 15 deletions
|
@ -7,7 +7,7 @@
|
|||
<title py:with="title = list(select('title/text()'))">
|
||||
WortSchlucker<py:if test="title">: ${title}</py:if>
|
||||
</title>
|
||||
<link rel="stylesheet" href="${base_url}static/media/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="${base_url}media/style.css" type="text/css" />
|
||||
<script type="text/javascript" src="${base_url}media/jquery.js"></script>
|
||||
${select('*[local-name()!="title"]')}
|
||||
</head>
|
||||
|
@ -26,11 +26,11 @@
|
|||
</ul>
|
||||
</div>
|
||||
<!-- end #menu -->
|
||||
<div id="search">
|
||||
<div class="search">
|
||||
<form method="get" action="">
|
||||
<fieldset>
|
||||
<input type="text" name="s" id="search-text" size="15" />
|
||||
<input type="submit" id="search-submit" value="GO" />
|
||||
<input type="text" name="s" class="search-text" size="15" />
|
||||
<input type="submit" class="search-submit" value="GO" />
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue