Mercurial > hg > rc1
comparison plugins/calendar/skins/larry/templates/itipattend.html @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
| author | Charlie Root |
|---|---|
| date | Sat, 13 Jan 2018 08:56:12 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:c828b0fd4a6e | 3:f6fe4b6ae66a |
|---|---|
| 1 <roundcube:object name="doctype" value="html5" /> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title><roundcube:object name="pagetitle" /></title> | |
| 5 <roundcube:include file="/includes/links.html" /> | |
| 6 </head> | |
| 7 <body class="extwin calendaritipattend"> | |
| 8 | |
| 9 <div id="header"> | |
| 10 <div id="topnav"> | |
| 11 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /> | |
| 12 </div> | |
| 13 </div> | |
| 14 | |
| 15 <div id="mainscreen"> | |
| 16 | |
| 17 <div class="centerbox uibox"> | |
| 18 <roundcube:object name="plugin.event_inviteform" /> | |
| 19 <roundcube:object name="plugin.event_invitebox" class="calendar-invitebox" /> | |
| 20 <roundcube:object name="plugin.event_rsvp_buttons" type="submit" iname="rsvp" id="event-rsvp" delegate="false" /> | |
| 21 </form> | |
| 22 </div> | |
| 23 | |
| 24 <roundcube:object name="message" id="message" /> | |
| 25 | |
| 26 </div> | |
| 27 | |
| 28 </body> | |
| 29 </html> |
