Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
instances:new [2022/12/17 17:22] – created brendaninstances:new [2022/12/19 02:47] (current) brendan
Line 1: Line 1:
-Test New Page+====== Adding a new employee ====== 
 +  
 +<form> 
 +Action template instances:template employee: 
 +Thanks    "Employee added" 
 +  
 +Fieldset  "Person" 
 +Textbox   "First name" @ 
 +Textbox   "Last name" @ 
 +Select    "Position" "agent|designer|manager|courier|director|other"
 +Textbox   "Date and month of birth(e. g. 14 January)"
 +Number    "Month of birth number (e. g. 01)" >0 <13 ! 
 +  
 +Fieldset  "Workplace" 
 +Select    "Room" "none|1121|1123|1125|1127|1129|1131"
 +Textbox   "Internal phone number"
 +  
 +Fieldset  "Office contacts" 
 +Textbox   "Office mobile phone number"
 +Email     "Office e-mail"
 +Textbox   "Office IM" ! 
 +  
 +Fieldset  "Personal contacts" 
 +Textbox   "Personal mobile phone number"
 +Textbox   "Home phone number"
 +Email     "Personal e-mail"
 +Textbox   "Personal IM" ! 
 +Textbox   "Website or blog" ! 
 +Textbox   "Area of residence"
 +  
 +Submit 
 +</form>