Physics307L:People/Weiss: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
No edit summary |
m Reverted edits by David J Weiss (Talk) to last version by Bill Flanagan |
||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<OneClick /> | |||
<html> | <html> | ||
<div id="form_body" class="forms_body"> | <div id="form_body" class="forms_body"> | ||
<form action="/um/um_process_oneclick.php" name="OneClick" | <form action="/um/um_process_oneclick.php" name="OneClick" | ||
id="OneClick" onsubmit="return EntryCheck();" method="POST"> | id="OneClick" onsubmit="return EntryCheck();" method="POST"> | ||
<input type="hidden" name="Username" value="" /> | <input type="hidden" name="Username" value="" /> | ||
<input type="hidden" name="CurrentURL" value="" /> | |||
<table class="forms_table" width="100%" border="0" cellpadding="5" cellspacing="0"> | <table class="forms_table" width="100%" border="0" cellpadding="5" cellspacing="0"> | ||
<tr> | <tr> | ||
| Line 162: | Line 19: | ||
<option value="LAB">Lab</option> | <option value="LAB">Lab</option> | ||
</select> | </select> | ||
<div class="forms_style1"> | <div class="forms_style1"> | ||
Select the type of notebook to be created.<br /> | Select the type of notebook to be created.<br /> | ||
| Line 169: | Line 27: | ||
</div> | </div> | ||
</td> | </td> | ||
<td valign="top" align="right" width="250px"> | |||
<a href="http://openwetware.org/wiki/Help:Notebook">What's an OpenWetWare Lab Notebook?</a> | |||
</td> | |||
</tr> | </tr> | ||
<tr id='ProjectRow'> | <tr id='ProjectRow'> | ||
| Line 241: | Line 102: | ||
} | } | ||
</script> | </script> | ||
</html> | |||
[[category:OWWLabNotebookV1]] | |||
Latest revision as of 21:41, 4 September 2009
<OneClick /> <html>
<form action="/um/um_process_oneclick.php" name="OneClick"
id="OneClick" onsubmit="return EntryCheck();" method="POST">
<input type="hidden" name="Username" value="" /> <input type="hidden" name="CurrentURL" value="" />
Notebook Type:
|
<select name="Type" onchange='ShowURL();' id="Type">
<option value="IGEM">IGEM</option>
<option value="USER">User</option>
<option value="LAB">Lab</option>
</select>
Select the type of notebook to be created. |
<a href="http://openwetware.org/wiki/Help:Notebook">What's an OpenWetWare Lab Notebook?</a> |
Project Name:
|
<input type="text" name="Project" onclick="ShowURL();" onblur="ShowURL();" value="" class="forms_format" size="30"/>
|
|
University/Institute:
|
<input type="text" onblur="ShowURL();" onclick="ShowURL();" size="30" class="forms_format" name="Institution" />
|
|
Lab Name:
|
<input type="text" onblur="ShowURL();" onclick="ShowURL();" size="30" class="forms_format" name="Lab" />
|
|
Page Name:
|
|
|
<input type="submit" class="forms_button" name="OneClickSubmit" value="Submit!" /> |
||
|
||
</form>
<script type="text/javascript"> if (!loadMessage()){
ShowURL();
} </script> </html>