java/UpozorneniEmailem/web/WEB-INF/casti/mojeUpozorneni.jspx
changeset 6 040e3abeac07
parent 5 b0af7f73cb5f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/UpozorneniEmailem/web/WEB-INF/casti/mojeUpozorneni.jspx	Sun Mar 08 21:48:14 2009 +0100
     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:f="http://java.sun.com/jsp/jstl/functions"
     1.8 +          xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
     1.9 +          version="2.0">
    1.10 +    <form action="?akce=mojeUpozorneni" method="post">
    1.11 +        <fieldset>
    1.12 +            <label title="Tvoje adresa."><fmt:message key="obecne.email"/>: <input type="text" name="email"/></label><br/>
    1.13 +            <img src="protiZlymRobotum.jpg" alt="Kaptcha" id="protiZlymRobotumMojeUpozorneni" class="protiZlymRobotum" title="Pokud je obrázek nečitelný, klikni na něj a vygeneruje se nový."/><br/>
    1.14 +            <script type="text/javascript">
    1.15 +                $(function(){
    1.16 +                    $('#protiZlymRobotumMojeUpozorneni').click(function () { $(this).attr('src', 'protiZlymRobotum.jpg?' + Math.floor(Math.random()*100) ); })
    1.17 +                });
    1.18 +            </script>
    1.19 +            <label title="Opiš kód z obrázku."><fmt:message key="obecne.kontrolniKod"/>: <input type="text" name="protiZlymRobotum"/></label><br/>
    1.20 +            <button title="Odešle informace o existujících upozorněních.">Poslat informace</button>
    1.21 +        </fieldset>
    1.22 +    </form>
    1.23 +</jsp:root>
    1.24 \ No newline at end of file