Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ---+!! Add New Client
  2.  
  3. %STARTINCLUDE% <!-- Add a new client --> <form method="post" action="%SCRIPTURL{edit}%/%MAINWEB%/" name="clientIntelForm" id="clientIntelForm"> <input type="hidden" name="topic" value="Client Name" /> <input type="hidden" name="templatetopic" value="WebCreateNewTopic" /> <input type="hidden" name="formtemplate" value="%INCLUDINGWEB%.ItemTemplate" />
  4.  
  5. ---++++ Client Name
  6.  
  7. <input type="text" name="Client Name" class="foswikiInputField foswikiFocus" value="" size="45"/>
  8.  
  9. ---++++ Client Code
  10.  
  11. <input type="text" name="Client Code" class="foswikiInputField foswikiFocus" value="" size="20"/>
  12.  
  13. ---++++ SVN Location
  14.  
  15. <input type="text" name="SVN Location" class="foswikiInputField foswikiFocus" value="" size="20"/>
  16.  
  17. ---++++ Assigned Developer
  18.  
  19. If there is a developer in charge of most of the development work for them, please specify it here.
  20.  
  21. <input type="text" name="Client Dev" class="foswikiInputField foswikiFocus" value="" size="20"/>
  22.  
  23. ---++++ Are they hosted by us?
  24.  
  25. <input type="radio" name="Hosted By Us?" value="Yes"/> Yes
  26.  
  27. <input type="radio" name="Hosted By Us?" value="No"/> No
  28.  
  29. <input type="submit" value="Add Client" class="foswikiSubmit" />
  30.  
  31. </form>
  32.  
  33. %STOPINCLUDE%