Project

General

Profile

« Previous | Next » 

Revision 3112

Added by perry over 17 years ago

upgrade to geoserver 1.4rc5

View differences:

mapPreview.jsp
118 118
	<tr >
119 119
	     <td width=30%>
120 120
				<center><b>
121
				<a href="../../preview/<bean:write property="<%= "FTNameList[" + idx + "]" %>" name="mapPreviewForm"/>.html" target="_blank"><bean:write property="<%= "FTNamespaceList[" + idx + "]" %>" name="mapPreviewForm"/></a>
121
				<a href="../../preview/<bean:write property='<%= "FTNameList[" + idx + "]" %>' name="mapPreviewForm"/>.html" target="_blank"><bean:write property='<%= "FTNamespaceList[" + idx + "]" %>' name="mapPreviewForm"/></a>
122 122
				</b></center>
123 123
	     </td>
124 124
	     <td class="greyedOut2" width=15%>
125
				 <center><bean:write property="<%= "DSNameList[" + idx + "]" %>" name="mapPreviewForm"/></center>
125
				 <center><bean:write property='<%= "DSNameList[" + idx + "]" %>' name="mapPreviewForm"/></center>
126 126
	     </td>
127 127
	<!--td class="greyedOut2" width=45%>
128 128
	
129 129
				<b>MinX, MinY, MaxX, MaxY</b><br>
130
				<bean:write property="<%= "BBoxList[" + idx + "]" %>" name="mapPreviewForm"/>
130
				<bean:write property='<%= "BBoxList[" + idx + "]" %>' name="mapPreviewForm"/>
131 131
		 </td-->
132 132
		 <td width=10%>
133 133
			<!-- add link to FTNameList.html -->
134 134
			<center><b>
135
			<a href="../../preview/<bean:write property="<%= "FTNameList[" + idx + "]" %>" name="mapPreviewForm"/>.html" target="_blank">Preview</a>
135
			<a href="../../preview/<bean:write property='<%= "FTNameList[" + idx + "]" %>' name="mapPreviewForm"/>.html" target="_blank">Preview</a>
136 136
			
137 137
			</b></center>
138 138
		 </td>
......
141 141
</table>
142 142

  
143 143
</body>
144
</html:html>
144
</html:html>

Also available in: Unified diff