mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
init via Paket von feltel (von timo salmen für 3.1)
https://debianforum.de/forum/viewtopic.php?f=5&t=158531&p=1069091#p1069091
This commit is contained in:
33
template/search_body_wiki.html
Normal file
33
template/search_body_wiki.html
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
<br />
|
||||
<h2 class="solo">{L_SEARCH} im Wiki</h2>
|
||||
|
||||
<form method="get" action="//wiki.debianforum.de" target="_blank">
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<h3>{L_SEARCH_QUERY}</h3>
|
||||
|
||||
<fieldset>
|
||||
<dl>
|
||||
<dt><label for="value">{L_SEARCH_KEYWORDS}:</label></dt>
|
||||
<dd><input type="text" class="inputbox" name="search" id="searchinput" size="40" title="{L_SEARCH_KEYWORDS}" /></dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
<input type="hidden" name="title" value="Spezial%3ASearch">
|
||||
<input type="hidden" name="go" value="Seite">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel bg3">
|
||||
<div class="inner">
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
<input type="submit" name="submit" value="{L_SEARCH}" class="button1" />
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
Reference in New Issue
Block a user