Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TProjectTemplate: array[0..28] of TProjectTemplateRow =
- (
- (variable:'{username}'; iconname:'username'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{password}'; iconname:'password'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{email}'; iconname:'email'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{imagecaptcharesult}';iconname:'captcha result'; allowfile:false; allowproperties:false; editable:false),
- (variable:'{textcaptcharesult}';iconname:'captcha result'; allowfile:false; allowproperties:false; editable:false),
- (variable:'{firstname}';iconname:'firstname'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{lastname}';iconname:'lastname'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{subject}';iconname:'subject'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{summary}';iconname:'summary'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{content}';iconname:'content'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{tags}';iconname:'tags'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{homepage}';iconname:'homepage'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{location}';iconname:'location'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{interest}';iconname:'interest'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{occupation}';iconname:'occupation'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{facebook}';iconname:'facebook'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{twitter}';iconname:'twitter'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{skype}';iconname:'skype'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{bio}';iconname:'bio'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{birthyear}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
- (variable:'{birthmonth}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
- (variable:'{birthday}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
- (variable:'{hidebirthdate}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
- (variable:'{signature}';iconname:'signature'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{userdata1}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{userdata2}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{userdata3}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{userdata4}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
- (variable:'{userdata5}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true)
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement