{$$name1} {$$name2}
#display for contact display
created (ftime b H:%M @{$$(timestamp))}
| First Name: | {$$name1} |
| Surname: | {$$name2} |
| Telephone: | {$$telephone} |
| Mobile: | {$$mobile} |
| Email: | {$$email} |
| Address | |
| House: | {$$address1} |
| Street: | {$$address2} |
| Town: | {$$town} |
| Postcode: | {$$postcode} |
| Country: | {$$country} |
| Note: |
{$$note}
#new for new contact pages
This is used by form on NewContact page
[[#new]]
(:author: {$$author}:)
(:date: {$$(timestamp)}:)
(:name1: {$$name1}:)
(:name2: {$$name2}:)
(:telephone: {$$telephone}:)
(:mobile: {$$mobile}:)
(:email: {$$email}:)
(:address1: {$$address1}:)
(:address2: {$$address2}:)
(:town: {$$town}:)
(:postcode: {$$postcode}:)
(:country: {$$country}:)
(:note: {$$note}:)
(:foxprepend noteform:)
(:include ContactTemplates#noteform:)
[[#newend]]
#noteform for inclusion
(:fox noteform target=Contacts.ContactTemplates template=ContactTemplates#addnote:)
| Write new note: | |
| Subject: | |
| Text: | |
#addnote for adding new notes or comments with noteform
- foxbegin#
created {$$(ftime "b H:%M")}
{$$subject} {$$text}
- foxend#