Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 708:7448b6f5f1ed
Replaced standard html input button with a load image like the choose buttons (issue225).
gnv/trunk@978 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 23 Apr 2010 14:47:52 +0000 |
parents | ae1e616ecf94 |
children | 5f29bfeb61bd |
comparison
equal
deleted
inserted
replaced
707:cb1bae26e7ae | 708:7448b6f5f1ed |
---|---|
50 <a href="#" onclick="toggle('projectload');"><bean:message key="gnviewer.project.load"/></a> | 50 <a href="#" onclick="toggle('projectload');"><bean:message key="gnviewer.project.load"/></a> |
51 </td> | 51 </td> |
52 <td style="float: left; width: 400px;"> | 52 <td style="float: left; width: 400px;"> |
53 <div id="projectload"> | 53 <div id="projectload"> |
54 <form id="loadProject" action="<%=response.encodeURL("load.do")%>" method="post" enctype="multipart/form-data"> | 54 <form id="loadProject" action="<%=response.encodeURL("load.do")%>" method="post" enctype="multipart/form-data"> |
55 <input type="submit" name="loadProject" value="<bean:message key="gnviewer.project.load.button"/>"/> | 55 <div id="browseDiv"><input type="file" name="document" accept="application/xml"/></div> |
56 <input type="file" name="document" accept="application/xml"/> | 56 <div id="loadDiv"><input type="image" src="<bean:message key="gnviewer.project.load.button.src"/>"/></div> |
57 </form> | 57 </form> |
58 </div> | 58 </div> |
59 </td> | 59 </td> |
60 </tr> | 60 </tr> |
61 </table> | 61 </table> |