java/nekurak.net-web/web/index.jsp
changeset 32 2d84736776a9
parent 30 705871ca12e9
child 37 1b481b911614
     1.1 --- a/java/nekurak.net-web/web/index.jsp	Thu Feb 18 01:22:22 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/index.jsp	Thu Feb 18 10:42:38 2010 +0100
     1.3 @@ -8,6 +8,10 @@
     1.4  		doctype-root-element="html"
     1.5  		omit-xml-declaration="false"/>
     1.6  
     1.7 +    <fmt:setLocale value="cs"/>
     1.8 +    <c:if test="${param.jazyk == 'en'}">
     1.9 +	<fmt:setLocale value="en"/>
    1.10 +    </c:if>
    1.11      <fmt:setBundle basename="cz.frantovo.nekurak.preklady" scope="application"/>
    1.12  
    1.13      <html xmlns="http://www.w3.org/1999/xhtml">
    1.14 @@ -19,6 +23,8 @@
    1.15  	    <h1><fmt:message key="nazev"/></h1>
    1.16  	    <p><fmt:message key="popis"/></p>
    1.17  
    1.18 +	    <p><fmt:formatNumber value="1234567890" pattern="###,###.###"/></p>
    1.19 +
    1.20  
    1.21  	    <!-- jednoduchá podmínka -->
    1.22  	    <c:if test="${param.akce == 'informace'}">