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

Unified 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 4 months 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 side by-side-diff with in-line comments
Download patch
Index: templates/browser.html
===================================================================
--- templates/browser.html (revision 5)
+++ templates/browser.html (working copy)
@@ -17,6 +17,7 @@
<!-- Our javascript application -->
<script type="text/javascript" src="/static/core.js"></script>
<script type="text/javascript" src="/static/browser.js"></script>
+ <script type="text/javascript" src="/static/xmlhttprequest.js"></script>
<script type="text/javascript">
google.load("maps", "2");
google.setOnLoadCallback(init);
@@ -32,7 +33,7 @@
<div id="heading">
<h1>wto-informals.org</h1>
- <div id="subtitle">tracking the meetings between the meetings</div>
+ <div id="subtitle">{{ tagline }}</div>
<div id="menu">
<a href="/contact">contact</a> |
<a href="/about">about</a> |
@@ -53,10 +54,12 @@
Stat:
<span class="jslink" id="groups_by_name">none</span>;
<span class="jslink" id="groups_by_members">members</span>;
+ <!--
<span class="jslink" id="groups_by_pop">population</span>;
<span class="jslink" id="groups_by_trade">trade</span>;
<span class="jslink" id="groups_by_gdp">GDP</span>
(<span class="jslink" id="groups_by_gdp_per_capita">per capita</span>)
+ -->
</div>
</div>
<div id="members"></div>

Powered by Google App Engine
This is Rietveld r305