/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to modules/login.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
$login_title = _("Login");
 
4
 
 
5
function loginPage() {
 
6
?>
 
7
<form><table><tr>
 
8
    <td><?echo _("User");?>:</td><td><input type="text"/></td>
 
9
</tr><tr>
 
10
    <td><?echo _("Password");?>:</td><td><input type="password"/></td>
 
11
</tr><tr>
 
12
    <td colspan="2"><input type="submit" value="Login"/></td>
 
13
</tr></table>
 
14
</form>
 
15
<?}?>
 
 
b'\\ No newline at end of file'