Sandbox/NewLab

From OpenWetWare
Jump to navigationJump to search

<NewLab /> <html>

<form action="/um/um_process_newlab.php" name="NewLab"

   id="NewLab" onsubmit="return EntryCheck();" method="POST">

<input type="hidden" name="Username" value="" /> <input type="hidden" name="CurrentURL" value="" />

     
       University/Institute: 
     
     
     <input type="text" onblur="ShowURL();" onclick="ShowURL();" size="30" class="forms_format" name="Institution" />
Please enter the name of your university or institution.
     
       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 lab to be created.
Update
 
     <input type="submit" class="forms_button" name="OneClickSubmit" value="Submit!" />
     

</form>

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

 ShowURL();

} </script> </html>