Changeset 1814205
- Timestamp:
- 02/02/2018 03:13:34 PM (8 years ago)
- File:
-
- 1 edited
-
lobbycal2press/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lobbycal2press/trunk/readme.txt
r1814184 r1814205 26 26 1. place the following html fragment in a page, wher you would like the calendar to appear 27 27 28 <code> 29 <table id="lobbycal" aria-describedby="lobbycal_info"> 30 <thead> 31 <tr> 32 <th>Date</th> 33 <th>End</th> 34 <th>FirstName</th> 35 <th>LastName</th> 36 <th>Partners</th> 37 <th>Title</th> 38 <th>Tags</th> 39 </tr> 40 </thead> 41 </table> 42 </code> 28 ```html 29 <table id="lobbycal" aria-describedby="lobbycal_info"> 30 <thead> 31 <tr> 32 <th>Date</th> 33 <th>End</th> 34 <th>FirstName</th> 35 <th>LastName</th> 36 <th>Partners</th> 37 <th>Title</th> 38 <th>Tags</th> 39 </tr> 40 </thead> 41 </table> 42 ``` 43 43 44 44
Note: See TracChangeset
for help on using the changeset viewer.