]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/misc.tmpl
misc.tmpl: Revert to upstream (this is going away)
[ikiwiki.git] / templates / misc.tmpl
index 634dc7abaf5aab328dfed2c8a08cdb5b0cd46d33..9ec9a59cb32f361a1fd50b51866935786a92b0b5 100644 (file)
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title><TMPL_VAR TITLE></title>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
-<!-- link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" / -->
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
 <TMPL_IF NAME="FAVICON">
 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
-<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
 </head>
 <body>
 
-<div id="content-block">
-        <div id="logo">
-               <a href="http://sipb.mit.edu/"><img src="<TMPL_VAR BASEURL>images/grumpyfuzzball.png" alt="grumpy fuzzball" /></a>
-               <a href="http://sipb.mit.edu/"><img src="<TMPL_VAR BASEURL>images/SIPBlogo.png" alt="MIT Student Information Processing Board" id="sipb-logo" /></a>
-               <div id="hidden-title"><h1>SIPB: MIT Student Information Processing Board</h1></div>
-        </div>
-        
-        <ul id="navigation">
-               <li class="blue">
-                       <a href="#services"><span>Services</span></a>
-               </li>
-               <li class="green">
-                       <a href="#about"><span>About</span></a>
-               </li>
-               <li class="orange">
-                       <a href="#resources"><span>Resources</span></a>
-               </li>
-               <li class="yellow">
-                       <a href="#join"><span>Join</span></a>
-               </li>
-        </ul>
-        <div id="events-block">
-               <h3>Index</h3>
-               <h4>Who are we?</h4>
-               <p>We are MIT's volunteer student computing group, improving computing at MIT since 1969. Today, SIPB projects provide innovative services and special expertise to the MIT community. We have an office just outside the Athena cluster in the student center W20, and you are welcome to come by to ask us for help or to hang around and use our computers.</p>
-        </div>
-        <div id="featured-block" class="generic">
-               <h1><TMPL_VAR TITLE></h1>
-               <TMPL_VAR PAGEBODY>
-        </div>
-       <div id="prefooter"></div>      
+<div class="pageheader">
+<div class="header">
+<span>
+<TMPL_VAR INDEXLINK>/
+<span class="title">
+<TMPL_VAR TITLE>
+</span>
+</span>
+</div>
+</div> <!-- .pageheader -->
+
+<div id="content">
+<TMPL_VAR PAGEBODY>
 </div>
 
 <div id="footer">
-&copy; 2009 Student Information Processing Board
+<!-- from <TMPL_VAR NAME=WIKINAME> -->
 </div>
 
 </body>