~widelands-dev/widelands-website/pyformat_util

« back to all changes in this revision

Viewing changes to sphinxdoc/templates/sphinxdoc/search_form.html

  • Committer: franku
  • Date: 2016-11-22 21:59:30 UTC
  • mfrom: (429.3.13 sitemap)
  • Revision ID: somal@arcor.de-20161122215930-gqvgxktsezcbo6ea
Added a sitemap.xml file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<form action="{{ action|escape }}" id="{{ search_form_id|escape }}" class="search">
2
 
    <div>
3
 
        <input type="hidden" name="cx" value="009763561546736975936:e88ek0eurf4" />
4
 
        <input type="hidden" name="cof" value="FORID:11" />
5
 
        <input type="hidden" name="ie" value="UTF-8" />
6
 
        <input type="hidden" name="hl" value="{{ lang|escape }}" />
7
 
        {{ form.q }}
8
 
        <input type="submit" name="sa" class="submit" value="Search" />
9
 
        {{ form.as_q }}
10
 
    </div>
11
 
</form>
12
 
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form={{ search_form_id|escape }}&amp;lang={{ lang|escape }}"></script>
 
 
b'\\ No newline at end of file'