| Line 210... |
Line 210... |
| 210 |
<tr>
|
210 |
<tr>
|
| 211 |
<td align="center" nowrap valign="bottom">
|
211 |
<td align="center" nowrap valign="bottom">
|
| 212 |
<a href="_setResume.asp" class="abtnItem">
|
212 |
<a href="_setResume.asp" class="abtnItem">
|
| 213 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
|
213 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
|
| 214 |
Set Resume
|
214 |
Set Resume
|
| - |
|
215 |
</td>
|
| - |
|
216 |
</tr>
|
| - |
|
217 |
</table>
|
| - |
|
218 |
|
| - |
|
219 |
<%Case "Daemon Start"%>
|
| - |
|
220 |
<table width="10" border="0" cellspacing="10">
|
| - |
|
221 |
<tr>
|
| - |
|
222 |
<td align="center" nowrap valign="bottom">
|
| - |
|
223 |
<img src="icons/tstopped.gif" width="16" height="16" align="left" border="0" hspace="5" title="Disabled">
|
| - |
|
224 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| - |
|
225 |
<img src="icons/tplay.gif" width="16" height="16" align="left" border="0" hspace="0" title="Enable Daemon">
|
| 215 |
</a>
|
226 |
</a>
|
| - |
|
227 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
228 |
<img src="icons/tstop_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
229 |
</td>
|
| - |
|
230 |
</tr>
|
| - |
|
231 |
</table>
|
| - |
|
232 |
|
| - |
|
233 |
<%Case "Daemon Start Disabled"%>
|
| - |
|
234 |
<table width="10" border="0" cellspacing="10">
|
| - |
|
235 |
<tr>
|
| - |
|
236 |
<td align="center" nowrap valign="bottom">
|
| - |
|
237 |
<img src="icons/tstopped.gif" width="16" height="16" align="left" border="0" hspace="5" title="Disabled">
|
| - |
|
238 |
<img src="icons/tplay_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
239 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
240 |
<img src="icons/tstop_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| 216 |
</td>
|
241 |
</td>
|
| 217 |
</tr>
|
242 |
</tr>
|
| 218 |
</table>
|
243 |
</table>
|
| 219 |
|
244 |
|
| 220 |
<%Case "Daemon Pause"%>
|
245 |
<%Case "Daemon Pause"%>
|
| 221 |
<table width="10" border="0" cellspacing="10">
|
246 |
<table width="10" border="0" cellspacing="10">
|
| 222 |
<tr>
|
247 |
<tr>
|
| 223 |
<td align="center" nowrap valign="bottom">
|
248 |
<td align="center" nowrap valign="bottom">
|
| - |
|
249 |
<img src="icons/tplayed.gif" width="16" height="16" align="left" border="0" hspace="5" title="Enabled">
|
| - |
|
250 |
<img src="icons/tplay_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| 224 |
<a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
251 |
<a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 225 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Pause">
|
252 |
<img src="icons/tpause.gif" width="16" height="16" align="left" border="0" hspace="0" title="Pause Daemon">
|
| - |
|
253 |
</a>
|
| - |
|
254 |
<a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| - |
|
255 |
<img src="icons/tstop.gif" width="16" height="16" align="left" border="0" hspace="0" title="Disable Daemon">
|
| 226 |
</a>
|
256 |
</a>
|
| 227 |
</td>
|
257 |
</td>
|
| 228 |
</tr>
|
258 |
</tr>
|
| 229 |
</table>
|
259 |
</table>
|
| 230 |
|
260 |
|
| 231 |
<%Case "Daemon Pause Disabled"%>
|
261 |
<%Case "Daemon Pause Disabled"%>
|
| 232 |
<table width="10" border="0" cellspacing="10">
|
262 |
<table width="10" border="0" cellspacing="10">
|
| 233 |
<tr>
|
263 |
<tr>
|
| 234 |
<td align="center" nowrap valign="bottom">
|
264 |
<td align="center" nowrap valign="bottom">
|
| 235 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Pause">
|
265 |
<img src="icons/tplayed.gif" width="16" height="16" align="left" border="0" hspace="5" title="Enabled">
|
| - |
|
266 |
<img src="icons/tplay_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
267 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
268 |
<img src="icons/tstop_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| 236 |
</td>
|
269 |
</td>
|
| 237 |
</tr>
|
270 |
</tr>
|
| 238 |
</table>
|
271 |
</table>
|
| 239 |
|
272 |
|
| 240 |
<%Case "Daemon Resume"%>
|
273 |
<%Case "Daemon Resume"%>
|
| 241 |
<table width="10" border="0" cellspacing="10">
|
274 |
<table width="10" border="0" cellspacing="10">
|
| 242 |
<tr>
|
275 |
<tr>
|
| 243 |
<td align="center" nowrap valign="bottom">
|
276 |
<td align="center" nowrap valign="bottom">
|
| - |
|
277 |
<img src="icons/tpaused.gif" width="16" height="16" align="left" border="0" hspace="5" title="Paused">
|
| 244 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
278 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 245 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Resume">
|
279 |
<img src="icons/tplay.gif" width="16" height="16" align="left" border="0" hspace="0" title="Resume Daemon">
|
| - |
|
280 |
</a>
|
| - |
|
281 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
282 |
<a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| - |
|
283 |
<img src="icons/tstop.gif" width="16" height="16" align="left" border="0" hspace="0" title="Disable Daemon">
|
| 246 |
</a>
|
284 |
</a>
|
| 247 |
</td>
|
285 |
</td>
|
| 248 |
</tr>
|
286 |
</tr>
|
| 249 |
</table>
|
287 |
</table>
|
| 250 |
|
288 |
|
| 251 |
<%Case "Daemon Resume Disabled"%>
|
289 |
<%Case "Daemon Resume Disabled"%>
|
| 252 |
<table width="10" border="0" cellspacing="10">
|
290 |
<table width="10" border="0" cellspacing="10">
|
| 253 |
<tr>
|
291 |
<tr>
|
| 254 |
<td align="center" nowrap valign="bottom">
|
292 |
<td align="center" nowrap valign="bottom">
|
| - |
|
293 |
<img src="icons/tpaused.gif" width="16" height="16" align="left" border="0" hspace="5" title="Paused">
|
| - |
|
294 |
<img src="icons/tplay_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
295 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
296 |
<img src="icons/tstop_dis.gif" width="16" height="16" align="left" border="0" hspace="0">
|
| - |
|
297 |
</td>
|
| - |
|
298 |
</tr>
|
| - |
|
299 |
</table>
|
| - |
|
300 |
|
| - |
|
301 |
<%Case "Daemon Control All"%>
|
| - |
|
302 |
<table width="10" border="0" cellspacing="10">
|
| - |
|
303 |
<tr>
|
| - |
|
304 |
<td align="center" nowrap valign="bottom">
|
| - |
|
305 |
<img src=icons/tpaused.gif width="16" height="16" align="left" border="0" hspace="5" style="visibility:hidden">
|
| - |
|
306 |
<a href="_setDaemonResume.asp?rtag_id=<%=parRtagId%>" class="abtnItem" hspace=5>
|
| 255 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Resume">
|
307 |
<img src="icons/tplay.gif" width="16" height="16" align="left" border="0" hspace="0" title="Enable Daemons">
|
| - |
|
308 |
</a>
|
| - |
|
309 |
<a href="_setDaemonPause.asp?rtag_id=<%=parRtagId%>" class="abtnItem">
|
| - |
|
310 |
<img src="icons/tpause.gif" width="16" height="16" align="left" border="0" hspace="0" title="Pause Daemons">
|
| - |
|
311 |
</a>
|
| - |
|
312 |
<a href="_setDaemonDisable.asp?rtag_id=<%=parRtagId%>" class="abtnItem">
|
| - |
|
313 |
<img src="icons/tstop.gif" width="16" height="16" align="left" border="0" hspace="0" title="Disable Daemons">
|
| - |
|
314 |
</a>
|
| - |
|
315 |
</td>
|
| - |
|
316 |
</tr>
|
| - |
|
317 |
</table>
|
| - |
|
318 |
|
| - |
|
319 |
<%Case "Daemon Control All Disabled"%>
|
| - |
|
320 |
<table width="10" border="0" cellspacing="10">
|
| - |
|
321 |
<tr>
|
| - |
|
322 |
<td align="center" nowrap valign="bottom">
|
| - |
|
323 |
<img src=icons/tpaused.gif width="16" height="16" align="left" border="0" hspace="5" style="visibility:hidden">
|
| - |
|
324 |
<img src="icons/tplay_dis.gif" width="16" height="16" align="left" border="0" hspace="0" title="Enable Daemons">
|
| - |
|
325 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="left" border="0" hspace="0" title="Pause Daemons">
|
| - |
|
326 |
<img src="icons/tstop_dis.gif" width="16" height="16" align="left" border="0" hspace="0" title="Disable Daemons">
|
| 256 |
</td>
|
327 |
</td>
|
| 257 |
</tr>
|
328 |
</tr>
|
| 258 |
</table>
|
329 |
</table>
|
| 259 |
|
330 |
|
| 260 |
<%Case "Add VCS"%>
|
331 |
<%Case "Add VCS"%>
|