java/nekurak.net-web/web/WEB-INF/casti/ajaxKomentare/odeslano.jsp
changeset 142 44ef544460ca
child 143 91c4282ea15f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-web/web/WEB-INF/casti/ajaxKomentare/odeslano.jsp	Sat Jun 19 11:19:27 2010 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     1.6 +	  xmlns:c="http://java.sun.com/jsp/jstl/core"
     1.7 +	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
     1.8 +	  xmlns:fn="http://java.sun.com/jsp/jstl/functions"
     1.9 +	  xmlns:nk="urn:jsptagdir:/WEB-INF/tags/nekurak"
    1.10 +	  version="2.0">
    1.11 +
    1.12 +
    1.13 +
    1.14 +    <div>
    1.15 +	<p class="informacniHlaska"><fmt:message key="komentare.nahledOdeslano"/>:</p>
    1.16 +	<!-- XHTML je už zkontrolované: -->
    1.17 +	${requestScope['komentar'].komentar}
    1.18 +	<script type="text/javascript">
    1.19 +	    $("#formularKomentuj form").get(0).reset();
    1.20 +	</script>
    1.21 +    </div>
    1.22 +
    1.23 +</jsp:root>
    1.24 \ No newline at end of file