Physics307L:People/Weiss: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
New page: <html> <script type="text/javascript"> String.prototype.capitalize = function(){ return this.replace(/\w+/g, function(a){ return a.charAt(0).toUpperCase() + a.substr(1).toLowe... |
m Reverted edits by David J Weiss (Talk) to last version by Bill Flanagan |
||
| (17 intermediate revisions by 4 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 159: | 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 166: | 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 214: | Line 78: | ||
</td> | </td> | ||
<td valign="top" align="left"> | <td valign="top" align="left"> | ||
<span class="forms_style1"><span id="DisplayURL"></span><br /> | <span class="forms_style1"><span id="DisplayURL" style="color:#336699; background-color:#D3DCE5; text-decoration:underline; padding:4px;"></span><br /> | ||
This is the full OWW page of the notebook to be created.</span><span onclick="ShowURL()"> Update</span> | This is the full OWW page of the notebook to be created. </span><span onclick="ShowURL()" style="border:#CCCCCC 1px solid; padding:2px; background-color:#EEEEEE;">Update</span> | ||
</td> | </td> | ||
</tr> | </tr> | ||
| Line 238: | 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>