Template:HTML/FormSubmitterID
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
ul {list-style: none;} | ul {list-style: none;} | ||
+ | |||
</style> | </style> | ||
<fieldset> | <fieldset> | ||
- | < | + | <table> |
- | < | + | <tr> |
- | < | + | <td colspan="2">You are logged in as:</p> |
- | < | + | </tr> |
- | </ | + | <tr> |
- | + | <td style="text-align: right;">Name:</td> | |
- | < | + | <td><input disabled type="text" size="25" name="name" readonly value="Your Name Here"></td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td style="text-align: right;">Username:</td> | ||
+ | <td><input disabled type="text" size="25"name="username" readonly value="username"></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td colspan="2">You are completing this form for the following team:</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style="text-align: right;">Team:</td> | ||
+ | <td><input disabled type="text" size="25" name="team" readonly value="Team Name"></td> | ||
+ | </tr> | ||
+ | </table> | ||
<p>If this is incorrect, please <a href="https://2014.igem.org/wiki/index.php?title=Special:UserLogout">LOG OUT</a> and log in again as the correct user!</p> | <p>If this is incorrect, please <a href="https://2014.igem.org/wiki/index.php?title=Special:UserLogout">LOG OUT</a> and log in again as the correct user!</p> | ||
</fieldset> | </fieldset> | ||
</html> | </html> |
Revision as of 17:22, 13 May 2014