Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6063917
taskedit.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
taskedit.html
View Options
<
div
id
=
"taskedit"
class
=
"uidialog uidialog-tabbed"
>
<
form
id
=
"taskeditform"
action
=
"#"
method
=
"post"
enctype
=
"multipart/form-data"
>
<
ul
>
<
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
>
</
ul
>
<!-- basic info -->
<
div
id
=
"taskedit-panel-main"
>
<
div
class
=
"form-section"
>
<
label
for
=
"taskedit-title"
><
roundcube:label
name
=
"tasklist.title"
/></
label
>
<
br
/>
<
input
type
=
"text"
class
=
"text"
name
=
"title"
id
=
"taskedit-title"
size
=
"60"
/>
</
div
>
<
div
class
=
"form-section"
>
<
label
for
=
"taskedit-description"
><
roundcube:label
name
=
"tasklist.description"
/></
label
>
<
br
/>
<
textarea
name
=
"description"
id
=
"taskedit-description"
class
=
"text"
rows
=
"5"
cols
=
"60"
></
textarea
>
</
div
>
<
div
class
=
"form-section"
>
<
label
for
=
"tagedit-input"
><
roundcube:label
name
=
"tasklist.tags"
/></
label
>
<
roundcube:object
name
=
"plugin.tags_editline"
id
=
"taskedit-tagline"
class
=
"tagedit"
tabindex
=
"0"
/>
</
div
>
<
div
class
=
"form-section"
>
<
label
for
=
"taskedit-startdate"
><
roundcube:label
name
=
"tasklist.start"
/></
label
>
<
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' />"
/>
<
a
href
=
"#nodate"
style
=
"margin-left:1em"
class
=
"edit-nodate"
rel
=
"#taskedit-startdate,#taskedit-starttime"
><
roundcube:label
name
=
"tasklist.nodate"
/></
a
>
</
div
>
<
div
class
=
"form-section"
>
<
label
for
=
"taskedit-date"
><
roundcube:label
name
=
"tasklist.datetime"
/></
label
>
<
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' />"
/>
<
a
href
=
"#nodate"
style
=
"margin-left:1em"
class
=
"edit-nodate"
rel
=
"#taskedit-date,#taskedit-time"
><
roundcube:label
name
=
"tasklist.nodate"
/></
a
>
</
div
>
<
div
class
=
"form-section"
id
=
"taskedit-alarms"
>
<
div
class
=
"edit-alarm-item first"
>
<
label
for
=
"edit-alarm-item"
><
roundcube:label
name
=
"tasklist.alarms"
/></
label
>
<
roundcube:object
name
=
"plugin.alarm_select"
id
=
"edit-alarm-item"
/>
<
span
class
=
"edit-alarm-buttons"
>
<
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
>
</
span
>
</
div
>
</
div
>
<
div
class
=
"form-section"
>
<
label
for
=
"taskedit-completeness"
><
roundcube:label
name
=
"tasklist.complete"
/></
label
>
<
input
type
=
"text"
name
=
"title"
id
=
"taskedit-completeness"
size
=
"3"
/>
%
<
div
id
=
"taskedit-completeness-slider"
></
div
>
</
div
>
<
div
class
=
"form-section"
>
<
label
for
=
"taskedit-status"
><
roundcube:label
name
=
"tasklist.status"
/></
label
>
<
roundcube:object
name
=
"plugin.status_select"
id
=
"taskedit-status"
/>
</
div
>
<
div
class
=
"form-section"
id
=
"tasklist-select"
>
<
label
for
=
"taskedit-tasklist"
><
roundcube:label
name
=
"tasklist.list"
/></
label
>
<
roundcube:object
name
=
"plugin.tasklist_select"
id
=
"taskedit-tasklist"
/>
</
div
>
<
div
class
=
"form-section"
id
=
"taskedit-links"
>
<
label
><
roundcube:label
name
=
"tasklist.links"
/></
label
>
<
div
class
=
"task-text"
></
div
>
<
br
style
=
"clear:left"
>
</
div
>
</
div
>
<!-- 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
>
<!-- attendees list (assignments) -->
<
div
id
=
"taskedit-panel-attendees"
>
<
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
>
<
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
>
<!-- attachments list (with upload form) -->
<
div
id
=
"taskedit-panel-attachments"
>
<
div
id
=
"taskedit-attachments"
>
<
roundcube:object
name
=
"plugin.attachments_list"
id
=
"taskedit-attachment-list"
class
=
"attachmentslist"
/>
</
div
>
<
div
id
=
"taskedit-attachments-form"
role
=
"region"
aria-labelledby
=
"aria-label-attachmentuploadform"
>
<
h3
id
=
"aria-label-attachmentuploadform"
class
=
"voice"
><
roundcube:label
name
=
"arialabelattachmentuploadform"
/></
h3
>
<
roundcube:object
name
=
"plugin.attachments_form"
id
=
"taskedit-attachment-form"
attachmentFieldSize
=
"30"
/>
</
div
>
<
roundcube:object
name
=
"plugin.filedroparea"
id
=
"taskedit-panel-attachments"
/>
</
div
>
</
form
>
<
roundcube:object
name
=
"plugin.edit_attendees_notify"
id
=
"edit-attendees-notify"
class
=
"task-dialog-message"
style
=
"display:none"
/>
</
div
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, May 22, 4:14 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
756609
Default Alt Text
taskedit.html (6 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment