Advertisement
eventsmanager

Demo site - events list format

Jun 6th, 2013
2,713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.93 KB | None | 0 0
  1. <!-- INSTRUCTIONS
  2. The following sections should go into this section:
  3. Events > Settings > Formatting (tab) > Events Format
  4.  
  5. Insert the following into : "Default event list format header"
  6. -->
  7. <table cellpadding="0" cellspacing="0" id="current-events" >
  8.     <thead>
  9.         <tr>
  10.             <th id="event-time" width="150">Date/Time</th>
  11.             <th id="event-description" width="*">Event</th>
  12.     </thead>
  13. <tbody>
  14.  
  15. <!-- INSTRUCTIONS
  16. Insert the following into : "Default event list format"
  17. -->
  18.     <tr>
  19.             <td>
  20.                 #_{d/m/Y} #@_{ - d/m/Y}<br/>
  21.                 #H:#i -#@H:#@i
  22.             </td>
  23.             <td>
  24. <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{100,100}</div>
  25.                 #_EVENTLINK<br/>
  26.                 <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
  27.             </td>
  28.         </tr>
  29.  
  30. <!-- INSTRUCTIONS
  31. Insert the following into : "Default event list format footer"
  32. -->
  33.     </tbody>
  34. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement