Author: tal
Date: Tue May 13 22:00:16 2014
New Revision: 1594398
URL: http://svn.apache.org/r1594398
Log:
/test-he brand template with languages (trials)
Added:
openoffice/ooo-site/trunk/templates/test-he/brand.html
Added: openoffice/ooo-site/trunk/templates/test-he/brand.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/test-he/brand.html?rev=1594398&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/templates/test-he/brand.html (added)
+++ openoffice/ooo-site/trunk/templates/test-he/brand.html Tue May 13 22:00:16
2014
@@ -0,0 +1,26 @@
+ <div id="{{ headers.divid }}">
+ <div id="languages">
+ <select id="select-language">
+ <option value="/en" selected="selected">English</option>
+ <option value="/...">...</option>
+ </select>
+ </div>
+ <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img
id="ooo-logo" alt="{{ headers.name }}" src="/images/{{ headers.logo
}}"/></a></div>
+ <div id="bannerright">
+ <div style="relative; margin: 14px 0 0 0; height: 24px;">
+ <form id="cse-search-box-header" action="http://www.google.com/search"
method="get">
+ <div>
+ <input type="hidden" name="domains" value="{{ headers.domain }}"/>
+ <input type="hidden" name="sitesearch" value="{{ headers.domain
}}"/>
+ </div>
+ <div class="topsrchbox">
+ <input name="resultsPerPage" value="40" type="hidden"/>
+ <input name="q" id="query" type="text" title="search query"/>
+ <input name="Button" value="{{ headers.search }}" type="submit"
class="topsrchbutton"/>
+ </div>
+ </form>
+ </div>
+ </div>
+ {% block tagline %}{% if headers.tagline %}<div id="bannercenter"><br/>{{
headers.tagline }}</div>{% endif %}{% endblock %}
+ </div>
+ {% block announce %}{% if headers.announce %}<div id="announce"><a href="{{
headers.announceurl }}" title="{{ headers.announcetip }}">{{ headers.announce
}}</a></div>{% endif %}{% endblock %}