java/nekurak.net-web/web/WEB-INF/casti/pridatPodnik.jsp
changeset 41 2c3451cc396c
parent 40 67d332d48562
child 42 77c8271add7d
     1.1 --- a/java/nekurak.net-web/web/WEB-INF/casti/pridatPodnik.jsp	Thu Feb 25 08:26:46 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/WEB-INF/casti/pridatPodnik.jsp	Thu Feb 25 09:10:01 2010 +0100
     1.3 @@ -14,15 +14,6 @@
     1.4  	<c:when test="${param.akcePridat == 'pridej'}">
     1.5  	    <jsp:setProperty name="podnik" property="*"/>
     1.6  	    <jsp:setProperty name="pridatPodnik" property="podnik" value="${podnik}"/>
     1.7 -	    
     1.8 -	    <p>Název: ${pridatPodnik.podnik.nazev} / ${param.nazev}</p>
     1.9 -	    <p>Popis: ${pridatPodnik.podnik.popis}</p>
    1.10 -	    <p>URL: ${pridatPodnik.podnik.url}</p>
    1.11 -	    <p>Ulice: ${pridatPodnik.podnik.ulice}</p>
    1.12 -	    <p>č.p.: ${pridatPodnik.podnik.cisloPopisne}</p>
    1.13 -	    <p>Město: ${pridatPodnik.podnik.mesto}</p>
    1.14 -
    1.15 -
    1.16  	    <c:if test="${pridatPodnik.pridano}">
    1.17  		<p>Podnik byl přidán.</p>
    1.18  	    </c:if>
    1.19 @@ -32,9 +23,9 @@
    1.20  		<fieldset>
    1.21  		    <label>Název: <input type="text" name="nazev" maxlength="255"/></label><br/>
    1.22  		    <label>Popis: <input type="text" name="popis" maxlength="255"/></label><br/>
    1.23 -		    <label>URL: <input type="text" name="url" maxlength="255"/></label><br/>
    1.24 +		    <label title="www stránka">URL: <input type="text" name="url" maxlength="255"/></label><br/>
    1.25  		    <label>Ulice: <input type="text" name="ulice" maxlength="64"/></label><br/>
    1.26 -		    <label>č.p.: <input type="text" name="cisloPopisne" maxlength="5"/></label><br/>
    1.27 +		    <label title="číslo popisné">č.p.: <input type="text" name="cisloPopisne" maxlength="5"/></label><br/>
    1.28  		    <label>Město: <input type="text" name="mesto" maxlength="64"/></label><br/>
    1.29  		    <button value="submit">Přidat podnik</button>
    1.30  		</fieldset>