added some useful models and controllers
This commit is contained in:
parent
9bb724147e
commit
1d4b2a3314
44 changed files with 6424 additions and 0 deletions
11
application/view/Admin/gate.phtml
Normal file
11
application/view/Admin/gate.phtml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<div id="admin">
|
||||
<form action="<?php echo $this->base ?>/admin/login" method="post">
|
||||
<dl>
|
||||
<dt>Admin</dt>
|
||||
<dd>
|
||||
<?php if($this->_getParam('wrongpassword')) echo 'passwort falsch<br/>' ?>
|
||||
<input type="password" name="password" value="" /> <input type="submit" name="login" value="login" />
|
||||
</dd>
|
||||
</dl>
|
||||
</form>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue