Changeset 1814231
- Timestamp:
- 02/02/2018 03:38:55 PM (8 years ago)
- File:
-
- 1 edited
-
lobbycal2press/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lobbycal2press/trunk/readme.txt
r1814224 r1814231 24 24 1. To use the plugin in wordpress 25 25 1. in your wordpress installation, adapt the URL to your lobbycal server account at Settings > Lobbycal2press 26 1. place the following html fragment in a page, wher you would like the calendar to appear26 1. place the table html fragment from https://plugins.svn.wordpress.org/lobbycal2press/trunk/readme.txt in a page, where you would like the calendar to appear 27 27 28 ``` 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 ``` 28 `<table id="lobbycal" aria-describedby="lobbycal_info"> <thead> <tr> <th>Date</th> <th>End</th> <th>FirstName</th> <th>LastName</th> <th>Partners</th> <th>Title</th> <th>Tags</th> </tr> </thead></table>` 29 30 43 31 44 32
Note: See TracChangeset
for help on using the changeset viewer.