user support development started
[living-lab-site.git] / application / views / user / login_view.php
diff --git a/application/views/user/login_view.php b/application/views/user/login_view.php
new file mode 100644 (file)
index 0000000..db1b9bc
--- /dev/null
@@ -0,0 +1,20 @@
+<table>
+       <tr>
+               <th><?php echo $this->lang->line('user_username_or_email'). ': ' ?></th>
+               <td>
+                       <input type="text" name="username" size="32" />
+               </td>
+       </tr>
+       <tr>
+               <th><?php echo $this->lang->line('user_password'). ': ' ?></th>
+               <td>
+                       <input type="password" name="password" size="32" />
+               </td>
+       </tr>
+       <tr>
+               <td></td>
+               <td>
+                       <input type="submit" value="<?php echo $this->lang->line('ui_nav_menu_log_in') ?>" />
+               </td>
+       </tr>
+</table>
\ No newline at end of file