- Timestamp:
- 19/12/07 16:50:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/meta.kid
r3152 r3167 38 38 t=s.contentType 39 39 if t=='': t='R' 40 if 'GET DATA' in t: t='GET DATA' 40 41 try: 41 icon={' NDG_A_SERVICE':g.icons_A,42 ' NDG_B_SERVICE':g.icons_B,42 icon={'GET DATA':g.icons_A, 43 'VIEW EXTENDED METADATA':g.icons_B, 43 44 'DISCOVERY':g.icons_D, 44 45 'R':g.icons_R}[t] … … 128 129 t=s.contentType 129 130 if t=='': t='R' 131 if 'GET DATA' in t: t='GET DATA' 130 132 try: 131 icon={' NDG_A_SERVICE':g.icons_A,132 ' NDG_B_SERVICE':g.icons_B,133 icon={'GET DATA':g.icons_A, 134 'VIEW EXTENDED METADATA':g.icons_B, 133 135 'DISCOVERY':g.icons_D, 134 136 'R':g.icons_R}[t]
Note: See TracChangeset
for help on using the changeset viewer.