<table border="0" cellspacing="1" cellpadding="1" width="600"> <tbody> <form action="" method="POST"> <tr class="aoid_row_title"> <td><b>OpenID</b></td> <td><b>local user id</b></td> <tr> <!-- The AOID_TABLE marker is replaced by a two column table containg all user input fields. --> <!-- The table uses the aoid_row_even and aoid_row_odd style classed for the HTML table rows. --> ##AOID_TABLE## <!-- Each entry consists of a oid<suffix> defining the OpenID and a local<suffix> input field which defines the corresponging local id input field. --> <tr class="aoid_row_even"> <td><input name="oid_new" value="" type="text" size="50"/></td> <td><input name="local_new" value="" type="text" size="30"/></td> </tr> <tr> <td><input type="submit" name="save" value="save" /></td> <td></td> </tr> </form> </tbody> </table> <!-- The ERROR_NOTES marker shows error messages if something went wrong. --> <p>##ERROR_NOTES##</p> <!-- These links allow a user to register his Google or Yahoo OpenID automatically. --> <p>Discover your <a href="?get_openid_identifier=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid>Google<a> or <a href="?get_openid_identifier=https%3A%2F%2Fme.yahoo.com%2>Yahoo!<a> OpenID automatically. </p>