~robbyoconnor/sahana-eden/surveytool

« back to all changes in this revision

Viewing changes to views/gis/catalogue_toolbar.html

  • Committer: Robert O'Connor
  • Date: 2010-09-15 14:29:32 UTC
  • mfrom: (840.1.415 eden)
  • Revision ID: robby.oconnor@gmail.com-20100915142932-7uw2dm1yqdq09thb
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
<a href='{{=URL(r=request, c="gis", f="map_service_catalogue")}}'>
21
21
{{=T("Layers")}}
22
22
</a></span>
23
 
{{if request.function == "feature_class":}}
24
 
    <span class='rheader_tab_here'>
25
 
{{else:}}
26
 
    <span class='rheader_tab_other'>
27
 
{{pass}}
28
 
<a href='{{=URL(r=request, c="gis", f="feature_class")}}'>
29
 
{{=T("Feature Classes")}}
30
 
</a></span>
31
 
{{if request.function == "feature_group":}}
32
 
    <span class='rheader_tab_here'>
33
 
{{else:}}
34
 
    <span class='rheader_tab_other'>
35
 
{{pass}}
36
 
<a href='{{=URL(r=request, c="gis", f="feature_group")}}'>
37
 
{{=T("Feature Groups")}}
38
 
</a></span>
39
23
{{if request.function == "marker":}}
40
24
    <span class='rheader_tab_here'>
41
25
{{else:}}