Advertisement
seb_MXX

Tableau Events-manger

Jun 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.89 KB | None | 0 0
  1. <table class="events-table" >
  2.        <thead>
  3.           <tr>
  4.             <th class="event-time" scope="col">Date/heure</th>
  5.             <th class="event-description" scope="col">Évènement</th>
  6.             <th class="event-description" scope="col">Informations</th>
  7.             <th class="event-description" scope="col">Inscription</th>
  8.          </tr>
  9.       </thead>
  10.     <tbody>
  11.  
  12.  
  13.  
  14.   <tr  class="events-line">
  15.             <td>
  16.                 #_EVENTDATES<br/>
  17.                 #_EVENTTIMES
  18.             </td>
  19.             <td>
  20.                 #_EVENTLINK
  21.             </td>
  22.             <td>
  23.                #_EVENTEXCERPT{15,...} <!-- Affiche le nombre de mots choisis dans la description -->
  24.             </td>
  25.             <td>
  26.                 <form action='#_EVENTURL'>
  27.                       <input type="submit" value="Inscription">
  28.                 </form>
  29.             </td>
  30.         </tr>
  31.  
  32.  
  33. </tbody>
  34. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement