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>")
 
(10 intermediate revisions not shown)
Line 1: Line 1:
-
 
<html>
<html>
<style type="text/css">
<style type="text/css">
-
.greyout {color: #A0A0A0;}
+
ul {list-style: none;}
-
.highlightme {background-color: #FFFF00;}
+
 
</style>
</style>
 +
<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>Text text <span class="greyout">text</span></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>
</html>
</html>

Latest revision as of 22:12, 13 May 2014

You are logged in as:

Name:
Username:
You are completing this form for the following team:
Team:

If this is incorrect, please LOG OUT and log in again as the correct user!