DeployerGuide/Customization/SALESmanago: campaign.html
Plik campaign.html, 487 bytes (dodany przez WN, 10 years temu) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <meta charset="utf-8"> |
5 | </head> |
6 | |
7 | <body> |
8 | <p>Hello World!</p> |
9 | |
10 | <p> |
11 | {if:salesmanago.contactId} |
12 | Click <a href="http://somewhere-out-there.com?smclient={salesmanago.contactId}">here</a> to see Somewhere Out There website :) |
13 | {else:} |
14 | Click <a href="http://somewhere-out-there.com.pl">here</a> to see Somewhere Out There website :) |
15 | {end:} |
16 | </p> |
17 | </body> |
18 | </html> |