Template:HTML/FormSubmitterID
From 2014.igem.org
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
ul {list-style: none;} | ul {list-style: none;} | ||
- | |||
- | + | </style> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <p> | + | <fieldset style="width: 70%; margin-left: auto; margin-right: auto; border: 2px dotted #49b677;"> |
+ | <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> |
Latest revision as of 22:12, 13 May 2014