Changeset 127

Show
Ignore:
Timestamp:
18/09/06 21:11:01 (7 years ago)
Author:
dez
Message:

Adds some components that hadn't been svn added (dez)
Adds the ShortURI component (dez)

Files:
9 added
6 modified

Legend:

Unmodified
Added
Removed
  • README

    r119 r127  
    2626static/ 
    2727        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) 
    2831templates/ 
    2932        Smarty templates 
  • components/front.php

    r126 r127  
    66$smarty->assign("body", $output); 
    77 
    8 $output = file_get_contents("../static/Join.txt"); 
     8$output = file_get_contents("../static/fragments/Join.txt"); 
    99$smarty->assign("secondary",$output); 
    1010?> 
  • htdocs/css/common.css

    r122 r127  
    2121} 
    2222 
    23 h2+p, h2+ul, h2+ol { 
     23h2+p, h2+ul, h2+ol, h3+p, h3+ul, h3+ol { 
    2424        margin-top: 0; 
    2525} 
  • static/About/Room.txt

    r126 r127  
    33        <h3>Where to find the room</h3> 
    44        <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 
    33<div id="news"> 
    44<div class="box"> 
  • templates/index.tpl

    r126 r127  
    22        <div class="errorbar"> 
    33                <div><div><div> 
    4                         {$session->errormsg} 
     4                        Session: {$session->errormsg} 
    55                </div></div></div> 
    66        </div>