time to throw the new design to the irc dogs, again.
authorLuke Williams <[email protected]>
Tue, 10 Mar 2009 13:38:10 +0000 (22:38 +0900)
committerLuke Williams <[email protected]>
Tue, 10 Mar 2009 13:38:10 +0000 (22:38 +0900)
sitemap.mdwn
templates/misc.tmpl
templates/page.tmpl

index 34c45d9..02588ca 100644 (file)
@@ -49,4 +49,6 @@ Top-tier pages are linked to in the header, second-tier pages are tabs, third-ti
 
 Some notes:
 
-- I wanted therr to be a separation between 'cool shit that we have' and 'services we offer': access to our cool tech is arguably a service, but it doesn't need to be listed under services
+- I wanted there to be a separation between 'cool shit that we have' and 'services we offer': access to our cool tech is arguably a service, but it doesn't need to be listed under services
+- I suspect most pages won't need the sidebar.
+- Having multiple editable 'boxes' on one page is going to be a challenge; might require some kind of plugin to the renderer. 
index 05cf9de..a3d64a9 100644 (file)
@@ -84,14 +84,14 @@ Fresher Guide
 
 <div class="sidebar_box">
 <div class="sidebar_item">
-<div class="body_item_title"><span class="item_title_left">Upcoming Events</span><span class="item_title_right"><img src="images/rss.png" /></span></div>
+<div class="body_item_title"><span class="item_title_left">Upcoming Events</span><span class="item_title_right"><img src="<TMPL_VAR BASEURL>images/rss.png" /></span></div>
 <div class="body_item_content">
 <ul class="news_list">
 <li>10/03/09 1:00 PM: <a href="#">UCC AGM</a></li>
 <li>16/03/09 6:00 PM: <a href="#">Monday at the Movies: Wargames</a></li>
 <li>30/03/09 6:00 PM: <a href="#">Monday at the Movies: TRON</a></li>
 </ul>
-<img style="margin-left:15px" src="images/ical.png" />
+<img style="margin-left:15px" src="<TMPL_VAR BASEURL>images/ical.png" />
 </div>
 </div>
 </div>
index 05cf9de..a3d64a9 100644 (file)
@@ -84,14 +84,14 @@ Fresher Guide
 
 <div class="sidebar_box">
 <div class="sidebar_item">
-<div class="body_item_title"><span class="item_title_left">Upcoming Events</span><span class="item_title_right"><img src="images/rss.png" /></span></div>
+<div class="body_item_title"><span class="item_title_left">Upcoming Events</span><span class="item_title_right"><img src="<TMPL_VAR BASEURL>images/rss.png" /></span></div>
 <div class="body_item_content">
 <ul class="news_list">
 <li>10/03/09 1:00 PM: <a href="#">UCC AGM</a></li>
 <li>16/03/09 6:00 PM: <a href="#">Monday at the Movies: Wargames</a></li>
 <li>30/03/09 6:00 PM: <a href="#">Monday at the Movies: TRON</a></li>
 </ul>
-<img style="margin-left:15px" src="images/ical.png" />
+<img style="margin-left:15px" src="<TMPL_VAR BASEURL>images/ical.png" />
 </div>
 </div>
 </div>

UCC git Repository :: git.ucc.asn.au