Subversion Repositories wimsdev

Rev

Rev 5869 | Rev 6078 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !read adm/title.phtml 3\
  3. \
  4. $wims_name_addconnection
  5.  
  6. !read connect/remote.phtml
  7.  
  8. !if $error!=$empty
  9.  !exit
  10. !endif
  11.  
  12. !form reply
  13. <input type="hidden" name="job2" value="add2"/>
  14. $name_toconnect
  15. <p>
  16. $name_identifier
  17. <input size="20" name="addclass"/>
  18. <br/><small>$name_help
  19. </small>
  20. <p>
  21. $name_automatically
  22. !formselect connupd1 list 0,1 prompt $wims_name_no,$wims_name_yes
  23. <br/>
  24. $name_allow
  25. !formselect connupd2 list 0,1 prompt $wims_name_no,$wims_name_yes
  26.  
  27. <div class="wimscenter wimsform"><input type="submit" value="$wims_name_tosave"/></div>
  28.  
  29. !formend
  30.  
  31. !reset addclass
  32.  
  33.