There are three <!--System:NextEvent--> Commands:
- NextEventName
- NextEventDate
- NextEventTime
NextEventNameThe <!--System:NextEventName--> command inserts the name and the popup link for the next event on your schedule.
<!--System:NextEventName--> will be replaced with
<a href='javascript:eventdetails(1,31,2008)'>
Karazhan
</a>
If the user there hasn't yet signed up, it'll add the "awaiting your input" link under the name, as follows:
<a href='javascript:eventdetails(1,31,2008)'>
Karazhan
</a>
<br />
<span style='font-size:7.5pt'>
<i>(awaiting your input)</i>
</span>
NextEventDateThe <!--System:NextEventDate--> will display the Date of the next event in the following format:
Thu, Jan 31, 2008
NextEventTimeThe <!--System:NextEventTime--> command will display the time of the next event in the following format:
6:00 PM
OverallThe overall context of the <!--System:NextEvent--> Commands.
<td class=Event align="center" valign="center">
<span class=EventName>
<!--System:NextEventName--><br />
</span>
<span class=EventTime>
<!--System:NextEventDate--><br>
<!--System:NextEventTime--></span>
</span>
</td>
This will be displayed as the following:
<td class=Event align="center" valign="center">
<span class=EventName>
<a href='javascript:eventdetails(1,31,2008)'>
Karazhan
</a>
<br />
<span style='font-size:7.5pt'>
<i>(awaiting your input)</i>
</span>
<br />
</span>
<span class=EventTime>
Thu, Jan 31, 2008<br>
6:00 PM</span>
</span>
</td>
Last Modified: 1/30/2008 11:12pm
Contributors:
Chops
Easy Link
BBCode Link: [guide=--SystemNextEvent--][/guide]
URL: http://dkpsystem.com/guide/--SystemNextEvent--
|