Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(82)

Side by Side Diff: templates/browser.html

Issue 738: Started adapting old Browser code to work with GAE backend and XmlHttpRequests instead of JSONP SVN Base: http://wto-informals.googlecode.com/svn/trunk/wto-informals/
Patch Set: Created 5 months, 1 week ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 2
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title> 5 <title>
6 wto-informals.org : tracking the meetings behind the meetings 6 wto-informals.org : tracking the meetings behind the meetings
7 </title> 7 </title>
8 8
9 <link href="/static/style.css" rel="stylesheet" type="text/css"> 9 <link href="/static/style.css" rel="stylesheet" type="text/css">
10 <link href="/static/browser.css" rel="stylesheet" type="text/css"> 10 <link href="/static/browser.css" rel="stylesheet" type="text/css">
11 11
12 <!-- Google Maps API; must come first --> 12 <!-- Google Maps API; must come first -->
13 <script type="text/javascript" 13 <script type="text/javascript"
14 src="http://www.google.com/jsapi?key=ABQIAAAAvl8842QAreXe50oP_E99gBSsz0xeqUS FhdHm-5Mcxg_lbTvoKhR3stSteEl89SwDD-UGI1nZ3BGZ8w"> 14 src="http://www.google.com/jsapi?key=ABQIAAAAvl8842QAreXe50oP_E99gBSsz0xeqUS FhdHm-5Mcxg_lbTvoKhR3stSteEl89SwDD-UGI1nZ3BGZ8w">
15 </script> 15 </script>
16 16
17 <!-- Our javascript application --> 17 <!-- Our javascript application -->
18 <script type="text/javascript" src="/static/core.js"></script> 18 <script type="text/javascript" src="/static/core.js"></script>
19 <script type="text/javascript" src="/static/browser.js"></script> 19 <script type="text/javascript" src="/static/browser.js"></script>
20 <script type="text/javascript" src="/static/xmlhttprequest.js"></script>
20 <script type="text/javascript"> 21 <script type="text/javascript">
21 google.load("maps", "2"); 22 google.load("maps", "2");
22 google.setOnLoadCallback(init); 23 google.setOnLoadCallback(init);
23 </script> 24 </script>
24 25
25 <!-- jsonp data; must come last --> 26 <!-- jsonp data; must come last -->
26 <script type="text/javascript" src="data/members/jsonp/all"></script> 27 <script type="text/javascript" src="data/members/jsonp/all"></script>
27 <script type="text/javascript" src="data/groups/jsonp/all"></script> 28 <script type="text/javascript" src="data/groups/jsonp/all"></script>
28 <script type="text/javascript" src="data/meetings/jsonp/all"></script> 29 <script type="text/javascript" src="data/meetings/jsonp/all"></script>
29 </head> 30 </head>
30 31
31 <body onunload="GUnload()"> 32 <body onunload="GUnload()">
32 33
33 <div id="heading"> 34 <div id="heading">
34 <h1>wto-informals.org</h1> 35 <h1>wto-informals.org</h1>
35 <div id="subtitle">tracking the meetings between the meetings</div> 36 <div id="subtitle">{{ tagline }}</div>
36 <div id="menu"> 37 <div id="menu">
37 <a href="/contact">contact</a> | 38 <a href="/contact">contact</a> |
38 <a href="/about">about</a> | 39 <a href="/about">about</a> |
39 <a href="/blog">blog</a> 40 <a href="/blog">blog</a>
40 </div> 41 </div>
41 </div> 42 </div>
42 43
43 <div id="leftPane"> 44 <div id="leftPane">
44 <div id="groups"> 45 <div id="groups">
45 <div>Groups: <select id="groupList"></select></div> 46 <div>Groups: <select id="groupList"></select></div>
46 <div id="groupFilter"> 47 <div id="groupFilter">
47 Group Tags: 48 Group Tags:
48 <select id="groupTags" name="groupTags" onclick="WTO.addTag()"> 49 <select id="groupTags" name="groupTags" onclick="WTO.addTag()">
49 </select> 50 </select>
50 <span id="tagList"></span> 51 <span id="tagList"></span>
51 </div> 52 </div>
52 <div id="groupOrder"> 53 <div id="groupOrder">
53 Stat: 54 Stat:
54 <span class="jslink" id="groups_by_name">none</span>; 55 <span class="jslink" id="groups_by_name">none</span>;
55 <span class="jslink" id="groups_by_members">members</span>; 56 <span class="jslink" id="groups_by_members">members</span>;
57 <!--
56 <span class="jslink" id="groups_by_pop">population</span>; 58 <span class="jslink" id="groups_by_pop">population</span>;
57 <span class="jslink" id="groups_by_trade">trade</span>; 59 <span class="jslink" id="groups_by_trade">trade</span>;
58 <span class="jslink" id="groups_by_gdp">GDP</span> 60 <span class="jslink" id="groups_by_gdp">GDP</span>
59 (<span class="jslink" id="groups_by_gdp_per_capita">per capita</span>) 61 (<span class="jslink" id="groups_by_gdp_per_capita">per capita</span>)
62 -->
60 </div> 63 </div>
61 </div> 64 </div>
62 <div id="members"></div> 65 <div id="members"></div>
63 </div> 66 </div>
64 <div id="map"></div> 67 <div id="map"></div>
65 <div id="calendar"> 68 <div id="calendar">
66 <!-- 69 <!--
67 <div id="control"> 70 <div id="control">
68 Members: <a href="#">Advil</a> <br> 71 Members: <a href="#">Advil</a> <br>
69 +<select name="tag"> 72 +<select name="tag">
(...skipping 33 matching lines...) Show 10 above Show 10 below
103 <h2>wto-informals.org - about</h2> 106 <h2>wto-informals.org - about</h2>
104 <p>Every months, dozens of trade meetings happen "off the record." These 107 <p>Every months, dozens of trade meetings happen "off the record." These
105 informal meetings have significant influence on ongoing trade negotiations 108 informal meetings have significant influence on ongoing trade negotiations
106 that profoundly affect world trade policy, and through it, the lives of 109 that profoundly affect world trade policy, and through it, the lives of
107 billions of peoples, and the flow of billions of dollars.</p> 110 billions of peoples, and the flow of billions of dollars.</p>
108 <p>Lorem ipsum. </p> 111 <p>Lorem ipsum. </p>
109 </div> 112 </div>
110 113
111 </body> 114 </body>
112 </html> 115 </html>
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338