Template:HTML/FormSubmitterID

From 2014.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
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>
-
 
+
<fieldset style="width: 70%; margin-left: auto; margin-right: auto; border: 2px dotted #49b677;">
-
<p>You are logged in as:</p>
+
<table>
-
<ul>
+
<tr>
-
<li>Name: <input type="text" size="30" name="name" readonly value="Kelly Drinkwater"></li>
+
<td colspan="2">You are logged in as:</p>
-
<li>Username: <input type="text" name="username" readonly value="kdrinkwa"></li>
+
</tr>
-
<ul>
+
<tr>
-
 
+
    <td style="text-align: right;">Name:</td>
-
<p>and completing this form for team <input type="text" name="team" readonly value="iGEM HQ"></p>
+
    <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>
</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!