Template:HTML/FormSubmitterID
From 2014.igem.org
(Difference between revisions)
(Created page with " <html> <style type="text/css"> .greyout {color: #A0A0A0;} .highlightme {background-color: #FFFF00;} </style> <p>Text text <span class="greyout">text</span></p> </html>") |
|||
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | ul {list-style: none;} | ||
.greyout {color: #A0A0A0;} | .greyout {color: #A0A0A0;} | ||
.highlightme {background-color: #FFFF00;} | .highlightme {background-color: #FFFF00;} | ||
Line 7: | Line 7: | ||
- | <p> | + | <p>You are logged in as:</p> |
+ | <ul> | ||
+ | <li>Name: <input type="text" size="30" name="name" readonly value="Kelly Drinkwater"></li> | ||
+ | <li>Username: <input type="text" name="username" readonly value="kdrinkwa"></li> | ||
+ | <ul> | ||
+ | |||
+ | <p>and completing this form for team <input type="text" name="team" readonly value="iGEM HQ"></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> | ||
</html> | </html> |
Revision as of 17:24, 24 April 2014
You are logged in as:
- Name:
- Username:
and completing this form for team
If this is incorrect, please LOG OUT and log in again as the correct user!