3
|
1 <div id="eventedit" class="uidialog uidialog-tabbed" aria-hidden="true">
|
|
2 <form id="eventtabs" action="#" method="post" enctype="multipart/form-data">
|
|
3 <ul>
|
|
4 <li><a href="#event-panel-summary"><roundcube:label name="calendar.tabsummary" /></a></li><li id="edit-tab-recurrence"><a href="#event-panel-recurrence"><roundcube:label name="calendar.tabrecurrence" /></a></li><li id="edit-tab-attendees"><a href="#event-panel-attendees"><roundcube:label name="calendar.tabattendees" /></a></li><li id="edit-tab-resources"><a href="#event-panel-resources"><roundcube:label name="calendar.tabresources" /></a></li><li id="edit-tab-attachments"><a href="#event-panel-attachments"><roundcube:label name="calendar.tabattachments" /></a></li>
|
|
5 </ul>
|
|
6 <!-- basic info -->
|
|
7 <div id="event-panel-summary">
|
|
8 <div class="event-section">
|
|
9 <label for="edit-title"><roundcube:label name="calendar.title" /></label>
|
|
10 <br />
|
|
11 <input type="text" class="text" name="title" id="edit-title" size="40" required="true" />
|
|
12 </div>
|
|
13 <div class="event-section">
|
|
14 <label for="edit-location"><roundcube:label name="calendar.location" /></label>
|
|
15 <br />
|
|
16 <input type="text" class="text" name="location" id="edit-location" size="40" />
|
|
17 </div>
|
|
18 <div class="event-section">
|
|
19 <label for="edit-description"><roundcube:label name="calendar.description" /></label>
|
|
20 <br />
|
|
21 <textarea name="description" id="edit-description" class="text" rows="5" cols="40"></textarea>
|
|
22 </div>
|
|
23 <div class="event-section">
|
|
24 <label for="edit-url"><roundcube:label name="calendar.url" /></label>
|
|
25 <br />
|
|
26 <input type="text" class="text" name="vurl" id="edit-url" size="40" />
|
|
27 </div>
|
|
28 <div class="event-section">
|
|
29 <label style="float:right;padding-right:0.5em"><input type="checkbox" name="allday" id="edit-allday" value="1" /><roundcube:label name="calendar.all-day" /></label>
|
|
30 <label for="edit-startdate"><roundcube:label name="calendar.start" /></label>
|
|
31 <input type="text" name="startdate" size="11" id="edit-startdate" required="true" />
|
|
32 <input type="text" name="starttime" size="6" id="edit-starttime" aria-label="<roundcube:label name='calendar.starttime' />" />
|
|
33 </div>
|
|
34 <div class="event-section">
|
|
35 <label for="edit-enddate"><roundcube:label name="calendar.end" /></label>
|
|
36 <input type="text" name="enddate" size="11" id="edit-enddate" required="true" />
|
|
37 <input type="text" name="endtime" size="6" id="edit-endtime" aria-label="<roundcube:label name='calendar.endtime' />" />
|
|
38 </div>
|
|
39 <div class="event-section" id="edit-alarms">
|
|
40 <div class="edit-alarm-item first">
|
|
41 <label for="edit-alarm-item"><roundcube:label name="calendar.alarms" /></label>
|
|
42 <roundcube:object name="plugin.alarm_select" id="edit-alarm-item" />
|
|
43 <span class="edit-alarm-buttons">
|
|
44 <a href="#add" class="iconbutton add add-alarm"><roundcube:label name="libcalendaring.addalarm" /></a>
|
|
45 <a href="#delete" class="iconbutton remove delete-alarm"><roundcube:label name="libcalendaring.removealarm" /></a>
|
|
46 </span>
|
|
47 </div>
|
|
48 </div>
|
|
49 <div class="event-section" id="calendar-select">
|
|
50 <label for="edit-calendar"><roundcube:label name="calendar.calendar" /></label>
|
|
51 <roundcube:object name="plugin.calendar_select" id="edit-calendar" />
|
|
52 </div>
|
|
53 <div class="event-section">
|
|
54 <label for="edit-categories"><roundcube:label name="calendar.category" /></label>
|
|
55 <roundcube:object name="plugin.category_select" id="edit-categories" />
|
|
56 </div>
|
|
57 <div class="event-section">
|
|
58 <label for="edit-event-status"><roundcube:label name="calendar.status" /></label>
|
|
59 <roundcube:object name="plugin.status_select" id="edit-event-status" />
|
|
60 </div>
|
|
61 <div class="event-section">
|
|
62 <label for="edit-free-busy"><roundcube:label name="calendar.freebusy" /></label>
|
|
63 <roundcube:object name="plugin.freebusy_select" id="edit-free-busy" />
|
|
64 </div>
|
|
65 <div class="event-section">
|
|
66 <label for="edit-priority"><roundcube:label name="calendar.priority" /></label>
|
|
67 <roundcube:object name="plugin.priority_select" id="edit-priority" />
|
|
68 </div>
|
|
69 <div class="event-section">
|
|
70 <label for="edit-sensitivity"><roundcube:label name="calendar.sensitivity" /></label>
|
|
71 <roundcube:object name="plugin.sensitivity_select" id="edit-sensitivity" />
|
|
72 </div>
|
|
73 <div class="event-section" id="edit-event-links">
|
|
74 <label><roundcube:label name="calendar.links" /></label>
|
|
75 <div class="event-text"></div>
|
|
76 <br style="clear:left">
|
|
77 </div>
|
|
78 </div>
|
|
79 <!-- recurrence settings -->
|
|
80 <div id="event-panel-recurrence">
|
|
81 <div class="event-section border-after">
|
|
82 <roundcube:object name="plugin.recurrence_form" part="frequency" />
|
|
83 </div>
|
|
84 <div class="recurrence-form border-after" id="recurrence-form-daily">
|
|
85 <roundcube:object name="plugin.recurrence_form" part="daily" class="event-section" />
|
|
86 </div>
|
|
87 <div class="recurrence-form border-after" id="recurrence-form-weekly">
|
|
88 <roundcube:object name="plugin.recurrence_form" part="weekly" class="event-section" />
|
|
89 </div>
|
|
90 <div class="recurrence-form border-after" id="recurrence-form-monthly">
|
|
91 <roundcube:object name="plugin.recurrence_form" part="monthly" class="event-section" />
|
|
92 </div>
|
|
93 <div class="recurrence-form border-after" id="recurrence-form-yearly">
|
|
94 <roundcube:object name="plugin.recurrence_form" part="yearly" class="event-section" />
|
|
95 </div>
|
|
96 <div class="recurrence-form" id="recurrence-form-until">
|
|
97 <roundcube:object name="plugin.recurrence_form" part="until" class="event-section" />
|
|
98 </div>
|
|
99 <div class="recurrence-form" id="recurrence-form-rdate">
|
|
100 <roundcube:object name="plugin.recurrence_form" part="rdate" class="event-section" />
|
|
101 </div>
|
|
102 </div>
|
|
103 <!-- attendees list -->
|
|
104 <div id="event-panel-attendees">
|
|
105 <h3 id="aria-label-attendeestable" class="voice"><roundcube:label name="calendar.arialabeleventattendees" /></h3>
|
|
106 <roundcube:object name="plugin.attendees_list" id="edit-attendees-table" class="records-table edit-attendees-table" coltitle="attendee" aria-labelledby="aria-label-attendeestable" />
|
|
107 <roundcube:object name="plugin.attendees_form" id="edit-attendees-form" />
|
|
108 <roundcube:include file="/templates/freebusylegend.html" />
|
|
109 </div>
|
|
110 <!-- resources list -->
|
|
111 <div id="event-panel-resources">
|
|
112 <h3 id="aria-label-resourcestable" class="voice"><roundcube:label name="calendar.arialabeleventresources" /></h3>
|
|
113 <roundcube:object name="plugin.attendees_list" id="edit-resources-table" class="records-table edit-attendees-table" coltitle="resource" aria-labelledby="aria-label-resourcestable" />
|
|
114 <roundcube:object name="plugin.resources_form" id="edit-resources-form" />
|
|
115 <roundcube:include file="/templates/freebusylegend.html" />
|
|
116 </div>
|
|
117 <!-- attachments list (with upload form) -->
|
|
118 <div id="event-panel-attachments">
|
|
119 <div id="edit-attachments">
|
|
120 <roundcube:object name="plugin.attachments_list" id="attachmentlist" class="attachmentslist" />
|
|
121 </div>
|
|
122 <div id="edit-attachments-form" role="region" aria-labelledby="aria-label-attachmentuploadform">
|
|
123 <h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h3>
|
|
124 <roundcube:object name="plugin.attachments_form" id="calendar-attachment-form" attachmentFieldSize="30" />
|
|
125 </div>
|
|
126 <roundcube:object name="plugin.filedroparea" id="event-panel-attachments" />
|
|
127 </div>
|
|
128 </form>
|
|
129
|
|
130 <roundcube:object name="plugin.edit_attendees_notify" id="edit-attendees-notify" class="event-dialog-message" style="display:none" />
|
|
131 <roundcube:object name="plugin.edit_recurring_warning" class="event-dialog-message edit-recurring-warning" style="display:none" />
|
|
132 <div id="edit-localchanges-warning" class="event-dialog-message" style="display:none"><roundcube:label name="calendar.localchangeswarning" /></div>
|
|
133 </div> |