|
<%=MonthName(showmonth)%> <%=showdate%>, <%=showyear%>
<% if starttime = "5:00" and startAP = "AM" then %>
<% else %>
..... <%=starttime%><%if startAP<>endAP then%><%=startAP%><%end if%>-<%=endtime%><%=endAP%><% end if %> <%=description%>
<% if len(venue) > 0 then %>
<%=venue%>
<% end if %>
<% if len(city) > 0 then%>
<%=city%>, <%=state%>
<% end if %>
|
| Event access:
|
<%=eventtype%>
|
<% if len(client) > 0 then %>
| Client/Presenter:
|
<%=client%>
|
<% end if %>
<% if len(ticketinfo) > 0 then %>
| Ticket information: |
<%=ticketinfo%>
|
<% end if %>
<% if len(eventinfo) > 0 then %>
| Event information:
|
<%=eventinfo%>
|
<% end if %>
<% if len(notes)>0 then %>
| Notes: | <%=notes%>
|
<% end if %>
|
<% alldates.movenext %>
<% loop %>