Changeset 127
- Timestamp:
- 18/09/06 21:11:01 (7 years ago)
- Files:
-
- 9 added
- 6 modified
-
README (modified) (1 diff)
-
components/debug.php (added)
-
components/front.php (modified) (1 diff)
-
components/games.php (added)
-
components/pagemap.php (added)
-
components/shop.php (added)
-
components/uri.php (added)
-
htdocs/css/common.css (modified) (1 diff)
-
static/About/Room.txt (modified) (1 diff)
-
static/fragments (added)
-
static/fragments/Join.txt (added)
-
templates/front.tpl (modified) (1 diff)
-
templates/index.tpl (modified) (1 diff)
-
templates/news_delete.tpl (added)
-
templates/uri.tpl (added)
Legend:
- Unmodified
- Added
- Removed
-
README
r119 r127 26 26 static/ 27 27 Static content for the static content components (includes help) 28 fragments/ 29 Any HTML fragments used to make up parts of pages (e.g. 30 secondary bars) 28 31 templates/ 29 32 Smarty templates -
components/front.php
r126 r127 6 6 $smarty->assign("body", $output); 7 7 8 $output = file_get_contents("../static/ Join.txt");8 $output = file_get_contents("../static/fragments/Join.txt"); 9 9 $smarty->assign("secondary",$output); 10 10 ?> -
htdocs/css/common.css
r122 r127 21 21 } 22 22 23 h2+p, h2+ul, h2+ol {23 h2+p, h2+ul, h2+ol, h3+p, h3+ul, h3+ol { 24 24 margin-top: 0; 25 25 } -
static/About/Room.txt
r126 r127 3 3 <h3>Where to find the room</h3> 4 4 <p>The SUCS room is located at the bottom of the Student Union building, approximately halfway along the side facing the back of Fulton House. Members can swipe their student cards in the card reader (located to the right, underneath the window) to unlock the door.</p> 5 < img src="http://sucs.org/services/map.png" alt="Location of SUCS Room on Campus Map" />5 <p><a href="/pictures/room-map.jpg"><img src="/pictures/room-map_thumb.jpg" alt="Location of SUCS Room on Campus Map" /></a></p> -
templates/front.tpl
r126 r127 1 <h2>Swansea University Computer Society</h2> 2 <p>"hmm... poking my finger into the electronics has no effect."</p> 1 {include file="../static/fragments/Front.txt"} 2 3 3 <div id="news"> 4 4 <div class="box"> -
templates/index.tpl
r126 r127 2 2 <div class="errorbar"> 3 3 <div><div><div> 4 {$session->errormsg}4 Session: {$session->errormsg} 5 5 </div></div></div> 6 6 </div>
