- Timestamp:
- 04/07/07 15:35:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/stubB.kid
r2688 r2704 55 55 <tr py:for="alist in c.doc.related" py:if="alist !=[]"> 56 56 <td class="cellhead">$alist</td> 57 <td> <span py:for="deployment in c.doc.related[alist]"> 58 <a href="${deployment[0].BURL}">${deployment[2]}</a> </span></td> 57 <td><span py:for="deployment in c.doc.related[alist]"> 58 <?python 59 target=deployment[2] 60 if target=='': target=deployment[1] 61 ?> 62 <a href="${deployment[0].BURL}">$target</a> 63 </span></td> 59 64 </tr> 60 65 </tbody></table>
Note: See TracChangeset
for help on using the changeset viewer.