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
 
(5 intermediate revisions by 3 users not shown)
Line 19: 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 26: 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 99: Line 103:
</script>
</script>
</html>
</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.
IGEM: Create a notebook used to support an IGEM project
User: Create a notebook which will be rooted in your user page
Lab: Create a notebook for your lab

<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"/>
     
Enter the name of the project this notebook is being created for. All notebooks must have a project name
     
       University/Institute: 
     
     
     <input type="text" onblur="ShowURL();" onclick="ShowURL();" size="30" class="forms_format" name="Institution" />
Please enter the name of your IGEM Team. If your team has not been registered, do so before creating a notebook
     
       Lab Name: 
     
     
     <input type="text" onblur="ShowURL();" onclick="ShowURL();" size="30" class="forms_format" name="Lab" />
Please enter the name of your Lab. If your Lab's main pages has not been created, do so before creating a notebook
     
       Page Name: 
     
     
This is the full OWW page of the notebook to be created.
Update
 
     <input type="submit" class="forms_button" name="OneClickSubmit" value="Submit!" />
     

</form>

<script type="text/javascript"> if (!loadMessage()){

 ShowURL();

} </script> </html>