Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 696:ae1e616ecf94
Replaced standard html input buttons with selfmade ones.
gnv/trunk@927 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 13 Apr 2010 17:55:32 +0000 |
parents | 883b366e3b15 |
children | 7448b6f5f1ed |
comparison
equal
deleted
inserted
replaced
695:883b366e3b15 | 696:ae1e616ecf94 |
---|---|
109 <div class="inputException"><%=exception%></div> | 109 <div class="inputException"><%=exception%></div> |
110 <%}%> | 110 <%}%> |
111 <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> | 111 <%=ui != null ? ui.toString().replaceAll(" ", "") : "" %> |
112 | 112 |
113 <%if(furthertargets){%> | 113 <%if(furthertargets){%> |
114 <input type="submit" value="<bean:message key="gnviewer.select.button"/>"/> | 114 <input style="margin-top: 5px;" type="image" src="<bean:message key="gnviewer.select.button.src"/>"/> |
115 <%}%> | 115 <%}%> |
116 </fieldset> | 116 </fieldset> |
117 </form> | 117 </form> |
118 </div> | 118 </div> |
119 <%}%> | 119 <%}%> |