Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sucs-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
sucs-site
Commits
205bedf2
Commit
205bedf2
authored
1 year ago
by
Imran Hussain
Browse files
Options
Downloads
Plain Diff
Merge branch 'beta' into 'sucs-site'
Beta See merge request
!132
parents
0ded7b1d
f5770825
No related branches found
No related tags found
1 merge request
!132
Beta
Pipeline
#857
canceled
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/signup.tpl
+1
-1
1 addition, 1 deletion
templates/signup.tpl
templates/susignup.tpl
+53
-53
53 additions, 53 deletions
templates/susignup.tpl
with
54 additions
and
54 deletions
templates/signup.tpl
+
1
−
1
View file @
205bedf2
...
...
@@ -55,7 +55,7 @@
<div
class=
"row"
id=
"realnamediv"
>
<label
for=
"realname"
>
{
if
$usertype
!=
2
}
Real Name
{
else
}
Society Name
{/
if
}
</label>
<span
class=
"textinput"
><input
type=
"text"
id=
"realname"
name=
"realname"
size=
"30"
{
if
$mode
==
're-form'
}
value=
'
{
$fields.realname
}
'
{/
if
}
{
if
$usertype
==
1
}
readonly
{/
if
}
/></span>
{
if
$mode
==
're-form'
}
value=
'
{
$fields.realname
}
'
{/
if
}
{
if
$usertype
==
0
}
readonly
{/
if
}
/></span>
<div
id=
"realnamemessage"
{
if
$mode
==
're-form'
}{
if
isset
(
$errors.realname
)
}
style=
"color:red; float:right; clear:right;"
>
{
$errors.realname
}{
else
}
style="color:green; float:right;
...
...
This diff is collapsed.
Click to expand it.
templates/susignup.tpl
+
53
−
53
View file @
205bedf2
{
if
$mode
==
'login'
}
<form
action=
"
{
$componentpath
}
"
method=
"post"
>
<div
class=
"box"
style=
"width: 70%; margin: auto;"
>
<div
class=
"boxhead"
><h2>
Membership Signup
</h2></div>
<div
class=
"boxcontent"
>
<p>
Please enter your Transation ID. It can be found by logging into
<a
href=
'http://www.swansea-union.co.uk/shop/purchasehistory/'
>
swansea-union.co
m
</a>
and
selecting purchase history.
</p>
<div
class=
"row"
>
<label
for=
"sid"
>
Student Number:
</label>
<span
class=
"textinput"
><input
type=
"text"
size=
"20"
name=
"sid"
id=
"sid"
/></span>
</div>
<div
class=
"row"
>
<label
for=
"transactionID"
>
Transaction ID:
</label>
<span
class=
"textinput"
><input
type=
"text"
size=
"20"
name=
"transactionID"
id=
"transactionID"
/></span>
</div>
<div
class=
"row"
><span
class=
"textinput"
>
<input
type=
"submit"
name=
"submit"
value=
"Join"
/></span>
</div>
<div
class=
"clear"
></div>
<div
class=
"note"
>
If you already have an account and wish to renew, simply buy an additional years
membership from the
<a
href=
'https://sucs.org/join'
>
SUSU website
</a>
. Enter
the details above and click "Join"
</div>
</div>
<div
class=
"hollowfoot"
>
<div>
<div></div>
</div>
</div>
</div>
</form>
{
elseif
$mode
==
'form'
}
<h1>
Signup
</h1>
<p>
To contiune signup now click below
</p>
<form
action=
"
{
$baseurl
}
/signup/"
method=
"post"
>
<input
type=
hidden
name=
"signupid"
id=
"id"
value=
"
{
$id
}
"
/>
<input
type=
hidden
name=
"signuppw"
id=
"pass"
value=
"
{
$pass
}
"
/>
<input
type=
hidden
name=
"signupsid"
id=
"sid"
value=
"
{
$sid
}
"
/>
<input
type=
submit
name=
"submit"
value=
"Proceed"
/>
</form>
{
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
}
{
if
$mode
==
'login'
}
<form
action=
"
{
$componentpath
}
"
method=
"post"
>
<div
class=
"box"
style=
"width: 70%; margin: auto;"
>
<div
class=
"boxhead"
><h2>
Membership Signup
</h2></div>
<div
class=
"boxcontent"
>
<p>
Please enter your Transation ID. It can be found by logging into
<a
href=
'http://www.swansea-union.co.uk/shop/purchasehistory/'
>
swansea-union.co
.uk
</a>
and
selecting purchase history.
</p>
<div
class=
"row"
>
<label
for=
"sid"
>
Student Number:
</label>
<span
class=
"textinput"
><input
type=
"text"
size=
"20"
name=
"sid"
id=
"sid"
/></span>
</div>
<div
class=
"row"
>
<label
for=
"transactionID"
>
Transaction ID:
</label>
<span
class=
"textinput"
><input
type=
"text"
size=
"20"
name=
"transactionID"
id=
"transactionID"
/></span>
</div>
<div
class=
"row"
><span
class=
"textinput"
>
<input
type=
"submit"
name=
"submit"
value=
"Join"
/></span>
</div>
<div
class=
"clear"
></div>
<div
class=
"note"
>
If you already have an account and wish to renew, simply buy an additional years
membership from the
<a
href=
'https://sucs.org/join'
>
SUSU website
</a>
. Enter
the details above and click "Join"
</div>
</div>
<div
class=
"hollowfoot"
>
<div>
<div></div>
</div>
</div>
</div>
</form>
{
elseif
$mode
==
'form'
}
<h1>
Signup
</h1>
<p>
To contiune signup now click below
</p>
<form
action=
"
{
$baseurl
}
/signup/"
method=
"post"
>
<input
type=
hidden
name=
"signupid"
id=
"id"
value=
"
{
$id
}
"
/>
<input
type=
hidden
name=
"signuppw"
id=
"pass"
value=
"
{
$pass
}
"
/>
<input
type=
hidden
name=
"signupsid"
id=
"sid"
value=
"
{
$sid
}
"
/>
<input
type=
submit
name=
"submit"
value=
"Proceed"
/>
</form>
{
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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment