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 / LOGIN.PLT < prev    next >
Text File  |  1993-01-11  |  2KB  |  50 lines

  1. ; LOGIN.PLT
  2. ;---------------------------------------------------------------------------
  3. ; This is the User login PLT (Plate) file. 
  4. ; Appart from your opening LOGON screen this file creates the first 
  5. ; prompts your bbs will ask the user. During Logon IT IS REQUIRED that
  6. ; you only prompt for the 2 fields ^ACCNT_FIRSTNLAST and ^ACCNT_PASSWORD,
  7. ; an additional ^DONE will be acknoledged. 
  8. ;
  9. ; Robo-Board will display the Prompts created below in exactly the fasion
  10. ; they are seen below. The "^" commands will be interpreted as input 
  11. ; requester boxes and will be replaced with input boxes which the user may
  12. ; click on or scroll through with tab and arrow keys. Certain "^" commands
  13. ; such as the ^DONE command are converted into buttons.
  14. ;
  15. ; The window command sets the possition width and title for a window. All
  16. ; text will be possitioned in the window relative to the upper left corner
  17. ; of the work area. It is possible to overflow a window, but careful 
  18. ; consideration to width and height will eliminate this problem.
  19. ;
  20. ; Special codes in the 1st column of this text file mean special things:
  21. ;   ";" = Comment (such as this one)
  22. ;   "*" = Draws window based supplied coordinates and title and border colour
  23. ;   "!" = Text Colour
  24. ;   "+" = Active text line, these may (if needed) contain the "^" commands:
  25. ;
  26. ;              ^ACCNT_PASSWORD
  27. ;              ^ACCNT_ALIAS
  28. ;              ^ACCNT_DATAPHONE 
  29. ;              ^ACCNT_HOMEPHONE 
  30. ;              ^ACCNT_STREET 
  31. ;              ^ACCNT_CITYSTATE
  32. ;              ^ACCNT_POSTCODE
  33. ;              ^ACCNT_PASSLOCK
  34. ;              ^ACCNT_FIRSTNLAST
  35. ;              ^ACCNT_BIRTH
  36. ;              ^ACCNT_SOUNDS
  37. ;              ^ACCNT_NEWMAIL
  38. ;              ^DONE
  39. ;              ^ABORT
  40. ;
  41. *15,10,51,4,13,LOGIN
  42. !9
  43. +FIRST & LAST NAME or NEW ^ACCNT_FIRSTNLAST
  44. +                PASSWORD ^ACCNT_PASSWORD
  45. +
  46. +                    ^DONE  ^ABORT
  47.  
  48.  
  49.  
  50.