Template:HTML/FormSubmitterID

From 2014.igem.org

(Difference between revisions)
m (Protected "Template:HTML/FormSubmitterID": Official policy page ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
ul {list-style: none;}
ul {list-style: none;}
-
.greyout {color: #A0A0A0;}
 
-
.highlightme {background-color: #FFFF00;}
 
</style>
</style>
Line 9: Line 7:
<p>You are logged in as:</p>
<p>You are logged in as:</p>
<ul>
<ul>
-
<li>Name: <input class="highlightme" type="text" size="30" name="name" readonly value="Kelly Drinkwater"></li>
+
<li>Name: <input type="text" size="30" name="name" readonly value="Your Name Here"></li>
-
<li>Username: <input class="highlightme" type="text" name="username" readonly value="kdrinkwa"></li>
+
<li>Username: <input type="text" name="username" readonly value="username"></li>
</ul>
</ul>
-
<p>and completing this form for team <input class="highlightme" type="text" name="team" readonly value="iGEM HQ"></p>
+
<p>and completing this form for team <input type="text" name="team" readonly value="Team Name"></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>
<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:26, 9 May 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!