~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to views/gis/map_selector.html

  • Committer: Fran Boon
  • Date: 2010-11-25 23:22:24 UTC
  • Revision ID: fran@aidiq.com-20101125232224-gg91eac2qpq4mxv0
A little more progress on the new Location Selector (still disabled)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
5
<style type="text/css">
 
6
{{if response.s3.rtl:}}
 
7
    body { direction: rtl; }
 
8
{{else:}}
 
9
    body { direction: ltr; }
 
10
{{pass}}
 
11
</style>
 
12
{{if session.s3.debug:}}
 
13
  {{include "sahana_styles_debug.html"}}
 
14
  {{include "sahana_scripts_debug.html"}}
 
15
{{else:}}
 
16
  <link href="/{{=request.application}}/static/scripts/ext/resources/css/ext-all.min.css" rel="stylesheet" type="text/css" charset="utf-8" />
 
17
  <link href="/{{=request.application}}/static/scripts/ext/resources/css/xtheme-gray.css" rel="stylesheet" type="text/css" charset="utf-8" />
 
18
  <link href="/{{=request.application}}/static/styles/S3/sahana.min.css" rel="stylesheet" type="text/css" charset="utf-8" />
 
19
  {{include "sahana_scripts_min.html"}}
 
20
{{pass}}
 
21
{{pass}}
 
22
 
 
23
</head>
 
24
 
 
25
<body>
 
26
{{=XML(map)}}
 
27
</body>
 
28
</html>
 
 
b'\\ No newline at end of file'