home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / robo1_08.zip / ROBOGRPH.EXE / NEWUSER.PLT < prev    next >
Text File  |  1993-01-10  |  2KB  |  57 lines

  1. ; NEWUSER.PLT
  2. ;---------------------------------------------------------------------------
  3. ; This is the User login PLT (Plate) file. 
  4. ;
  5. ; This file must exist, and should contain tokens for the input of any
  6. ; information you would like about the user!
  7. ;
  8. ; Robo-Board will display the Prompts created below in exactly the fasion
  9. ; they are seen below. The "^" commands will be interpreted as input 
  10. ; requester boxes and will be replaced with input boxes which the user may
  11. ; click on or scroll through with tab and arrow keys. Certain "^" commands
  12. ; such as the ^DONE command are converted into buttons.
  13. ;
  14. ; The window command sets the possition width and title for a window. All
  15. ; text will be possitioned in the window relative to the upper left corner
  16. ; of the work area. It is possible to overflow a window, but careful 
  17. ; consideration to width and height will eliminate this problem.
  18. ;
  19. ; Special codes in the 1st column of this text file mean special things:
  20. ;   ";" = Comment (such as this one)
  21. ;   "*" = Draws window based supplied coordinates and title and border colour
  22. ;   "!" = Text Colour
  23. ;   "+" = Active text line, these may (if needed) contain the "^" commands:
  24. ;
  25. ;              ^ACCNT_PASSWORD
  26. ;              ^ACCNT_ALIAS
  27. ;              ^ACCNT_DATAPHONE 
  28. ;              ^ACCNT_HOMEPHONE 
  29. ;              ^ACCNT_STREET 
  30. ;              ^ACCNT_CITYSTATE
  31. ;              ^ACCNT_POSTCODE
  32. ;              ^ACCNT_PASSLOCK
  33. ;              ^ACCNT_FIRSTNLAST
  34. ;              ^ACCNT_BIRTH
  35. ;              ^ACCNT_SOUNDS
  36. ;              ^ACCNT_NEWMAIL
  37. ;              ^DONE
  38. ;              ^ABORT
  39. ;
  40. *15,2,51,11,13,NEW USER ACCOUNT
  41. !9
  42. +  Your FIRST & LAST name ^ACCNT_FIRSTNLAST
  43. +              Your ALIAS ^ACCNT_ALIAS
  44. +           Your PASSWORD ^ACCNT_PASSWORD
  45. +           Your BIRTHDAY ^ACCNT_BIRTH
  46. +
  47. +       Your HOME PHONE # ^ACCNT_HOMEPHONE
  48. +      Your MODEM PHONE # ^ACCNT_DATAPHONE 
  49. +
  50. +     Your STREET ADDRESS ^ACCNT_STREET 
  51. +       Your CITY & STATE ^ACCNT_CITYSTATE
  52. +        Your POSTAL CODE ^ACCNT_POSTCODE
  53. +                   ^DONE   ^ABORT
  54.  
  55.  
  56.  
  57.