teensyweb/
teensyweb/app/models/
teensyweb/app/views/account/
teensyweb/app/views/layouts/
teensyweb/app/views/notifications/
teensyweb/app/views/repository/
teensyweb/config/
teensyweb/config/environments/
teensyweb/db/migrate/
teensyweb/doc/
teensyweb/lib/
teensyweb/public/images/
teensyweb/public/javascripts/
teensyweb/public/stylesheets/
teensyweb/script/
teensyweb/script/performance/
teensyweb/script/process/
teensyweb/test/
teensyweb/test/fixtures/
teensyweb/test/fixtures/notifications/
<div class="app">
  <div class="forum">
  <%= start_form_tag :action=> "login" %>
  <table>
  <tr><td align="right"> 
  <label for="login">Login ID: </label>
  </td><td colspan="2">
  <%= text_field_tag('login', @login || '') %>
  </td></tr>
  <tr><td align="right"> 
  <label for="password">Password: </label>
  </td><td>
  <%= password_field_tag('password', '') %>
  </td></tr>
  <tr><td align="right"> 
  <%= submit_tag("Login") %>
  </td></tr>
  <tr><td align="right"> 
  <%= submit_tag("Forgot\n Password") %>  
  </td><td>
  You will be mailed a new password.
  </td></tr>
  </table>
  <%= end_form_tag %>
  </div>
</div>