1 <!-- tplAutoTimerEditor -->
2 <div id="contentContainer">
4 <div id="contentHd" class="header">
5 <div id="headerautotimereditor" class="headerindent">AutoTimer Editor: ${name}</div>
7 <table class="tabEditor" border="0" cellpadding="0" cellspacing="0">
10 <table class="editor" border="0" cellpadding="0" cellspacing="0">
12 <td class="optionTitle">Enabled:</td>
13 <td class="optionContent">
14 <input id="enabled" type="checkbox" class="input" ${enabled}>
18 <td class="optionTitle">Name:</td>
19 <td class="optionContent">
20 <input id="name" type="text" class="input text" maxlength="1000" value="${name}">
24 <td class="optionTitle">Match:</td>
25 <td class="optionContent">
26 <input id="match" type="text" class="input text" maxlength="1000" value="${match}">
30 <td class="optionTitle">Encoding:</td>
31 <td class="optionContent">
32 <select id="encoding" size="1" class="select">
34 <option value="${e.value}" ${e.selected}>${e.txt}</option>
40 <td class="optionTitle">Search type:</td>
41 <td class="optionContent">
42 <select id="searchType" size="1" class="select">
44 <option value="${e.value}" ${e.selected}>${e.txt}</option>
50 <td class="optionTitle">Search case:</td>
51 <td class="optionContent">
52 <select id="searchCase" size="1" class="select">
54 <option value="${e.value}" ${e.selected}>${e.txt}</option>
60 <td class="optionTitle">Timer type:</td>
61 <td class="optionContent">
62 <table border="0" cellpadding="0" cellspacing="0">
64 <td class="optionMain">
65 <select id="justplay" size="1" class="select">
67 <option value="${e.value}" ${e.selected}>${e.txt}</option>
72 <div id="justplaycontent" class="optionSub">
74 <input id="setEndtime" type="checkbox" class="input" ${setEndtime}>
82 <td class="optionTitle">Override alternatives:</td>
83 <td class="optionContent">
84 <input id="overrideAlternatives" type="checkbox" class="input" ${overrideAlternatives}>
88 <td class="optionTitle">Time span:</td>
89 <td class="optionContent">
90 <table border="0" cellpadding="0" cellspacing="0">
92 <td class="optionMain">
93 <input id="timespan" type="checkbox" class="input" ${timespan.usetimespan}>
96 <div id="timespancontent" class="optionSub">
98 <input id="from" type="text" class="input timepicker" size="6" value="${timespan.from}">
100 <input id="to" type="text" class="input timepicker" size="6" value="${timespan.to}">
108 <td class="optionTitle">Time frame:</td>
109 <td class="optionContent">
110 <table border="0" cellpadding="0" cellspacing="0">
112 <td class="optionMain">
113 <input id="timeframe" type="checkbox" class="input" ${timeframe.usetimeframe}>
116 <div id="timeframecontent" class="optionSub">
118 <input id="after" type="text" class="input datepicker" size="14" value="${timeframe.after}">
120 <input id="before" type="text" class="input datepicker" size="14" value="${timeframe.before}">
128 <td class="optionTitle">Timer offset:</td>
129 <td class="optionContent">
130 <table border="0" cellpadding="0" cellspacing="0">
132 <td class="optionMain">
133 <input id="offset" type="checkbox" class="input" ${offset.useoffset}>
136 <div id="offsetcontent" class="optionSub">
138 <select id="offsetbegin" size="1" class="select">
139 {for e in offset.begin}
140 <option value="${e.value}" ${e.selected}>${e.txt}</option>
144 <select id="offsetend" size="1" class="select">
145 {for e in offset.end}
146 <option value="${e.value}" ${e.selected}>${e.txt}</option>
157 <td class="optionTitle">Max duration:</td>
158 <td class="optionContent">
159 <table border="0" cellpadding="0" cellspacing="0">
161 <td class="optionMain">
162 <input id="maxdurationavailable" type="checkbox" class="input" ${maxduration.usemaxduration}>
165 <div id="maxdurationavailablecontent" class="optionSub">
166 <select id="maxduration" size="1" class="select">
167 {for e in maxduration.maxduration}
168 <option value="${e.value}" ${e.selected}>${e.txt}</option>
179 <td class="optionTitle">After event:</td>
180 <td class="optionContent">
181 <table border="0" cellpadding="0" cellspacing="0">
183 <td class="optionMain">
184 <select id="afterevent" size="1" class="select">
185 {for e in afterevent.options}
186 <option value="${e.value}" ${e.selected}>${e.txt}</option>
191 <div id="aftereventcontent" class="optionSub">
193 <input id="aftereventusetimespan" type="checkbox" class="input" ${afterevent.usetimespan}>
195 <div id="aftereventusetimespancontent" class="optionSub">
197 <input id="aftereventfrom" type="text" class="input timepicker" size="6" value="${afterevent.from}">
199 <input id="aftereventto" type="text" class="input timepicker" size="6" value="${afterevent.to}">
207 <td class="optionTitle">Counter:</td>
208 <td class="optionContent">
209 <table border="0" cellpadding="0" cellspacing="0">
211 <td class="optionMain">
213 <select id="counter" size="1" class="select">
214 {for e in counter.options}
215 <option value="${e.value}" ${e.selected}>${e.txt}</option>
220 <table id="countercontent" class="optionSub">
224 <select id="left" size="1" class="select">
225 {for e in counter.left}
226 <option value="${e.value}" ${e.selected}>${e.txt}</option>
230 <select id="counterFormat" size="1" class="select">
231 {for e in counter.counterFormat}
232 <option value="${e.value}" ${e.selected}>${e.txt}</option>
240 <input id="lastActivation" type="text" class="input" size="20" value="${counter.lastActivation}" DISABLED>
246 <input id="lastBegin" type="text" class="input" size="20" value="${counter.lastBegin}" DISABLED>
256 <td class="optionTitle">Avoid duplicate description:</td>
257 <td class="optionContent">
258 <select id="avoidDuplicateDescription" size="1" class="select">
259 {for e in avoidDuplicateDescription}
260 <option value="${e.value}" ${e.selected}>${e.txt}</option>
266 <td class="optionTitle">Location:</td>
267 <td class="optionContent">
268 <table border="0" cellpadding="0" cellspacing="0">
270 <td class="optionMain">
271 <input id="locationavailable" type="checkbox" class="input" ${location.uselocation}>
274 <div id="locationavailablecontent" class="optionSub">
275 <select id="location" size="1" class="select">
276 {for l in location.locations}
277 <option value="${l.value}" ${l.selected}>${l.txt}</option>
287 <td class="optionTitle">Tags:</td>
288 <td class="optionContent">
291 <a href="#" class="tags ${t.selected}" data-value="${t.value}" data-selected="${t.selected}"> ${t.txt} </a>
297 <td class="optionTitle">Filter:</td>
298 <td class="optionContent">
299 <table border="0" cellpadding="0" cellspacing="0">
301 <td class="optionMain">
302 <input id="usefilters" type="checkbox" class="input" ${filters.usefilters}>
305 <div id="usefilterscontent" class="optionSub">
306 <table id="filterlist" class="list">
307 {for f in filters.filters}
309 <td class="nopadding">
310 <select size="1" class="select">
312 <option value="${ft.value}" ${ft.selected}>${ft.txt}</option>
316 <td class="nopadding">
317 <select size="1" class="select filterwhere">
319 <option value="${fw.value}" ${fw.selected}>${fw.txt}</option>
323 <td class="nopadding">
324 <input type="text" class="input fixedwidth" size="20" value="${f.text}">
325 <select size="1" class="select fixedwidth">
326 {for fwd in f.weekdays}
327 <option value="${fwd.value}" ${fwd.selected}>${fwd.txt}</option>
331 <td class=${f.class}></td>
342 <td class="optionTitle">Bouquets:</td>
343 <td class="optionContent">
344 <table border="0" cellpadding="0" cellspacing="0">
346 <td class="optionMain">
347 <input id="usebouquets" type="checkbox" class="input" ${bouquets.usebouquets}>
350 <div id="usebouquetscontent" class="optionSub">
351 <table id="bouquetlist" class="list">
352 {for b in bouquets.bouquets}
354 <td class="nopadding">
355 <select size="1" class="select fixedwidthbouquet">
356 {for bb in b.bouquet}
357 <option value="${bb.value}" ${bb.selected}>${bb.txt}</option>
361 <td class=${b.class}></td>
372 <td class="optionTitle">Services:</td>
373 <td class="optionContent">
374 <table border="0" cellpadding="0" cellspacing="0">
376 <td class="optionMain">
377 <input id="useservices" type="checkbox" class="input" ${services.useservices}>
380 <div id="useservicescontent" class="optionSub">
381 <table id="servicelist" class="list">
382 {for s in services.services}
384 <td class="nopadding">
385 <select size="1" class="select servicebouquet fixedwidthbouquet">
387 <option value="${b.value}" ${b.selected}>${b.txt}</option>
391 <td class="nopadding">
392 <select size="1" class="select fixedwidthservice">
393 {for ss in s.service}
394 <option value="${ss.value}" ${ss.selected}>${ss.txt}</option>
398 <td class=${s.class}></td>
409 <td class="optionTitle">VPS:</td>
410 <td class="optionContent">
411 <table border="0" cellpadding="0" cellspacing="0">
413 <td class="optionMain">
414 <input id="vps_enabled" type="checkbox" class="input" ${vps.vps_enabled}>
417 <div id="vps_enabledcontent" class="optionSub">
419 <input id="vps_overwrite" type="checkbox" class="input" ${vps.vps_overwrite}>
432 <div class="buttonbar">
433 <button type="button" id="save">Save</button>
434 <button type="button" id="cancel">Cancel</button>
441 <!-- /tplAutoTimerEditor -->