Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
71f2ab75
Commit
71f2ab75
authored
Oct 17, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 17, 2006
Browse files
Added two templates for login testing purposes.
parent
6e6b72e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/index.tpl
0 → 100644
View file @
71f2ab75
{
include
file
=
"header.tpl"
}
<p>
Home page!!!
<a
href=
""
>
refresh
</a>
or
<a
href=
"?logout"
>
log out
</a></p>
{
include
file
=
"footer.tpl"
}
htdocs/theme/default/templates/login.tpl
0 → 100644
View file @
71f2ab75
{
include
file
=
"header.tpl"
}
<h2>
OMG, not logged in!
</h2>
<p>
To log in, please answer these questions two...
</p>
{
$login_form
}
{
include
file
=
"footer.tpl"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment