Author: tal
Date: Tue May 20 09:17:43 2014
New Revision: 1596159

URL: http://svn.apache.org/r1596159
Log:
Changes in brand.html template in /test/templates, following discussion on DEV.

Modified:
    
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html
    
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select.html

Modified: 
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html?rev=1596159&r1=1596158&r2=1596159&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html
 (original)
+++ 
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html
 Tue May 20 09:17:43 2014
@@ -1,7 +1,8 @@
   <div id="{{ headers.divid }}">
+<!--   {% block language %} -->
   <div id="languagesdiv">
-<!--           {% block language %}{% if headers.language %}{{ 
headers.language }}{% else %}Language{% endif %}:{% endblock %} -->
-Language: <!-- comment this line, uncomment prev. line --> 
+<!--           <a href="/projects/native-lang.html">{% if headers.language 
%}{{ headers.language }}{% else %}Language{% endif %}</a>:  -->
+<a href="/projects/native-lang.html">Language</a>: <!-- comment this line, 
uncomment prev. line --> 
        <select id="selectlanguage" 
onchange="javascript:location.href=location.protocol+'//'+location.host+'/'+this.value;">
        <!-- Austrian --><option value="ast">Asturianu</option>
        <!-- Basque --><option value="eu">Euskara</option>
@@ -55,6 +56,7 @@ Language: <!-- comment this line, uncomm
     }
        </script>
        </div>
+<!-- {% endblock %} -->
 <!--     <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img 
id="ooo-logo" alt="{{ headers.name }}" src="/images/{{ headers.logo 
}}"/></a></div> -->
     <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img 
id="ooo-logo" alt="{{ headers.name }}" 
src="/images/AOO_logos/AOO4_website_logo.png"/></a></div>
     <div id="bannerright">        

Modified: 
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select.html?rev=1596159&r1=1596158&r2=1596159&view=diff
==============================================================================
--- 
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select.html
 (original)
+++ 
openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select.html
 Tue May 20 09:17:43 2014
@@ -1,6 +1,7 @@
   <div id="{{ headers.divid }}">
+  {% block language %}
   <div id="languagesdiv">
-       {% block language %}{% if headers.language %}{{ headers.language }}{% 
else %}Language{% endif %}:{% endblock %}
+       <a href="/projects/native-lang.html">{% if headers.language %}{{ 
headers.language }}{% else %}Language{% endif %}</a>: 
        <select id="selectlanguage" 
onchange="javascript:location.href=location.protocol+'//'+location.host+'/'+this.value;">
        <!-- Austrian --><option value="ast">Asturianu</option>
        <!-- Basque --><option value="eu">Euskara</option>
@@ -54,6 +55,7 @@
     }
        </script>
        </div>
+{% endblock %}
     <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;">


Reply via email to