home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nosac106.zip / html / report.var
Text File  |  1999-11-11  |  2KB  |  74 lines

  1. ;
  2. ; odin32.var - NOSA Client Change Report for odin32 - NOSAC V1.04 C.Langanke for Netlabs 1999
  3. ;
  4. ;    WARNING: do not edit this file under any circumstances,
  5. ;             because it is strongly version dependent.
  6. ;
  7.  
  8. subject       NOSAC change report: %NOSAC_ARCHIVE%: %USER%
  9. submit        submit change report
  10. reset         reset change report form
  11.  
  12. ;----------------------------------------------------------
  13.  
  14. control       hidden
  15. prompt        Archive
  16. name          ARCHIVE
  17. value         %NOSAC_ARCHIVE%
  18.  
  19. ;----------------------------------------------------------
  20.  
  21. control       hidden
  22. prompt        User
  23. name          USER
  24. value         %USER%
  25.  
  26. ;----------------------------------------------------------
  27.  
  28. control       text
  29. prompt        Change Short Description
  30. name          DESCR_SHORT
  31. attributes    size=50 maxlength=50
  32. info          Enter a short description of your changes here, that should appear in the change log.
  33. validate      empty
  34.  
  35. ;----------------------------------------------------------
  36.  
  37. control       text
  38. prompt        Tagname
  39. name          TAGNAME
  40. value         %USER%_
  41. attributes    size=50 maxlength=20
  42. info          Modify the tagname to that one, with which you tagged the changed files !
  43. validate      value
  44.  
  45. ;----------------------------------------------------------
  46.  
  47. control       select
  48. prompt        Based on revision
  49. name          BASED_REV
  50. options       * select a revision *;initial checkin
  51. info          Select the revision, that your changes base on !
  52. validate      firstoption
  53.  
  54. ;----------------------------------------------------------
  55.  
  56. control       text
  57. prompt        Based on other changes:
  58. name          BASED_CHANGES
  59. value
  60. attributes    size=50 maxlength=100
  61. info          Enter the tagnames of other changes, that your changes base on.
  62.  
  63. ;----------------------------------------------------------
  64.  
  65. control       textarea
  66. prompt        Detailed Change Comments
  67. name          DESCR_COMENT
  68. type          text
  69. attributes    rows=5 cols=50 wrap=physical
  70. value
  71. info          Enter a more detailed description about your changes here.
  72. validate      empty
  73.  
  74.