]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/page.tmpl
Change Projects link to point to projects DB
[ikiwiki.git] / templates / page.tmpl
index dd6b3320999eeedd8fab0132337b1bb2ee2af785..4cf011d9fb5bdaaac2d8c0546f09788c8d8b9a4d 100644 (file)
@@ -1,9 +1,5 @@
-<TMPL_IF HTML5><!DOCTYPE html>
-<html lang="en">
-<TMPL_ELSE><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-</TMPL_IF>
 <head>
 <TMPL_IF DYNAMIC>
 <TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE>
@@ -12,6 +8,7 @@
 </TMPL_IF>
 <TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
 <title><TMPL_VAR TITLE></title>
+<TMPL_IF RESPONSIVE_LAYOUT><meta name="viewport" content="width=device-width, initial-scale=1" /></TMPL_IF>
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <meta name="robots" content="all" />
 <meta name="author" content="SIPB" />
@@ -33,6 +30,7 @@
 <link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
 </TMPL_IF>
 </TMPL_LOOP>
+
 </head>
 <body>
 
@@ -46,7 +44,7 @@
 
 <ul id="navigation">
 <li class="first-navbox">
-<a href="<TMPL_VAR BASEURL>projects/"><span>Projects</span></a>
+<a href="https://sipb-projectdb.scripts.mit.edu/"><span>Projects</span></a>
 </li>
 <li class="second-navbox">
 <a href="<TMPL_VAR BASEURL>doc/"><span>Docs</span></a>
 <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
 </TMPL_IF>
 
-<p>&copy; 2009 Student Information Processing Board</p>
+<p>&copy; 2019 Student Information Processing Board</p>
 <p>Unless otherwise specified, all content on this wiki is released under a dual license of the Creative Commons Attribution-Share Alike license, and the GNU Free Documentation License, with no Invariant Sections, no Front-Cover Texts, and no Back-Cover-Texts.<br />
  This follows the SIPB Documentation Licensing Recommendation.</p>
 
 </div>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-15235584-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
-
 </body>
 </html>