user support development started
[living-lab-site.git] / application / views / user / login_view.php
1 <table>
2         <tr>
3                 <th><?php echo $this->lang->line('user_username_or_email'). ': ' ?></th>
4                 <td>
5                         <input type="text" name="username" size="32" />
6                 </td>
7         </tr>
8         <tr>
9                 <th><?php echo $this->lang->line('user_password'). ': ' ?></th>
10                 <td>
11                         <input type="password" name="password" size="32" />
12                 </td>
13         </tr>
14         <tr>
15                 <td></td>
16                 <td>
17                         <input type="submit" value="<?php echo $this->lang->line('ui_nav_menu_log_in') ?>" />
18                 </td>
19         </tr>
20 </table>