Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • osian/sucs-site
  • kais58/sucs-site
  • imranh/sucs-site
  • foshjedi2004/sucs-site
  • gigosaurus/sucs-site
  • matstn/sucs-site
  • ripp_/sucs-site
  • eggnog/sucs-site
  • sucssite/sucs-site
  • elbows/sucs-site
  • realitykiller/sucs-site
  • crox/sucs-site
  • vectre/sucs-site
  • welshbyte/sucs-site
  • paperclipman/sucs-site
15 results
Show changes
Showing
with 787 additions and 529 deletions
<table>
{assign var=lastday value=''}
{foreach from=$taglist item=row name=list}
{if $row.day != $lastday}
{assign var=lastday value=$row.day}
<tr>
<td nowrap="nowrap" class="date" colspan="3">{$row.added|date_format:'%d %b %Y'}</td>
</tr>
{/if}
<tr>
<td nowrap="nowrap" class="time">{$row.added|date_format:'%H:%M:%S'}</td>
<td nowrap="nowrap" class="user">{$row.user}</td>
<td>{$row.line|escape:'htmlall'}</td>
</tr>
{/foreach}
</table>
<table cellspacing="20">
<tr>
<td valign="top">
<table>
<tr>
<th colspan="2">Most Popular</th>
</tr>
{foreach from=$toplist item=row name=toplist}
<tr>
<td nowrap="nowrap" class="user">
<a href="{$mwpath}/tag/{$row.name|escape:'url'}">{$row.tag}</a>
</td>
<td class="time">{$row.count}</td>
</tr>
{/foreach}
</table>
</td>
<td valign="top">
<table>
<tr>
<th colspan="2">Latest</th>
</tr>
{assign var=lastday value=''}
{foreach from=$latestlist item=row name=list}
{if $row.day != $lastday}
{assign var=lastday value=$row.day}
<tr>
<td nowrap="nowrap" class="date" colspan="3">{$row.dated|date_format:'%d %b %Y'}</td>
</tr>
{/if}
<tr>
<td nowrap="nowrap" class="user">
<a href="{$mwpath}/tag/{$row.name|escape:'url'}">{$row.tag}</a>
</td>
<td nowrap="nowrap" class="time">{$row.dated|date_format:'%H:%M:%S'}</td>
</tr>
{/foreach}
</table>
</td>
</tr>
</table>
<table>
<tr>
<td nowrap="nowrap" class="date" colspan="3">
Year: {foreach from=$yearlist item=year}{if $year != $thisyear}<a
href="{$mwpath}/uri/{$year}-01-01">{$year}</a> {else}{$year} {/if}{/foreach}
</td>
</tr>
<tr>
<td nowrap="nowrap" class="date" colspan="3">
Month: {foreach from=$monthlist key=num item=month}{if $num != $thismonth}<a
href="{$mwpath}/uri/{$thisyear}-{$num}-01">{$month}</a> {else}{$month} {/if}{/foreach}
</td>
</tr>
<tr>
<td nowrap="nowrap" class="date" colspan="3">
Day: {foreach from=$daylist item=day}{if $day != $thisday}<a
href="{$mwpath}/uri/{$thisyear}-{$thismonth}-{$day}">{$day}</a> {else}{$day} {/if}{/foreach}
</td>
</tr>
{assign var=lastday value=''}
{foreach from=$urilist item=row name=list}
{if stristr($row.flags,"sucs")===FALSE || $session->loggedin}
{if $row.day != $lastday}
{assign var=lastday value=$row.day}
<tr>
<td nowrap="nowrap" class="date" colspan="3">{$row.added|date_format:'%d %b %Y'}</td>
</tr>
{/if}
{assign var=rows value=1}
{if $row.title}{assign var=rows value=$rows+1}{/if}
{if count($row.taglist)}{assign var=rows value=$rows+1}{/if}
<tr>
<td nowrap="nowrap" class="time" rowspan="{$rows}">{$row.hour}</td>
<td nowrap="nowrap" class="user"
rowspan="{$rows}">{if stristr($row.flags,"anon")===FALSE}{$row.user}{else}<i>Anonymous</i>{/if}</td>
<td>
<a href="{$row.url|escape:"hexentity"}">{$row.url|truncate:80:" ... ":true:true|escape:"html"}</a>{if stristr($row.flags,"nsfw")!==FALSE} (NSFW){/if}
</td>
</tr>
{if $row.title}
<tr>
<td>{$row.title|escape:"hexentity"}</td>
</tr>
{/if}
{if count($row.taglist)}
<tr>
<td class="taglist">
Tags:
{foreach from=$row.taglist item=tcount key=tname name=tags}{$tname}{if !$smarty.foreach.tags.last}, {/if}{/foreach}
</td>
</tr>
{/if}
{/if}
{/foreach}
</table>
<div id="punwrap"> <div id="punwrap">
<div id="punForum" class="pun"> <div id="punForum" class="pun">
{if $mode == "reply"} {if $mode == "reply"}
{include file="mw-new.tpl"} {include file="mw-new.tpl"}
{/if} {/if}
<div class="linkst"> <div class="linkst">
<div class="inbox"> <div class="inbox">
<p class="postlink conr"><a href="{$path|escape:'html'}/reply">Post Reply</a></p> <p class="postlink conr"><a href="{$path|escape:'html'}/reply">Post Reply</a></p>
<p class="pagelink">Subject: {$message.subject|escape:'html'}</p>
<div class="clearer"></div>
</div>
</div>
<div id="p{$message.ref}" class="blockpost rowodd firstpost"> <p class="pagelink">Subject: {$message.subject|escape:'html'}</p>
<h2><span><span class="conr">#{$message.ref}&nbsp;</span>{$message.date|date_format:"%H:%M:%S %A, %B %e %Y"}</span></h2>
<div class="box">
<div class="inbox">
<div class="postleft">
<dl>
<dt><strong>{$message.from|escape:'html'}</strong></dt>
<dd>To: {$message.to|escape:'html'}</dd>
{if $message.replyto}
<dd>Reply To: #{$message.replyto}</dd>
{/if}
</dl>
</div>
<div class="postright">
<h3>{$message.subject|escape:'html'}</h3>
<div class="postmsg">
<p>{$message.body|escape:'html'|nl2br}</p>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
{if count($articles) > 0} <div class="clearer"></div>
There are {$howmany} replies </div>
{foreach from=$articles item=message} </div>
<div id="p{$message.ref}" class="blockpost roweven">
<h2><span><span class="conr">#{$message.ref}&nbsp;</span>{$message.date|date_format:"%H:%M:%S %A, %B %e %Y"}</span></h2>
<div class="box">
<div class="inbox">
<div class="postleft">
<dl>
<dt><strong>{$message.from|escape:'html'}</strong></dt>
<dd>To: {$message.to|escape:'html'}</dd>
{if $message.replyto}
<dd>Reply To: #{$message.replyto}</dd>
{/if}
</dl>
</div>
<div class="postright">
<h3>{$message.subject|escape:'html'}</h3>
<div class="postmsg">
<p>{$message.body|escape:'html'|nl2br}</p>
</div>
<div class="clearer"></div>
<div class="postfootright"><a href="{$shortpath}/{$message.ref}/reply">Reply</a></div>
</div>
</div>
</div>
</div>
<div id="p{$message.ref}" class="blockpost rowodd firstpost">
<h2><span><span class="conr">#{$message.ref}&nbsp;</span>{$message.date|date_format:"%H:%M:%S %A, %B %e %Y"}</span>
</h2>
<div class="box">
<div class="inbox">
<div class="postleft">
<dl>
<dt><strong>{$message.from|escape:'html'}</strong></dt>
<dd>To: {$message.to|escape:'html'}</dd>
{if $message.replyto}
<dd>Reply To: #{$message.replyto}</dd>
{/if}
</dl>
</div>
<div class="postright">
<h3>{$message.subject|escape:'html'}</h3>
{/foreach} <div class="postmsg">
{/if} <p>{$message.body|escape:'html'|nl2br}</p>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
{if count($articles) > 0}
There are {$howmany} replies
{foreach from=$articles item=message}
<div id="p{$message.ref}" class="blockpost roweven">
<h2><span><span class="conr">#{$message.ref}
&nbsp;</span>{$message.date|date_format:"%H:%M:%S %A, %B %e %Y"}</span></h2>
<div class="box">
<div class="inbox">
<div class="postleft">
<dl>
<dt><strong>{$message.from|escape:'html'}</strong></dt>
<dd>To: {$message.to|escape:'html'}</dd>
{if $message.replyto}
<dd>Reply To: #{$message.replyto}</dd>
{/if}
</dl>
</div>
<div class="postright">
<h3>{$message.subject|escape:'html'}</h3>
</div> <div class="postmsg">
<p>{$message.body|escape:'html'|nl2br}</p>
</div>
<div class="clearer"></div>
<div class="postfootright"><a href="{$shortpath}/{$message.ref}/reply">Reply</a></div>
</div>
</div>
</div>
</div>
{/foreach}
{/if}
</div>
</div> </div>
<div id="punwrap"> <div id="punwrap">
<div id="punForum" class="pun"> <div id="punForum" class="pun">
<div id="idx1" class="blocktable"> <div id="idx1" class="blocktable">
<h2><span>Milliways Folder List</span></h2> <h2><span>Milliways Folder List</span></h2>
<div class="box"> <div class="box">
<table cellspacing="0"> <table cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col" class="tc1">Forum</th> <th scope="col" class="tc1">Forum</th>
<th scope="col" class="tc2">Topics</th> <th scope="col" class="tc2">Topics</th>
<th scope="col" class="tc3">Posts</th> <th scope="col" class="tc3">Posts</th>
<th scope="col" class="tcr">Last post</th> <th scope="col" class="tcr">Last post</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{foreach from=$folders item=fol} {foreach from=$folders item=fol}
<tr> <tr>
<td class="tcl"> <td class="tcl">
<div class="intd"> <div class="intd">
<div class="icon"><div class="nosize"><!-- --></div></div> <div class="icon">
<div class="tclcon"> <div class="nosize"><!-- --></div>
<h3><a href="{$path}/{$fol.name|escape:'url'}">{$fol.name|escape:'html'}</a></h3> </div>
{$fol.topic|escape:'html'} <div class="tclcon">
</div> <h3><a href="{$path}/{$fol.name|escape:'url'}">{$fol.name|escape:'html'}</a>
</div> </h3>
</td> {$fol.topic|escape:'html'}
<td class="tc2">{$fol.topics}</td> </div>
<td class="tc3">{$fol.last-$fol.first}</td> </div>
<td class="tcr">{$fol.lastpost|date_format}</td> </td>
</tr> <td class="tc2">{$fol.topics}</td>
{/foreach} <td class="tc3">{$fol.last-$fol.first}</td>
</tbody> <td class="tcr">{$fol.lastpost|date_format}</td>
</table> </tr>
</div> {/foreach}
</div> </tbody>
</div> </table>
</div>
</div>
</div>
</div> </div>
<div id="punwrap"> <div id="punwrap">
<div id="punForum" class="pun"> <div id="punForum" class="pun">
{if $mode == "new"} {if $mode == "new"}
{include file="mw-new.tpl"} {include file="mw-new.tpl"}
{/if} {/if}
<div id="idx1" class="blocktable"> <div id="idx1" class="blocktable">
<h2><span class="conr"><a href="{$path|escape:'html'}/new">Post New Topic</a></span> <h2><span class="conr"><a href="{$path|escape:'html'}/new">Post New Topic</a></span>
Milliways Topic List for {$folder|escape:'html'}</h2> Milliways Topic List for {$folder|escape:'html'}</h2>
<div class="box"> <div class="box">
<table cellspacing="0"> <table cellspacing="0">
<thead> <thead>
<tr> <tr>
<th scope="col" class="tc1">Topic</th> <th scope="col" class="tc1">Topic</th>
<th scope="col" class="tc2">Replies</th> <th scope="col" class="tc2">Replies</th>
<th scope="col" class="tcr">Last post</th> <th scope="col" class="tcr">Last post</th>
</tr> </tr>
</thead> <tbody> </thead>
{foreach from=$articles item=art} <tbody>
<tr> {foreach from=$articles item=art}
<td class="tcl"> <tr>
<div class="intd"> <td class="tcl">
<div class="icon"><div class="nosize"><!-- --></div></div> <div class="intd">
<div class="tclcon"> <div class="icon">
<a href="{$path|escape:'html'}/{$art.ref}">{if $art.subject == ""}<i>No Subject</i>{else}{$art.subject|escape:'html'}{/if}</a> by {$art.from|escape:'html'} <div class="nosize"><!-- --></div>
</div> </div>
</div> <div class="tclcon">
</td> <a href="{$path|escape:'html'}/{$art.ref}">{if $art.subject == ""}
<td class="tc2">{$art.sub}</td> <i>No Subject</i>
<td class="tcr"> {else}{$art.subject|escape:'html'}{/if}</a> by {$art.from|escape:'html'}
{if $art.sub == 0} </div>
{$art.date|date_format} </div>
{else} </td>
{$art.lastpost|date_format} by {$art.lastfrom|escape:'html'} <td class="tc2">{$art.sub}</td>
{/if} <td class="tcr">
</td> {if $art.sub == 0}
</tr> {$art.date|date_format}
{/foreach} {else}
</tbody> {$art.lastpost|date_format} by {$art.lastfrom|escape:'html'}
</table> {/if}
</div> </td>
</div> </tr>
</div> {/foreach}
</tbody>
</table>
</div>
</div>
</div>
</div> </div>
<div> <div>
{literal} {literal}
<style type="text/css"> <style type="text/css">
.nicebox { .nicebox {
background: none; background: none;
border: 0px; border: 0px;
border-bottom: dotted thin black; border-bottom: dotted thin black;
margin: 5px; margin: 5px;
}; }
</style>
{/literal} ;
<form method="post" action="{$path}/post"> </style>
To: <input class="nicebox" type="text" name="to" size="40"{if $mode=="reply"} value="{$message.from|escape:'html'}"{/if}/><br /> {/literal}
Subject: <input class="nicebox" type="text" name="subject" size="40"{if $mode=="reply"} value="Re: {$message.subject|escape:'html'}"{/if}/><br /> <form method="post" action="{$path}/post">
<br /> To: <input class="nicebox" type="text" name="to"
<textarea name="body" cols="80" rows="10"></textarea><br /> size="40"{if $mode=="reply"} value="{$message.from|escape:'html'}"{/if}/><br/>
<input type="submit" name="submit" value="Post Comment" /> Subject: <input class="nicebox" type="text" name="subject"
</form> size="40"{if $mode=="reply"} value="Re: {$message.subject|escape:'html'}"{/if}/><br/>
<br/>
<textarea name="body" cols="80" rows="10"></textarea><br/>
<input type="submit" name="submit" value="Post Comment"/>
</form>
</div> </div>
<div id="news">
{foreach name=news from=$news key=itemnum item=item}
<div class="box">
<div class="boxhead"><h2><a id="{$item.id}">{$item.title}</a></h2></div>
<div class="boxcontent">
{$item.body}
{if $editable} {if $editable}
<div class="edit"> <div class="edit">
<ul> <ul>
<li><a href="{$item.title}?action=delete-query">Delete</a></li> <li><a href="?action=create">Create</a></li>
<li><a href="{$item.title}?action=edit">Edit</a></li> </ul>
{if $item.expirytime > $smarty.now} <div class="clear"></div>
<li><a href="{$item.title}?action=expire-query">Expire</a></li> </div>
{/if} {/if}
</ul>
<div class="clear"></div> <div id="news">
</div> {foreach name=news from=$news key=itemnum item=item}
{/if} <div class="box">
</div> <div class="boxhead"><h2><a id="{$item.id}">{$item.title}</a></h2></div>
<div class="boxfoot"><p>Posted by <a href="/Community/Members/{$item.author}">{$item.author}</a> on {$item.date|date_format }</p></div> <div class="boxcontent">
</div> {$item.body}
{foreachelse}
<p>News item not found</p> {if $editable}
{/foreach} <div class="edit">
<ul>
<li><a href="{$item.title|escape:'url'}?action=delete-query">Delete</a></li>
<li><a href="{$item.title|escape:'url'}?action=edit">Edit</a></li>
{if $item.expirytime > $smarty.now}
<li><a href="{$item.title|escape:'url'}?action=expire-query">Expire</a></li>
{/if}
</ul>
<div class="clear"></div>
</div>
{/if}
</div>
<div class="boxfoot"><p>Posted by <a href="{$baseurl}/Community/Members/{$item.author}">{$item.author}</a>
on {$item.date|date_format }</p></div>
</div>
{foreachelse}
<p>News item not found</p>
{/foreach}
</div> </div>
{if $editable} {if $editable}
<div class="edit"> <div class="edit">
<ul> <ul>
<li><a href="?action=create">Create</a></li> <li><a href="?action=create">Create</a></li>
</ul> </ul>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
{/if} {/if}
<form class="dialog" action="{$baseurl}{$path}" method="post"> <form class="dialog" action="{$baseurl}{$path}" method="post">
<div class="box"> <div class="box">
<div class="boxhead"><h2>Warning</h2></div> <div class="boxhead"><h2>Warning</h2></div>
<div class="boxcontent"> <div class="boxcontent">
<p>Are you sure you want to delete '{$news[0].title}'?</p> <p>Are you sure you want to delete '{$news[0].title}'?</p>
<p><input type="submit" name="action" value="Delete" />
<input type="submit" name="action" value="Cancel" /></p> <p><input type="submit" name="action" value="Delete"/>
</div>
<div class="hollowfoot"><div><div></div></div></div> <input type="submit" name="action" value="Cancel"/></p>
</div> </div>
<input type="hidden" name="id" value="{$news[0].id}" /> <div class="hollowfoot">
<div>
<div></div>
</div>
</div>
</div>
<input type="hidden" name="id" value="{$news[0].id}"/>
</form> </form>
<h2>Post a news item</h2> <h2>Post a news item</h2>
<form class="admin" action="{$baseurl}{$path}" method="POST"> <form class="admin" action="{$baseurl}{$path}" method="POST">
<div class="row"> <div class="row">
<label for="edittitle">Title</label> <label for="edittitle">Title</label>
<span class="textinput"><input type="text" name="edittitle" id="edittitle" value="{$news[0].title}" style="width: 100%;" /></span> <span class="textinput"><input type="text" name="edittitle" id="edittitle" value="{$news[0].title}"
</div> style="width: 100%;"/></span>
<div class="row"> </div>
<label for="body">Body</label> <div class="row">
<span class="textinput"><textarea name="body" id="body" style="width: 100%; height: 20em;">{$news[0].body|escape:'htmlall'}</textarea></span> <label for="body">Body</label>
</div> <span class="textinput"><textarea name="body" id="body"
<div class="row"> style="width: 100%; height: 20em;">{$news[0].body|escape:'htmlall'}</textarea></span>
<label for="sticky">Stick to front page</label> </div>
<span class="textinput"><input type="checkbox" name="sticky"{if $news[0].sticky=='t'} checked="checked"{/if} /></span> <div class="row">
</div> <label for="sticky">Stick to front page</label>
<div class="row"> <span class="textinput"><input type="checkbox" name="sticky"{if $news[0].sticky=='t'} checked="checked"{/if} /></span>
</div>
<div class="row">
<span class="textinput"> <span class="textinput">
<input type="submit" id="submit-1" name="action" value="Save" /> <input type="submit" id="submit-1" name="action" value="Save"/>
</span> </span>
</div> </div>
<input type="hidden" name="id" value="{$news[0].id}" /> <input type="hidden" name="id" value="{$news[0].id}"/>
<div class="clear"></div>
<div class="clear"></div>
</form> </form>
<form class="dialog" action="{$baseurl}{$path}" method="post"> <form class="dialog" action="{$baseurl}{$path}" method="post">
<div class="box"> <div class="box">
<div class="boxhead"><h2>Warning</h2></div> <div class="boxhead"><h2>Warning</h2></div>
<div class="boxcontent"> <div class="boxcontent">
<p>Are you sure you want to expire '{$news[0].title}'?</p> <p>Are you sure you want to expire '{$news[0].title}'?</p>
<p><input type="submit" name="action" value="Expire" />
<input type="submit" name="action" value="Cancel" /></p> <p><input type="submit" name="action" value="Expire"/>
</div>
<div class="hollowfoot"><div><div></div></div></div> <input type="submit" name="action" value="Cancel"/></p>
</div> </div>
<input type="hidden" name="id" value="{$news[0].id}" /> <div class="hollowfoot">
<div>
<div></div>
</div>
</div>
</div>
<input type="hidden" name="id" value="{$news[0].id}"/>
</form> </form>
<div id="primary"> <div id="primary">
<div id="primaryC"> <div id="primaryC">
<div class="box">
<div class="boxhead"><h2>Freshers 2006</h2></div>
<div class="boxcontent">
<p>The Computer Society welcomes all Swansea freshers (and returning students)!</p>
<p>SUCS is one of the university's longest-running and largest societies. In addition to providing members with a range of <a href="http://sucs.org/services/about.php">IT services</a>, we hold regular events and socials throughout the year.</p>
<p>We have our own <a href="http://sucs.org/services/room.php">computer room</a> on campus with 24 hour swipe-card access. There are usually members present through the week so feel free to stop by.</p>
<p>As usual, we'll be at the freshers' fayre this year to answer any questions you may have.</p>
<p>If we miss you at the fayre, then please come meet us at a social. We're usually in the quiet side of JC's from about 1pm on Fridays :-)</p>
<p>Have a great year!</p>
</div>
<div class="boxfoot"><p>Posted by talyn256 at 11:53 on Tuesday August 15th 2006</p></div> <div class="box">
</div> <div class="boxhead"><h2>Freshers 2006</h2></div>
<div class="box"> <div class="boxcontent">
<div class="boxhead"><h2>Jabber accounts on the new server</h2></div> <p>The Computer Society welcomes all Swansea freshers (and returning students)!</p>
<div class="boxcontent"> <p>SUCS is one of the university's longest-running and largest societies. In addition to providing
<p>As part of our transition to a new server, we will be using different software for our Jabber service which uses the same authentication method as most of the other services.</p> members with a range of <a href="http://sucs.org/services/about.php">IT services</a>, we hold
<p>In particular, this means:</p> regular events and socials throughout the year.</p>
<ul>
<li>All members will automatically get Jabber accounts - no need to register.</li>
<li>Your Jabber password will be the same as your other passwords, i.e., the one you use to log in to the workstations in the room and check your email. If your client saves your password, remember to change it when you first connect to the new server.</li>
<li>Non-members will lose their Jabber accounts.</li>
<li>Any members whose Jabber username is different to their system username will ALSO lose their accounts. E.g., if your email address is johnsmith@sucs.org and your Jabber address is john@sucs.org, you'll lose the latter (but you will automatically get the Jabber address johnsmith@sucs.org).</li>
</ul>
<p>If the last point will affect you, please send <p>We have our own <a href="http://sucs.org/services/room.php">computer room</a> on campus with 24 hour
an email to admin@sucs.org telling us your system and Jabber usernames and swipe-card access. There are usually members present through the week so feel free to stop by.</p>
we'll see that your data gets transferred to your system username.</p>
</div> <p>As usual, we'll be at the freshers' fayre this year to answer any questions you may have.</p>
<p>If we miss you at the fayre, then please come meet us at a social. We're usually in the quiet side of
JC's from about 1pm on Fridays :-)</p>
<p>Have a great year!</p>
</div>
<div class="boxfoot"><p>Posted by talyn256 at 11:53 on Tuesday August 15th 2006</p></div>
</div>
<div class="box">
<div class="boxhead"><h2>Jabber accounts on the new server</h2></div>
<div class="boxcontent">
<p>As part of our transition to a new server, we will be using different software for our Jabber service
which uses the same authentication method as most of the other services.</p>
<p>In particular, this means:</p>
<ul>
<li>All members will automatically get Jabber accounts - no need to register.</li>
<li>Your Jabber password will be the same as your other passwords, i.e., the one you use to log in
to the workstations in the room and check your email. If your client saves your password,
remember to change it when you first connect to the new server.
</li>
<li>Non-members will lose their Jabber accounts.</li>
<li>Any members whose Jabber username is different to their system username will ALSO lose their
accounts. E.g., if your email address is johnsmith@sucs.org and your Jabber address is
john@sucs.org, you'll lose the latter (but you will automatically get the Jabber address
johnsmith@sucs.org).
</li>
</ul>
<p>If the last point will affect you, please send
an email to admin@sucs.org telling us your system and Jabber usernames and
we'll see that your data gets transferred to your system username.</p>
<div class="boxfoot"><p>Posted by pwb at 22:51 on Saturday August 12th 2006</p></div> </div>
</div>
<div class="boxfoot"><p>Posted by pwb at 22:51 on Saturday August 12th 2006</p></div>
</div>
<h2>Lorem ipsum dolor sit amet</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla sit amet eros. Morbi volutpat quam. Donec faucibus lacus ac tortor. Cras gravida lectus at felis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus aliquet magna sed elit. Curabitur urna velit, aliquet ut, luctus non, auctor eu, elit. Quisque id lectus. Suspendisse ligula massa, sodales a, tempus ut, molestie sed, purus. Duis ac nulla ut felis gravida porta. Nullam faucibus est et diam. Suspendisse imperdiet massa vitae odio. Mauris id quam. Vivamus nibh. Phasellus porttitor, nisl a lacinia egestas, pede magna vulputate libero, non tincidunt metus elit sit amet urna. Quisque ultricies turpis at sapien.</p>
<p>Integer porta sapien ac erat. Maecenas fermentum suscipit tortor. Vestibulum in tortor. Sed lacus magna, interdum in, ullamcorper non, adipiscing quis, tortor. Sed pede magna, bibendum id, mattis vitae, dapibus sit amet, orci. Maecenas id sapien. Proin non risus at libero lacinia facilisis. Praesent sed nisl vitae ligula suscipit lobortis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam nunc arcu, rhoncus non, feugiat in, venenatis a, turpis. Donec varius. Quisque lobortis dolor iaculis nunc.</p>
<h3 style="clear: both;">Nulla sit amet eros</h3>
<p>Nam dictum felis et ipsum. Fusce et purus. Vestibulum non augue. In lacus odio, dignissim eget, placerat sit amet, luctus at, tortor. Nulla id felis quis eros mattis eleifend. Nulla elementum egestas risus. Fusce vel mi. Donec id elit. Nulla egestas consequat turpis. Nam pellentesque vestibulum felis. Fusce vitae mauris ac lectus congue cursus.</p>
<p>Mauris eleifend, nulla eget facilisis ullamcorper, velit erat dignissim est, sed mollis neque felis tempor nibh. Etiam nunc. Sed rhoncus, massa quis tincidunt tincidunt, nibh lectus dictum lorem, sed laoreet eros leo in urna. Praesent in velit. Donec sed ipsum nec dolor consectetuer ultrices. Cras libero dui, ultrices sed, sagittis quis, iaculis a, mi. Proin semper lobortis enim. Phasellus sapien turpis, tristique ac, feugiat ut, lobortis elementum, enim. Nulla vel libero non nisi facilisis rhoncus. Vivamus vitae neque eget arcu suscipit accumsan.</p>
<p>Praesent laoreet, felis vitae fermentum fringilla, quam mi porta nisi, id venenatis justo est et eros. Aliquam erat volutpat. Vivamus non risus. Nullam nunc. Aenean scelerisque lacinia urna. Suspendisse ac nulla. Nullam tristique. Praesent lorem odio, fringilla ut, euismod eu, adipiscing et, urna. Praesent elementum, turpis ut suscipit mattis, orci ipsum adipiscing lectus, sed ultrices pede quam nec enim. Ut id erat. Nunc sed turpis quis eros condimentum congue.</p>
<h2>Lorem ipsum dolor sit amet</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla sit amet eros. Morbi volutpat quam. Donec
faucibus lacus ac tortor. Cras gravida lectus at felis. Lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Vivamus aliquet magna sed elit. Curabitur urna velit, aliquet ut, luctus non, auctor eu, elit. Quisque
id lectus. Suspendisse ligula massa, sodales a, tempus ut, molestie sed, purus. Duis ac nulla ut felis
gravida porta. Nullam faucibus est et diam. Suspendisse imperdiet massa vitae odio. Mauris id quam. Vivamus
nibh. Phasellus porttitor, nisl a lacinia egestas, pede magna vulputate libero, non tincidunt metus elit sit
amet urna. Quisque ultricies turpis at sapien.</p>
</div> <p>Integer porta sapien ac erat. Maecenas fermentum suscipit tortor. Vestibulum in tortor. Sed lacus magna,
</div> interdum in, ullamcorper non, adipiscing quis, tortor. Sed pede magna, bibendum id, mattis vitae, dapibus
sit amet, orci. Maecenas id sapien. Proin non risus at libero lacinia facilisis. Praesent sed nisl vitae
ligula suscipit lobortis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus
mus. Nam nunc arcu, rhoncus non, feugiat in, venenatis a, turpis. Donec varius. Quisque lobortis dolor
iaculis nunc.</p>
<div id="secondary"> <h3 style="clear: both;">Nulla sit amet eros</h3>
<div class="cbb"> <p>Nam dictum felis et ipsum. Fusce et purus. Vestibulum non augue. In lacus odio, dignissim eget, placerat sit
<h3>The heading</h3> amet, luctus at, tortor. Nulla id felis quis eros mattis eleifend. Nulla elementum egestas risus. Fusce vel
<p>The content ... test test test</p> mi. Donec id elit. Nulla egestas consequat turpis. Nam pellentesque vestibulum felis. Fusce vitae mauris ac
</div> lectus congue cursus.</p>
</div>
<p>Mauris eleifend, nulla eget facilisis ullamcorper, velit erat dignissim est, sed mollis neque felis tempor
nibh. Etiam nunc. Sed rhoncus, massa quis tincidunt tincidunt, nibh lectus dictum lorem, sed laoreet eros
leo in urna. Praesent in velit. Donec sed ipsum nec dolor consectetuer ultrices. Cras libero dui, ultrices
sed, sagittis quis, iaculis a, mi. Proin semper lobortis enim. Phasellus sapien turpis, tristique ac,
feugiat ut, lobortis elementum, enim. Nulla vel libero non nisi facilisis rhoncus. Vivamus vitae neque eget
arcu suscipit accumsan.</p>
<p>Praesent laoreet, felis vitae fermentum fringilla, quam mi porta nisi, id venenatis justo est et eros.
Aliquam erat volutpat. Vivamus non risus. Nullam nunc. Aenean scelerisque lacinia urna. Suspendisse ac
nulla. Nullam tristique. Praesent lorem odio, fringilla ut, euismod eu, adipiscing et, urna. Praesent
elementum, turpis ut suscipit mattis, orci ipsum adipiscing lectus, sed ultrices pede quam nec enim. Ut id
erat. Nunc sed turpis quis eros condimentum congue.</p>
</div>
</div>
<div id="secondary">
<div class="cbb">
<h3>The heading</h3>
<p>The content ... test test test</p>
</div>
</div>
{if $session->loggedin } {if $session->loggedin }
<!-- style="width: 80%; margin: auto;" was in here originally, why? --> <!-- style="width: 80%; margin: auto;" was in here originally, why? -->
<div class="box" > <div class="box">
<div class="boxhead"><h2>User Settings</h2></div> <div class="boxhead"><h2>User Settings</h2></div>
<div class="boxcontent"> <div class="boxcontent">
<form class="admin" action="{$baseurl}{$path}" method="POST"> <fieldset>
<legend> System Details</legend>
<fieldset> <div class="row">
<legend> System Details </legend> <label for="username">Username:</label>
<div class="row">
<label for="username">Username:</label>
<span class="textinput" id="username"> <span class="textinput" id="username">
{$session->username} {$session->username}
<div class="note">If you <em>need</em> to change your username, please contact a member of admin.</div> <div class="note">If you <em>need</em> to change your username, please contact a member of admin.</div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label for="fullname">Real name:</label> <label for="fullname">Real name:</label>
<span class="textinput"> <span class="textinput">
{$session->fullname} {$session->fullname}
<div class="note">If your name has changed (e.g. through marriage), please contact a member of admin.</div> <div class="note">If your name has changed (e.g. through marriage), please contact a member of admin.</div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label for="groups">Groups: </label> <label for="status">Membership status:</label>
<span class="textinput"><span class="note"><a href="/Knowledge/Help/Admin%20Tools/Groups">What are &ldquo;Groups&rdquo;?</a></span></span> <span class="textinput">
</div> {$member.typename}
<div class="row"> {if $member.id == 1 || $member.id == 2}(Paid Until: {$member.paid}){/if}
</span>
</div>
<div class="row">
<label for="groups">Groups: </label>
<span class="textinput"><span class="note"><a href="{$baseurl}/Knowledge/Help/Admin%20Tools/Groups">What
are &ldquo;Groups&rdquo;?</a></span></span>
</div>
<div class="row">
<span class="textinput" id="groups"> <span class="textinput" id="groups">
<ul style="margin-top: 0; margin-bottom: 0;"> <ul style="margin-top: 0; margin-bottom: 0;">
{foreach name=groups from=$session->groups key=grpname item=grpid} {foreach name=groups from=$session->groups key=grpname item=grpid}
<li>{$grpname}</li> <li>{$grpname}</li>
{/foreach} {/foreach}
</ul> </ul>
<div class="note">To be added to or removed from groups, please contact a member of admin.</div> <div class="note">To be added to or removed from groups, please contact a member of admin.</div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label for="hackergotchi">Hackergotchi (user avatar):</label> <label for="hackergotchi">Hackergotchi (user avatar):</label>
<span class="textinput" id="hackergotchi"> <span class="textinput" id="hackergotchi">
{if $hackergotchi} {if $hackergotchi}
<img src="{$baseurl}/pictures/people/{$session->username}.png" /> <img src="{$baseurl}/pictures/people/{$session->username}.png"/>
<form action="{$baseurl}{$path}" method="post"> <form action="{$baseurl}{$path}" method="post">
<input type="hidden" name="action" value="clearhackergotchi" /> <input type="hidden" name="action" value="clearhackergotchi"/>
<input type="submit" value="Clear Hackergotchi" /> <input type="submit" value="Clear Hackergotchi"/>
</form> </form>
{else} {else}
No hackergotchi No hackergotchi
{/if} {/if}
</span> </span>
</div>
<form method="post" action="{$baseurl}{$path}" enctype="multipart/form-data"> </div>
<div class="row">
<label>Update Hackergotchi:</label> <form method="post" action="{$baseurl}{$path}" enctype="multipart/form-data">
<div class="row">
<label>Update Hackergotchi:</label>
<span class="textinput"> <span class="textinput">
<input name="hackergotchi" type="file" /> <input name="hackergotchi" type="file"/>
<div class="note">See <a href="http://en.wikipedia.org/wiki/Hackergotchi">Wikipedia's entry on Hackergotchis</a> if you've not got a clue what we're on about!</div> <div class="note">See <a href="http://en.wikipedia.org/wiki/Hackergotchi">Wikipedia's entry on Hackergotchis</a>
if you've not got a clue what we're on about!
</div>
<div class="note">This must be an image in PNG format with dimensions no greater than 128x128 pixels.</div> <div class="note">This must be an image in PNG format with dimensions no greater than 128x128 pixels.</div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<input type="hidden" name="action" value="updatehackergotchi" /> <input type="hidden" name="action" value="updatehackergotchi"/>
<input type="submit" value="Change" /> <input type="submit" value="Change"/>
</div> </div>
</form> </form>
</fieldset> </fieldset>
<form method="post" action="{$baseurl}{$path}"> <form method="post" action="{$baseurl}{$path}">
<fieldset> <fieldset>
<legend> Password </legend> <legend> Password</legend>
<input type="hidden" name="action" value="changepass" /> <input type="hidden" name="action" value="changepass"/>
<div class="row">
<div class="row">
<span class="textinput" id="password"> <span class="textinput" id="password">
<div class="row"> <div class="row">
<label>Old Password</label> <label>Old Password</label>
<span class="textinput"><input type="password" name="oldpass" /></span> <span class="textinput"><input type="password" name="oldpass"/></span>
</div> </div>
<div class="row"> <div class="row">
<label>New Password</label> <label>New Password</label>
<span class="textinput"> <span class="textinput">
<input type="password" name="newpass1" /> <input type="password" name="newpass1"/>
<div class="note"> <div class="note">
Passwords should be <em>at least</em> six characters long, Passwords should be <em>at least</em> six characters long,
with upper/lowercase, punctuation, digits and all that jazz. with upper/lowercase, punctuation, digits and all that jazz.
</div> </div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label>New Password (again)</label> <label>New Password (again)</label>
<span class="textinput"><input type="password" name="newpass2" /></span> <span class="textinput"><input type="password" name="newpass2"/></span>
</div> </div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<input type="submit" value="Change" /> <input type="submit" value="Change"/>
</div> </div>
</fieldset> </fieldset>
</form> </form>
<form method="post" action="{$baseurl}{$path}"> <form method="post" action="{$baseurl}{$path}">
<fieldset> <fieldset>
<legend> Contact Details </legend> <legend> Contact Details</legend>
<input type="hidden" name="action" value="changecontact" /> <input type="hidden" name="action" value="changecontact"/>
<div class="row">
<label for="address">Address:</label> <div class="row">
<label for="address">Address:</label>
<span class="textinput"> <span class="textinput">
<textarea id="address" name="address" rows="4" cols="40">{$member.address}</textarea> <textarea id="address" name="address" rows="4" cols="40">{$member.address}</textarea>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label for="phone">Phone:</label> <label for="phone">Phone:</label>
<span class="textinput"> <span class="textinput">
<input type="text" name="phone" id="phone" value="{$member.phone}" style="width: 95%;" /> <input type="text" name="phone" id="phone" value="{$member.phone}" style="width: 95%;"/>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label for="email">External Email:</label> <label for="email">External Email:</label>
<span class="textinput"> <span class="textinput">
<input type="text" name="email" id="email" value="{$member.email}" style="width: 95%;" /> <input type="text" name="email" id="email" value="{$member.email}" style="width: 95%;"/>
<div class="note">We are required by the Student Union to keep contact details for our members. Please note that these details will be held in accordance with the Data Protection Act.</div> <div class="note">We are required by the Students' Union to keep contact details for our members. Please
note that these details will be held in accordance with the Data Protection Act.
</div>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<input type="submit" value="Change" /> <input type="submit" value="Change"/>
</div> </div>
</fieldset> </fieldset>
</form> </form>
<form method="post" action="{$baseurl}{$path}"> <form method="post" action="{$baseurl}{$path}">
<fieldset> <fieldset>
<legend> Room Network Configuration </legend> <legend> Room Network Configuration</legend>
<input type="hidden" name="action" value="changeguestnet" /> <input type="hidden" name="action" value="changeguestnet"/>
<div class="row">
<label for="guest_mac">Current GuestNet MAC:</label> <div class="row">
<label for="guest_mac">Current GuestNet MAC:</label>
<span class="textinput"> <span class="textinput">
<input type="text" name="currentGuestNetMAC" id="currentGuestNetMAC" value="{$currentGuestNetMAC}" style="width: 95%;" disabled="disabled"/> <input type="text" name="currentGuestNetMAC" id="currentGuestNetMAC" value="{$currentGuestNetMAC}"
style="width: 95%;" disabled="disabled"/>
</span> </span>
</div> </div>
{if isset($newGuestNetMAC) } {if isset($newGuestNetMAC) }
<div class="row"> <div class="row">
<label for="wireless_mac">New GuestNet MAC:</label> <label for="wireless_mac">New GuestNet MAC:</label>
<span class="textinput"> <span class="textinput">
<input type="text" name="newGuestNetMAC" id="newGuestNetMAC" value="{$newGuestNetMAC}" style="width: 95%;" disabled="disabled" /> <input type="text" name="newGuestNetMAC" id="newGuestNetMAC" value="{$newGuestNetMAC}" style="width: 95%;"
disabled="disabled"/>
</span> </span>
<span> <span>
You are currently connected from a different MAC address via GuestNet. If you would like you use this You are currently connected from a different MAC address via GuestNet. If you would like you use this
new MAC to access GuestNet, use the change button, but be aware you can only have 1 registered MAC new MAC to access GuestNet, use the change button, but be aware you can only have 1 registered MAC
address at a time. address at a time.
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<input type="submit" value="Change" /> <input type="submit" value="Change"/>
</div> </div>
{/if} {/if}
</fieldset> </fieldset>
</form> </form>
<div class="clear"></div>
</form> {if ($member.type == 1 || $member.type == 2) && $member.paid != $paydate}
</div> <form method="post" action="{$baseurl}{$path}">
<div class="hollowfoot"><div><div></div></div></div> <fieldset>
</div> <legend> Membership Renewal</legend>
<input type="hidden" name="action" value="renew"/>
<div class="row">
<label for="userid">ID:</label>
<span class="textinput">
<input type="text" name="userid" id="userid" value=""/>
</span>
<label for="supass">Password:</label>
<span class="textinput">
<input type="text" name="supass" id="supass" value=""/>
<div class="note">You may use a purchased signup slip to renew your account by entering its details here.
</div>
</span>
</div>
<div class="row">
<input type="submit" value="Renew"/>
</div>
</fieldset>
</form>
{/if}
<div class="clear"></div>
</div>
<div class="hollowfoot">
<div>
<div></div>
</div>
</div>
</div>
{else} {else}
<div class="errorbar"> <div class="errorbar">
<div><div><div> <div>
You must be logged in to view or change your user settings. <div>
</div></div></div> <div>
</div> You must be logged in to view or change your user settings.
</div>
</div>
</div>
</div>
{/if} {/if}
The Pagemap<br/> {if $html == TRUE}
<table style="border:1px"> The Pagemap
<tr> <br/>
<th>Depth</th> <table style="border:1px">
<th>Path</th> <tr>
<th>Component</th> <th>Depth</th>
<th>&nbsp;</th> <th>Path</th>
</tr> <th>Component</th>
{foreach name=map from=$map key=key item=item} <th>&nbsp;</th>
<tr> </tr>
<td>{$item.depth}</td> {foreach name=map from=$map key=key item=item}
<td>{$item.path}</td> <tr>
<td>{$item.component}</td> <td>{$item.depth}</td>
<td> <td>{$item.path}</td>
<form action="{$path}/Edit" method="POST" style="display:inline;"> <td>{$item.component}</td>
<input type="hidden" name="mapid" value="{$item.id}" /> <td>
<input type="submit" name="submit" value="Edit" /> <form action="{$path}/Edit" method="POST" style="display:inline;">
</form> <input type="hidden" name="mapid" value="{$item.id}"/>
</td> <input type="submit" name="submit" value="Edit"/>
</tr> </form>
{/foreach} </td>
</table> </tr>
{/foreach}
</table>
{else}
<div class="errorbar">
<div>
<div>
<div>
You do not have access to this component.
</div>
</div>
</div>
</div>
{/if}
\ No newline at end of file
<form class="admin" action="" method="POST"> <form class="admin" action="" method="POST">
<table style="border:1px"> <table style="border:1px">
<tr><td class="left">Depth:</td> <tr>
<td>{$oldmap.depth}</td></tr> <td class="left">Depth:</td>
<tr><td class="left">Path:</td> <td>{$oldmap.depth}</td>
<td><input type="text" size="30" value="{$oldmap.path}" /></td></tr> </tr>
<tr><td class="left">Component:</td> <tr>
<td><input type="text" size="30" value="{$oldmap.component}" /></td></tr> <td class="left">Path:</td>
<tr><td colspan="2"> <td><input type="text" size="30" value="{$oldmap.path}"/></td>
<input type="hidden" name="mapid" value="{$oldmap.id}" /> </tr>
<input type="submit" name="submit" value="Update" /> <tr>
</td> <td class="left">Component:</td>
</tr> <td><input type="text" size="30" value="{$oldmap.component}"/></td>
</table> </tr>
<tr>
<td colspan="2">
<input type="hidden" name="mapid" value="{$oldmap.id}"/>
<input type="submit" name="submit" value="Update"/>
</td>
</tr>
</table>
</form> </form>
<div class="cbb"> <div class="cbb">
{if count($pasteList) > 0 } {if count($pasteList) > 0 }
<ul id="lstSidebar"> <ul id="lstSidebar">
{foreach name=pasteList from=$pasteList item=pasteItem} {foreach name=pasteList from=$pasteList item=pasteItem}
<li><a href="{$baseurl}{$urifragment}{$pasteItem.id}"> {$pasteItem.name} - {$pasteItem.time_diff} ago </a></li> <li><a href="{$baseurl}{$urifragment}{$pasteItem.id}"> {$pasteItem.name} - {$pasteItem.time_diff}
{/foreach} ago </a></li>
</ul> {/foreach}
{else} </ul>
<p>None Available</p> {else}
{/if} <p>None Available</p>
{/if}
</div> </div>
{if isset($userInfo)} {if isset($userInfo)}
<div id="userInfo"> <div id="userInfo">
<h3> {$userInfo}</h3> <h3> {$userInfo}</h3>
<a href="{$uri}{$id}">{$uri}{$id}</a> <a href="{$uri}{$id}">{$uri}{$id}</a>
<a href="{$uri}{$id}/plain">(plain)</a> <a href="{$uri}{$id}/plain">(plain)</a>
</div> </div>
<div id="displayCode">
<div id="displayCode"> <ol>
<ol> {foreach name=highlightedCode from=$highlightedCode item=codeLine}
{foreach name=highlightedCode from=$highlightedCode item=codeLine} <li> &nbsp; {$codeLine} </li>
<li> &nbsp; {$codeLine} </li> {/foreach}
{/foreach} </ol>
</ol> </div>
</div>
{/if} {/if}
{if $session->loggedin} {if $session->loggedin}
<form action="{$baseurl}{$path}" method="post"> <form action="{$baseurl}{$path}" method="post">
<div class="box"> <div class="box">
<div class="boxhead"><h2>Paste an item</h2></div> <div class="boxhead"><h2>Paste an item</h2></div>
<div class="boxcontent"> <div class="boxcontent">
<p>Please keep your code snippets minimal, especially in the cases of <p>Please keep your code snippets minimal, especially in the cases of
coursework solution problems.</p> coursework solution problems.</p>
<div class="row">
<label for="lstLanguage">Language:</label> <div class="row">
<label for="lstLanguage">Language:</label>
<span class="textinput"> <span class="textinput">
<select name="language" id="lstLanguage"> <select name="language" id="lstLanguage">
<option value="NONE">NONE</option> <option value="NONE">NONE</option>
{if isset($selectedLanguage) } {if isset($selectedLanguage) }
<option value="{$selectedLanguage.key}" selected="selected">{$selectedLanguage.lang} </option> <option value="{$selectedLanguage.key}" selected="selected">{$selectedLanguage.lang} </option>
{/if} {/if}
{foreach name=pasteLanguages from=$pasteLanguages item=pasteLanguage key=pasteLangKey} {foreach name=pasteLanguages from=$pasteLanguages item=pasteLanguage key=pasteLangKey}
<option value="{$pasteLangKey}"> {$pasteLanguage} </option> <option value="{$pasteLangKey}"> {$pasteLanguage} </option>
{/foreach} {/foreach}
</select></span> </select></span>
</div> </div>
<div class="row"> <div class="row">
<label for="txtCode">Code:</label> <label for="txtCode">Code:</label>
<span class="textinput"> <span class="textinput">
<textarea name="code" id="txtCode" rows="15" style="width: 100%;">{$code}</textarea> <textarea name="code" id="txtCode" rows="15" style="width: 100%;">{$code}</textarea>
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<label for="retainDay">Keep For :</label> <label for="retainDay">Keep For :</label>
<span class="textinput"> <span class="textinput">
<input type="radio" value="day" id="retainDay" name="retain[]" /> <input type="radio" value="day" id="retainDay" name="retain[]"/>
Day Day
<input type="radio" value="week" checked="checked" id="retainWeek" name="retain[]" /> <input type="radio" value="week" checked="checked" id="retainWeek" name="retain[]"/>
Week Week
<input type="radio" value="month" id="retainMonth" name="retain[]" /> <input type="radio" value="month" id="retainMonth" name="retain[]"/>
Month Month
<input type="radio" value="forever" id="retainForever" name="retain[]" /> <input type="radio" value="forever" id="retainForever" name="retain[]"/>
Forever Forever
</span> </span>
</div> </div>
<div class="row"> <div class="row">
<span class="textinput"><input type="submit" value="Submit"/></span> <span class="textinput"><input type="submit" value="Submit"/></span>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="hollowfoot"><div><div></div></div></div> <div class="hollowfoot">
</div> <div>
</form> <div></div>
</div>
</div>
</div>
</form>
{else} {else}
<p>You must be logged in to paste new items to the PasteBin</p> <p>You must be logged in to paste new items to the PasteBin</p>
{/if} {/if}
{if count($planetposts) > 0 }
<div class="cbb">
<h3><a href="/planet/">Recent Blog entries</a></h3>
<table width="100%" class="border">
<tr>
<th>Subject</th>
<th>by</th>
</tr>
{foreach name=planetposts from=$planetposts item=post}
<tr>
<td><a href="{$post.post_uri}">{$post.post}</a></td>
<td><a href="{$post.user_uri}">{$post.user}</a></td>
</tr>
{/foreach}
</table>
</div>
{/if}
<h3>Projects currently hosted by SUCS</h3> <h3>Projects currently hosted by SUCS</h3>
<p>SUCS has recently deployed <a href="https://projects.sucs.org/explore">Gitlab</a> with a more expansive list of
projects.</p>
<dl> <dl>
{foreach name=projects from=$projects item=project} {foreach name=projects from=$projects item=project}
<dt><a href="http://projects.sucs.org/projects/{$project.filename}">{$project.name}</a></dt> <dt><a href="http://projects.sucs.org/projects/{$project.filename}">{$project.name}</a></dt>
{if $project.descr}<dd>{$project.descr}{/if}</dd> {if $project.descr}<dd>{$project.descr}{/if}</dd>
{/foreach} {/foreach}
</dl> </dl>
\ No newline at end of file
<div class="cbb"> <div id="searchbox" class="cbb">
<h3>Chwiliwch CGPA</h3> <h3>Chwiliwch CGPA</h3>
<form method="get" action="http://www.google.co.uk/custom">
<div id="search">
<input type="text" class="text" name="q" maxlength="255" value="" /><br />
<div class="buttons"> <form method="get" action="http://www.google.co.uk/cse">
<div class="left"><a href="http://www.google.co.uk/"><img src="/images/google.png" width="66" height="25" alt="Google" /></a></div> <div id="search">
<input class="submit" type="submit" name="sa" value="Chwilio" /> <input type="text" class="text" name="q" maxlength="255" value=""/><br/>
</div>
<input type="hidden" name="cof" value="S:http://sucs.org;AH:left;LH:76;L:http://sucs.org/images/sucslogo-halo.png;LW:170;AWFID:624aceb6f2753532;" /> <div class="buttons">
<input type="hidden" name="domains" value="sucs.org" /> <div class="left"><a href="http://www.google.co.uk/"><img src="{$baseurl}/images/google.png" width="66"
<input type="hidden" name="sitesearch" value="sucs.org" /> height="25" alt="Google"/></a></div>
</div> <input class="submit" type="submit" name="sa" value="Chwilio"/>
</form> </div>
<div class="clear">&nbsp;</div>
</div> <input type="hidden" name="cof"
value="S:http://sucs.org;AH:left;LH:76;L:http://sucs.org/images/sucslogo-halo.png;LW:170;AWFID:624aceb6f2753532;"/>
<input type="hidden" name="domains" value="sucs.org"/>
<input type="hidden" name="sitesearch" value="sucs.org"/>
</div>
</form>
<div class="clear">&nbsp;</div>
</div>