robo108/GRAPHIC/LOGIN.PLT

1.9 KB 4664419acb5342ea…
; LOGIN.PLT
;---------------------------------------------------------------------------
; This is the User login PLT (Plate) file. 
; Appart from your opening LOGON screen this file creates the first 
; prompts your bbs will ask the user. During Logon IT IS REQUIRED that
; you only prompt for the 2 fields ^ACCNT_FIRSTNLAST and ^ACCNT_PASSWORD,
; an additional ^DONE will be acknoledged. 
;
; Robo-Board will display the Prompts created below in exactly the fasion
; they are seen below. The "^" commands will be interpreted as input 
; requester boxes and will be replaced with input boxes which the user may
; click on or scroll through with tab and arrow keys. Certain "^" commands
; such as the ^DONE command are converted into buttons.
;
; The window command sets the possition width and title for a window. All
; text will be possitioned in the window relative to the upper left corner
; of the work area. It is possible to overflow a window, but careful 
; consideration to width and height will eliminate this problem.
;
; Special codes in the 1st column of this text file mean special things:
;   ";" = Comment (such as this one)
;   "*" = Draws window based supplied coordinates and title and border colour
;   "!" = Text Colour
;   "+" = Active text line, these may (if needed) contain the "^" commands:
;
;              ^ACCNT_PASSWORD
;              ^ACCNT_ALIAS
;              ^ACCNT_DATAPHONE 
;              ^ACCNT_HOMEPHONE 
;              ^ACCNT_STREET 
;              ^ACCNT_CITYSTATE
;              ^ACCNT_POSTCODE
;              ^ACCNT_PASSLOCK
;              ^ACCNT_FIRSTNLAST
;              ^ACCNT_BIRTH
;              ^ACCNT_SOUNDS
;              ^ACCNT_NEWMAIL
;              ^DONE
;              ^ABORT
;
*15,10,51,4,13,LOGIN
!9
+FIRST & LAST NAME or NEW ^ACCNT_FIRSTNLAST
+                PASSWORD ^ACCNT_PASSWORD
+
+                    ^DONE  ^ABORT