]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/mobile/base.mako
added ability to switch back and forth between mobile and non-mobile interface on iphone
[bluechips.git] / bluechips / templates / mobile / base.mako
index b96ce4fa6cad83ad377d185a49e39d1c1afb3d8e..37aca7f0aabf52ccfca1689d37e24f568f94adf9 100644 (file)
@@ -14,6 +14,9 @@
       <div class="flash">${message | n}</div>
     % endfor
     ${next.body()}
+    <div id="non-mobile">
+      <a href="${h.url_for(request.url, use_non_mobile='yes')}">Use non mobile interface</a>
+    </div>
     ${h.javascript_link('/js/jquery-1.3.2.js')}
     ${h.javascript_link('/js/mobile.js')}
   </body>