<script id="EventEditorTemplate" type="text/x-template"> <table class="custom-event-editor" width="100%" cellpadding="5"> <tbody> <tr> <td class="e-textlabel" colspan="1">Title</td> <td colspan="2"> <input id="Title" class="e-field e-input" type="text" name="Subject" /> </td> <td class="checkbox-cell" colspan="1"> <input id="IsAllDay" class="e-all-day e-field e-control" type="checkbox" name="IsAllDay" /> </td> <td class="e-label" colspan="1">All day event</td> </tr> <tr> <td class="e-textlabel">Start</td> <td colspan="4"> <input id="StartTime" class="e-field e-input" type="text" name="StartTime" /> </td> </tr> <tr> <td class="e-textlabel">End</td> <td colspan="4"> <input id="EndTime" class="e-field e-input" type="text" name="EndTime" /> </td> </tr> <tr> <td class="e-textlabel">Repeat</td> <td colspan="4"> <input id="Recurrence" name="Recurrence" class="e-field e-input" value="Never" type="text" /> </td> </tr> <tr> <td class="e-textlabel">Technician</td> <td colspan="4"> <input id="Technician" class="e-field e-input" type="text" name="TechnicianUserID" /> </td> </tr> </tbody> </table> </script> |