Changeset 3540 for TI05-delivery/ows_framework
- Timestamp:
- 27/02/08 17:09:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/selectedItems.kid
r3472 r3540 21 21 <input type="checkbox" name="chk_cbox" onclick="selectAll(this,'selectedDatasets');"/> 22 22 </th> 23 <th colspan=" 2">Viewer</th>23 <th colspan="3">Viewer</th> 24 24 <th rowspan="2"></th> 25 25 </tr> … … 27 27 <th>Google-Earth</th> 28 28 <th>ConTerra</th> 29 <th>Local</th> 29 30 </tr> 30 31 </thead> … … 69 70 </span> 70 71 </td> 72 <td align="center"> 73 <span py:if="i.wmcURL and len(i.wmcList) > j" py:strip="True"> 74 <span py:replace="linkimage(g.server + '/viewItems?ENDPOINT=' + i.wmcList[j],g.icons_plot,'[Display]')" py:strip="True"/> 75 </span> 76 </td> 71 77 <td align="center"> 72 78 <span py:if="j == 0" py:strip="True"> … … 96 102 </td> 97 103 <td> 104 <input name="PlotSelectedInLocal" type="submit" value="View Selected" /> 105 </td> 106 <td> 98 107 <input name="ClearSelections" type="submit" value="Remove All" /> 99 108 </td>
Note: See TracChangeset
for help on using the changeset viewer.