2012-08-01 15:52:28 +02:00
|
|
|
<div id="taskedit" class="uidialog uidialog-tabbed">
|
2012-07-29 17:20:19 +02:00
|
|
|
<form id="taskeditform" action="#" method="post" enctype="multipart/form-data">
|
2012-08-01 15:52:28 +02:00
|
|
|
<ul>
|
2014-07-23 14:35:52 +02:00
|
|
|
<li><a href="#taskedit-panel-main"><roundcube:label name="tasklist.tabsummary" /></a></li><li><a href="#taskedit-panel-recurrence"><roundcube:label name="tasklist.tabrecurrence" /></a></li><li id="edit-tab-attendees"><a href="#taskedit-panel-attendees"><roundcube:label name="tasklist.tabassignments" /></a></li><li id="taskedit-tab-attachments"><a href="#taskedit-panel-attachments"><roundcube:label name="tasklist.tabattachments" /></a></li>
|
2012-08-01 15:52:28 +02:00
|
|
|
</ul>
|
|
|
|
<!-- basic info -->
|
2014-04-24 19:44:21 +02:00
|
|
|
<div id="taskedit-panel-main">
|
2012-08-01 15:52:28 +02:00
|
|
|
<div class="form-section">
|
2012-08-03 14:07:58 +02:00
|
|
|
<label for="taskedit-title"><roundcube:label name="tasklist.title" /></label>
|
2012-08-01 15:52:28 +02:00
|
|
|
<br />
|
2014-06-20 15:12:11 +02:00
|
|
|
<input type="text" class="text" name="title" id="taskedit-title" size="60" />
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
|
|
|
<div class="form-section">
|
2012-08-03 14:07:58 +02:00
|
|
|
<label for="taskedit-description"><roundcube:label name="tasklist.description" /></label>
|
2012-08-01 15:52:28 +02:00
|
|
|
<br />
|
2014-06-20 15:12:11 +02:00
|
|
|
<textarea name="description" id="taskedit-description" class="text" rows="5" cols="60"></textarea>
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
|
|
|
<div class="form-section">
|
2014-06-20 15:12:11 +02:00
|
|
|
<label for="tagedit-input"><roundcube:label name="tasklist.tags" /></label>
|
|
|
|
<roundcube:object name="plugin.tags_editline" id="taskedit-tagline" class="tagedit" tabindex="0" />
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
|
|
|
<div class="form-section">
|
2012-08-03 14:07:58 +02:00
|
|
|
<label for="taskedit-startdate"><roundcube:label name="tasklist.start" /></label>
|
2014-06-20 15:12:11 +02:00
|
|
|
<input type="text" name="startdate" size="10" id="taskedit-startdate" />
|
|
|
|
<input type="text" name="starttime" size="6" id="taskedit-starttime" aria-label="<roundcube:label name='tasklist.starttime' />" />
|
2012-08-03 14:07:58 +02:00
|
|
|
<a href="#nodate" style="margin-left:1em" class="edit-nodate" rel="#taskedit-startdate,#taskedit-starttime"><roundcube:label name="tasklist.nodate" /></a>
|
|
|
|
</div>
|
2013-03-13 10:43:48 +01:00
|
|
|
<div class="form-section">
|
|
|
|
<label for="taskedit-date"><roundcube:label name="tasklist.datetime" /></label>
|
2014-06-20 15:12:11 +02:00
|
|
|
<input type="text" name="date" size="10" id="taskedit-date" />
|
|
|
|
<input type="text" name="time" size="6" id="taskedit-time" aria-label="<roundcube:label name='tasklist.duetime' />" />
|
2013-03-13 10:43:48 +01:00
|
|
|
<a href="#nodate" style="margin-left:1em" class="edit-nodate" rel="#taskedit-date,#taskedit-time"><roundcube:label name="tasklist.nodate" /></a>
|
|
|
|
</div>
|
2012-08-03 14:07:58 +02:00
|
|
|
<div class="form-section" id="taskedit-alarms">
|
2014-04-17 17:49:00 +02:00
|
|
|
<div class="edit-alarm-item first">
|
2014-06-20 15:12:11 +02:00
|
|
|
<label for="edit-alarm-item"><roundcube:label name="tasklist.alarms" /></label>
|
|
|
|
<roundcube:object name="plugin.alarm_select" id="edit-alarm-item" />
|
2014-04-17 17:49:00 +02:00
|
|
|
<span class="edit-alarm-buttons">
|
2014-06-20 15:12:11 +02:00
|
|
|
<a href="#add" class="iconbutton add add-alarm"><roundcube:label name="libcalendaring.addalarm" /></a>
|
|
|
|
<a href="#delete" class="iconbutton remove delete-alarm"><roundcube:label name="libcalendaring.removealarm" /></a>
|
2014-04-17 17:49:00 +02:00
|
|
|
</span>
|
|
|
|
</div>
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
|
|
|
<div class="form-section">
|
2012-08-03 14:07:58 +02:00
|
|
|
<label for="taskedit-completeness"><roundcube:label name="tasklist.complete" /></label>
|
2014-06-20 15:12:11 +02:00
|
|
|
<input type="text" name="title" id="taskedit-completeness" size="3" /> %
|
2012-08-03 14:07:58 +02:00
|
|
|
<div id="taskedit-completeness-slider"></div>
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
2014-05-19 18:20:23 +02:00
|
|
|
<div class="form-section">
|
|
|
|
<label for="taskedit-status"><roundcube:label name="tasklist.status" /></label>
|
2014-06-20 15:12:11 +02:00
|
|
|
<roundcube:object name="plugin.status_select" id="taskedit-status" />
|
2014-05-19 18:20:23 +02:00
|
|
|
</div>
|
2012-08-01 15:52:28 +02:00
|
|
|
<div class="form-section" id="tasklist-select">
|
2012-08-03 14:07:58 +02:00
|
|
|
<label for="taskedit-tasklist"><roundcube:label name="tasklist.list" /></label>
|
2014-06-20 15:12:11 +02:00
|
|
|
<roundcube:object name="plugin.tasklist_select" id="taskedit-tasklist" />
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
2014-10-13 15:33:39 +02:00
|
|
|
<div class="form-section" id="taskedit-links">
|
|
|
|
<label><roundcube:label name="tasklist.links" /></label>
|
|
|
|
<div class="task-text"></div>
|
|
|
|
<br style="clear:left">
|
|
|
|
</div>
|
2012-07-29 17:20:19 +02:00
|
|
|
</div>
|
2014-04-24 19:44:21 +02:00
|
|
|
<!-- recurrence settings -->
|
|
|
|
<div id="taskedit-panel-recurrence">
|
|
|
|
<div class="form-section border-after">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="frequency" />
|
|
|
|
</div>
|
|
|
|
<div class="recurrence-form border-after" id="recurrence-form-daily">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="daily" class="form-section" />
|
|
|
|
</div>
|
|
|
|
<div class="recurrence-form border-after" id="recurrence-form-weekly">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="weekly" class="form-section" />
|
|
|
|
</div>
|
|
|
|
<div class="recurrence-form border-after" id="recurrence-form-monthly">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="monthly" class="form-section" />
|
|
|
|
</div>
|
|
|
|
<div class="recurrence-form border-after" id="recurrence-form-yearly">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="yearly" class="form-section" />
|
|
|
|
</div>
|
|
|
|
<div class="recurrence-form" id="recurrence-form-until">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="until" class="form-section" />
|
|
|
|
</div>
|
|
|
|
<div class="recurrence-form" id="recurrence-form-rdate">
|
|
|
|
<roundcube:object name="plugin.recurrence_form" part="rdate" class="form-section" />
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-07-23 14:35:52 +02:00
|
|
|
<!-- attendees list (assignments) -->
|
|
|
|
<div id="taskedit-panel-attendees">
|
2014-07-30 17:40:53 +02:00
|
|
|
<div class="form-section" id="taskedit-organizer">
|
|
|
|
<label for="edit-identities-list"><roundcube:label name="tasklist.roleorganizer" /></label>
|
|
|
|
<roundcube:object name="plugin.identity_select" id="edit-identities-list" />
|
|
|
|
</div>
|
2014-07-23 14:35:52 +02:00
|
|
|
<h3 id="aria-label-attendeestable" class="voice"><roundcube:label name="tasklist.arialabeleventassignments" /></h3>
|
|
|
|
<roundcube:object name="plugin.attendees_list" id="edit-attendees-table" class="records-table edit-attendees-table" coltitle="attendee" aria-labelledby="aria-label-attendeestable" />
|
|
|
|
<roundcube:object name="plugin.attendees_form" id="edit-attendees-form" />
|
|
|
|
<roundcube:include file="/templates/freebusylegend.html" />
|
|
|
|
</div>
|
2012-08-01 15:52:28 +02:00
|
|
|
<!-- attachments list (with upload form) -->
|
2014-04-24 19:44:21 +02:00
|
|
|
<div id="taskedit-panel-attachments">
|
2012-08-01 15:52:28 +02:00
|
|
|
<div id="taskedit-attachments">
|
2012-08-03 14:07:58 +02:00
|
|
|
<roundcube:object name="plugin.attachments_list" id="taskedit-attachment-list" class="attachmentslist" />
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
2014-06-20 15:12:11 +02:00
|
|
|
<div id="taskedit-attachments-form" role="region" aria-labelledby="aria-label-attachmentuploadform">
|
2014-07-17 13:03:41 +02:00
|
|
|
<h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h3>
|
2012-08-03 14:07:58 +02:00
|
|
|
<roundcube:object name="plugin.attachments_form" id="taskedit-attachment-form" attachmentFieldSize="30" />
|
2012-08-01 15:52:28 +02:00
|
|
|
</div>
|
2014-07-31 14:58:13 +02:00
|
|
|
<roundcube:object name="plugin.filedroparea" id="taskedit-panel-attachments" />
|
2012-07-29 17:20:19 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
2014-07-25 14:08:41 +02:00
|
|
|
<roundcube:object name="plugin.edit_attendees_notify" id="edit-attendees-notify" class="task-dialog-message" style="display:none" />
|
2012-07-29 17:20:19 +02:00
|
|
|
</div>
|