started converting to clearsilver templates.
This commit is contained in:
parent
0a6290d480
commit
025f4824fb
7 changed files with 62 additions and 34 deletions
11
templates/login_form.cs
Normal file
11
templates/login_form.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?cs include:"templates/header.cs" ?>
|
||||
<?cs var:Data.Message ?>
|
||||
<form method="post">
|
||||
<p>Name:<br>
|
||||
<input name="username" type="text" class="text" size="20"></p>
|
||||
<p>Password:<br>
|
||||
<input name="password" type="text" class="text" size="20"></p>
|
||||
<p><input type="submit" class="submit" value="login"></p>
|
||||
</form>
|
||||
<a href="/createaccount"> create account</a><br>
|
||||
<?cs include:"templates/footer.cs" ?>
|
Loading…
Add table
Add a link
Reference in a new issue