Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 51
Cisco Meeting Server 2.0 : Customization Guidelines
22
Table 9: Conditional statements in invitation template
Conditional
statement
Meaning
#if
condition
If the condition is true then include the lines until an else or endif statement. The condition
section of this if statement takes the form of one of the placeholders. For example. “#if name”
#else
If the condition in the previous if statement was false then include the lines until an endif
statement
#endif
4.1.2 Example invitation template
Note:
l
There is a 10000 byte limit on the size of the invitation_template.txt file.
l
All invitation templates must be provided in UTF-8 format.
l
Extended ASCII characters are not supported, Terminate the invitation_template.txt file
with a carriage return.
l
Omitting the carriage return at the end of the file will result in the file not working.
Use the example below and customize with your specific values in the placeholders. Save it as
invitation_template.txt.
#if name
You're invited to %name%
#else
You're invited to my Cisco space
#endif
#if hyperlink
Click to join: %hyperlink%
#else
#if numeric_id
Click to join:
https://join.example.com
Call ID: %numeric_id%
#endif
#endif
#if uri
Or call in:
- Video system, Jabber or Lync: %uri%
#endif
4   Customizing the text shown in invitations