Skip to content
Snippets Groups Projects
Commit 62c715b3 authored by Robert Scott James's avatar Robert Scott James
Browse files

M htdocs/index.php

M    templates/susignup.tpl
M    templates/societies.tpl
parent 3ffb8373
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ $smarty->assign("baseurl", $baseurl);
// Initialise the database
require("/usr/share/php/adodb/adodb.inc.php");
$DB = NewADOConnection('postgres8');
$DB = NewADOConnection('postgres9');
$DB->Connect('dbname='.$dbname.' user='.$dbuser);
$DB->SetFetchMode(ADODB_FETCH_ASSOC);
......
<p>The Student Union's societies website can be found at <a href="http://www.societies.swansea-union.co.uk/">http://www.societies.swansea-union.co.uk/</a>.</p>
<p>The Student Union's societies website can be found at <a href="http://swansea-union.co.uk/societies">http://swansea-union.co.uk/societies</a>.</p>
<p>The following societies' websites are hosted by SUCS:</p>
......
......@@ -4,7 +4,7 @@
<div class="boxhead"><h2>Membership Signup</h2></div>
<div class="boxcontent">
<p>Please enter your Transation ID from the email you recieved from the Union after your purchase.</p>
<p>Please enter your Transation ID. It can be found by logging into <a href='http://swansea-union.co.uk'>swansea-union.com</a> and selecting purchase history.</p>
<div class="row">
<label for="sid">Student Number:</label>
......@@ -47,8 +47,14 @@
{elseif $mode=='numpty2'}
<p>You appear to have already completed this step and registered with SUCS with the username <strong>{$username}</strong>.<br/>If you have forgotten your login password please email <a href='mailto:admin@sucs.org'>admin@sucs.org</a> or drop by the SUCS room and find an admin.</p>
{elseif $mode=='renew'}
<h1>Renewed</h1>
<p>Thankyou for renewing your membership, it has completed succesfully</p>
{else}
<h1>Error</h1>
<div class='errorbar'>
<strong>Error: </strong> {$error_text}
</div>
An error occured during signup, please email, with as much information as you can provide, <a href='mailto:admin@sucs.org'>admin@sucs.org</a> for assistance.
{/if}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment