Physics307L:People/Weiss

From OpenWetWare
Jump to navigationJump to search

<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>