Source: site.view [edit]
Function name: login
Arguments:
Description: Log in to WubHub
Page type: snippet
Render function:  
Module: site

Page source:

<h1>Log In</h1>
<form action="/webl/WubHub_Authenticate" method="post">
<table>
  <tbody>
    <tr><td>Username: </td><td> <input name="user"></td></tr>
    <tr><td>Password: </td><td> <input name="pw" type="password"></td></tr>
    <tr><td></td><td><input type="checkbox" name="keeplogged">Keep me logged in on this computer</td></tr>
    <tr><td></td><td><input name="submit" type="submit" value="Submit"></td></tr>
  </tbody>
</table>
</form>

<p>If you don't already have an account,
<a href="/webl/WubHub_DoIt?cmdline=site.signup">sign up</a> for one.</p>