Subversion Repositories DevTools

Rev

Rev 6589 | Rev 6591 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<%
2
'=====================================================
127 ghuddy 3
'               Action Buttons
119 ghuddy 4
'=====================================================
5983 dpurdie 5
Sub Action_Buttons ( SSwithTab )
6
    Call Action_Buttons_State(SSwithTab, TRUE) 
7
End Sub
8
 
9
Sub Action_Buttons_State ( SSwithTab, bState )
5080 dpurdie 10
   Dim isClosed, isSDK
5178 dpurdie 11
   isClosed = (releaseIsClosed(ReleaseMode))
4084 dpurdie 12
   Select Case SSwithTab%>
127 ghuddy 13
   <%Case "Build Dependencies"%>
14
      <table width="10" border="0" cellspacing="10">
15
         <tr>
5080 dpurdie 16
            <%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable )   Then%>
127 ghuddy 17
               <td align="center" nowrap valign="bottom">
18
                  <a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_DEPENDENCIES%>" class="abtnItem">
6589 dpurdie 19
                     <img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" title="Add dependency to the list.">
127 ghuddy 20
                     Add
21
                  </a>
22
               </td>
23
 
24
               <td align="center" nowrap valign="bottom">
25
                  <a href="form_edit_deps.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
6589 dpurdie 26
                     <img src="images/i_edit_deps.gif" width="23" height="24" align="absmiddle" border="0" hspace="3" title="Edit dependency list.">
127 ghuddy 27
                     Edit
28
                  </a>
29
               </td>
30
 
31
               <td align="center" nowrap valign="bottom">
5020 dpurdie 32
                  <a href="form_update_<%=Get_Devl_Environment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
6589 dpurdie 33
                     <img src="images/i_import_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Import dependency list from your build file.">
127 ghuddy 34
                     Import
35
                  </a>
36
               </td>
37
            <%End If%>
38
            <td align="center" nowrap valign="bottom">
5020 dpurdie 39
               <a href="form_export_<%=Get_Devl_Environment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
6589 dpurdie 40
                  <img src="images/i_export_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Export this dependency list to be used in your build file.">
127 ghuddy 41
                  Export
42
               </a>
43
            </td>
6590 dpurdie 44
            <td>
45
                <a class="abtnItem nowrap" href="#" onmouseover="showmenu(event,copyPackageMenu)" onmouseout="delayhidemenu()">
46
                <img title="Copy to clipboard" src="images/CopyToClipboard.ico" height="22px" border="0" width="22px" hspace="3" align="absmiddle" border="0">
47
                Copy Package Name</a>
6589 dpurdie 48
            </td>
127 ghuddy 49
         </tr>
50
      </table>
51
 
119 ghuddy 52
   <%Case "Runtime Dependencies"%>
127 ghuddy 53
      <%If IsNull(pkgInfoHash.Item ("is_patch"))Then%>
54
         <table width="10" border="0" cellspacing="10">
55
            <tr>
4084 dpurdie 56
               <%If NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable) Then%>
127 ghuddy 57
                  <td align="center" nowrap valign="bottom">
58
                     <a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_RUNTIME_DEPENDENCIES%>" class="abtnItem">
59
                        <img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" alt="Add runtime dependency to the list.">
60
                        Add
61
                     </a>
62
                  </td>
63
               <%End If%>
64
            </tr>
65
         </table>
66
      <%End If%>
67
 
119 ghuddy 68
   <%Case "Patches"%>
127 ghuddy 69
      <table width="10" border="0" cellspacing="10">
70
         <tr>
5080 dpurdie 71
            <%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND (pkgInfoHash.Item ("dlocked") = "Y") Then%>
127 ghuddy 72
               <td align="center" nowrap valign="bottom">
5590 dpurdie 73
                  <a href="javascript:;" onClick="MM_openVixIFrame('_wform_new_patch.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','New Patch')" class="abtnItem">
127 ghuddy 74
                     <img src="images/i_add_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Add a patch to this package.">
75
                     Add
76
                  </a>
77
               </td>
78
 
79
               <td align="center" nowrap valign="bottom">
5590 dpurdie 80
                  <a href="javascript:;" onClick="MM_openVixIFrame('_wform_obsolete_all_patches.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Obsolete Patches')" class="abtnItem">
127 ghuddy 81
                     <img src="images/abtn_obsolete_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Obsolete patches in one go.">
82
                     Roll-up Obsolete Patches
83
                  </a>
84
               </td>
85
 
5061 dpurdie 86
               <%If canShowControlInProject("ReleasePatch") Then%>
127 ghuddy 87
                  <td align="center" nowrap valign="bottom">
5590 dpurdie 88
                     <a href="javascript:;" onClick="MM_openVixIFrame('_wform_make_release_bulk_patches.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Bulk Patch Release')" class="abtnItem">
127 ghuddy 89
                        <img src="images/abtn_make_release_bulk_patches.gif" width="25" height="25" align="absmiddle" border="0" hspace="3" alt="Make Release patches in one go.">
90
                        Make Release Bulk Patches
91
                     </a>
92
                  </td>
93
               <%End If%>
94
            <%End If%>
95
         </tr>
96
      </table>
97
 
119 ghuddy 98
   <%Case "Release Notes"%>
127 ghuddy 99
      <table width="10" border="0" cellspacing="10">
100
         <tr>
101
            <%If (pkgInfoHash.Item ("dlocked") = "Y") AND (InStr(pkgInfoHash.Item ("release_notes_info"),"MSG:") < 1) AND NOT IsNull(pkgInfoHash.Item ("release_notes_info")) Then%>
102
               <td align="center" nowrap valign="bottom">
177 brianf 103
                  <a href="<%=HTTP_PKG_ARCHIVE & pkgInfoHash.Item ("release_notes_info")%>" class="abtnItem">
127 ghuddy 104
                     <img src="images/btn_download.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Download full release notes.">
105
                     Download
106
                  </a>
107
               </td>
108
            <%Else%>
109
               <td align="center" nowrap valign="bottom" class="abtnItem">
110
                  <img src="images/btn_download_off.gif" width="22" height="22" align="absmiddle" border="0" hspace="3">
111
                  <label disabled>
112
                     Download
113
                  </label>
114
               </td>
115
            <%End If%>
5061 dpurdie 116
            <%If (canActionControlInProject("EditCriticalInfoForLockedPackage")) Then
4084 dpurdie 117
                If NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "Y") AND (pkgInfoHash.Item ("release_notes_info") <> enum_RELEASE_NOTES_NOT_FOUND_IN_ARCHIVE)) Then %>
4042 dpurdie 118
                   <td align="center" nowrap valign="bottom">
119
                      <a href="fixed_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&resetNotes=1" class="abtnItem">
120
                         <img src="images/i_sync_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Regenerate Release Notes">
121
                         Regenerate Notes
122
                      </a>
123
                   </td>
124
                <%Else%>
125
                   <td align="center" nowrap valign="bottom" class="abtnItem">
126
                      <a>
127
                         <img src="images/i_sync_off.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Regenerate Release Notes">
128
                         Regenerate Notes
129
                      </a>
130
                   </td>
131
                <%End If%>
132
            <%End If%>
127 ghuddy 133
         </tr>
134
      </table>
135
 
119 ghuddy 136
   <%Case "Documentation"%>
127 ghuddy 137
      <table width="10" border="0" cellspacing="10">
138
         <tr>
5080 dpurdie 139
            <% If NOT isClosed AND NOT isSDK Then %>
127 ghuddy 140
            <td align="center" nowrap valign="bottom">
5590 dpurdie 141
               <a href="javascript:;" onClick="MM_openVixIFrame('_wform_import_docs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Import Documents')" class="abtnItem">
127 ghuddy 142
                  <img src="images/i_import_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Import document details from ERG document repository">
143
                  Import From Document Repository
144
               </a>
145
            </td>
4084 dpurdie 146
            <%End If%>
127 ghuddy 147
         </tr>
148
      </table>
149
 
119 ghuddy 150
   <%Case "Add Process"%>
127 ghuddy 151
      <table width="10" border="0" cellspacing="10">
152
         <tr>
4084 dpurdie 153
            <%If  NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R"))  Then%>
127 ghuddy 154
               <td align="center" nowrap valign="bottom">
5590 dpurdie 155
                  <a href="javascript:;" onClick="MM_openVixIFrame('wAddProc.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Add Process')" class="abtnItem">
127 ghuddy 156
                     <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert processes associated with the package.">
157
                     Add Process
158
                  </a>
159
               </td>
160
            <%End If%>
161
         </tr>
162
      </table>
119 ghuddy 163
 
127 ghuddy 164
   <%Case "Add GBE_MACHTYPE"%>
4029 dpurdie 165
      <table width="10" border="0" cellspacing="0">
127 ghuddy 166
         <tr>
5983 dpurdie 167
            <td align="center" nowrap valign="bottom" class="abtnItem">
168
            <%If bState Then%>
169
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddMachtype.asp','Add Machine Type')" >
127 ghuddy 170
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New GBE_MACHTYPE">
4029 dpurdie 171
                  Add
127 ghuddy 172
               </a>
5983 dpurdie 173
            <%Else%>
174
                 <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New GBE_MACHTYPE">
175
                 Add
176
            <%End If%>
127 ghuddy 177
            </td>
178
         </tr>
179
      </table>
119 ghuddy 180
 
5122 dpurdie 181
   <%Case "Add GBE_BUILDSTANDARD"%>
182
      <table width="10" border="0" cellspacing="0">
183
         <tr>
5983 dpurdie 184
            <td align="center" nowrap valign="bottom"  class="abtnItem">
185
            <%If bState Then%>
186
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddBuildStandard.asp','Add Build Standard')" title="Insert New Build Standard">
5122 dpurdie 187
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" >
188
                  Add
189
               </a>
5983 dpurdie 190
            <%Else%>
191
                  <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Build Standard">
192
                  Add
193
            <%End If%>
5122 dpurdie 194
            </td>
195
         </tr>
196
      </table>
197
 
198
 
4029 dpurdie 199
   <%Case "Add BM_NAME"%>
200
      <table width="10" border="0" cellspacing="0">
201
         <tr>
5983 dpurdie 202
            <td align="center" nowrap valign="bottom" class="abtnItem">
203
            <%If bState Then%>
204
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddMachclass.asp','Add New Class of Build Machine')">
4029 dpurdie 205
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New BM_NAME">
206
                  Add
207
               </a>
5983 dpurdie 208
            <%Else%>
209
                 <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New BM_NAME">
210
                 Add
211
            <%End If%>
4029 dpurdie 212
            </td>
213
         </tr>
214
      </table>
215
 
3959 dpurdie 216
   <%Case "Add Project Extension"%>
5983 dpurdie 217
      <table width="100%" border="0" cellspacing="0" ID="Table1">
3959 dpurdie 218
         <tr>
5983 dpurdie 219
            <td align="right" nowrap valign="bottom" class="abtnItem">
220
            <%If bState Then%>
221
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddProjectExtension.asp','Add Project Extension')" >
3959 dpurdie 222
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Project Extension">
223
                  Add Project Extension
224
               </a>
5983 dpurdie 225
            <%Else%>
226
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Project Extension">
227
                  Add Project Extension
228
            <%End If%>
3959 dpurdie 229
            </td>
230
         </tr>
231
      </table>
232
 
161 iaugusti 233
   <%Case "Add Build Machine"%>
4029 dpurdie 234
      <table width="10" border="0" cellspacing="0" ID="Table1">
161 iaugusti 235
         <tr>
5983 dpurdie 236
            <td align="center" nowrap valign="bottom" class="abtnItem">
237
            <%If bState Then%>
238
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddBuildMachine.asp','Add Build Machine')">
161 iaugusti 239
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Build Machine">
240
                  Add Build Machine
241
               </a>
5983 dpurdie 242
            <%Else%>
243
                 <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Build Machine">
244
                  Add Build Machine
245
            <%End If%>
161 iaugusti 246
            </td>
247
         </tr>
248
      </table>
3959 dpurdie 249
 
161 iaugusti 250
 
127 ghuddy 251
   <%Case "Add Licence"%>
5983 dpurdie 252
      <table width="100%" border="0" cellspacing="0">
127 ghuddy 253
         <tr>
5983 dpurdie 254
            <td align="right" nowrap valign="bottom" class="abtnItem">
255
            <%If bState Then%>
256
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddLicence.asp','Add Licence')" >
127 ghuddy 257
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Licence">
258
                  Add Licence
259
               </a>
5983 dpurdie 260
            <%Else%>
261
                  <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Licence">
262
                  Add Licence
263
            <%End If%>
127 ghuddy 264
            </td>
265
         </tr>
266
      </table>
267
 
5983 dpurdie 268
   <%Case "Add VCS"%>
269
      <table width="100%" border="0" cellspacing="0">
270
         <tr>
271
            <td align="right" nowrap valign="bottom" class="abtnItem">
272
            <%If bState Then%>
273
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddVCS.asp','Add New VCS')" >
274
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New VCS">
275
                  Add VCS
276
               </a>
277
            <%Else%>
278
                  <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New VCS">
279
                  Add VCS
280
            <%End If%>
281
            </td>
282
         </tr>
283
      </table>
284
 
127 ghuddy 285
   <%Case "Add Daemon"%>
286
      <table width="10" border="0" cellspacing="10">
287
         <tr>
288
            <td align="center" nowrap valign="bottom">
5590 dpurdie 289
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddDaemon.asp?rtag_id=<%=parRtag_id%>','Add Build Daemon')" class="abtnItem">
127 ghuddy 290
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon">
291
                  Add Daemon
292
               </a>
293
            </td>
294
         </tr>
295
      </table>
296
 
297
   <%Case "Add Schedule"%>
5123 dpurdie 298
      <table width="10" border="0" cellspacing="0">
127 ghuddy 299
         <tr>
300
            <td align="center" nowrap valign="bottom">
5590 dpurdie 301
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddSchedule.asp','Add a new Schedule')" class="abtnItem">
127 ghuddy 302
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Schedule">
303
                  Add Schedule
304
               </a>
305
            </td>
306
         </tr>
307
      </table>
177 brianf 308
   <%Case "Add Schedule Disable"%>
5123 dpurdie 309
      <table width="10" border="0" cellspacing="0">
177 brianf 310
         <tr>
311
            <td align="center" nowrap valign="bottom" class="abtnItem">
312
              <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3">
313
              Add Schedule
314
            </td>
315
         </tr>
316
      </table>
127 ghuddy 317
 
318
   <%Case "Indefinite Pause"%>
5123 dpurdie 319
      <table width="10" border="0" cellspacing="0">
127 ghuddy 320
         <tr>
321
            <td align="center" nowrap valign="bottom">
322
               <a href="_setInfinitePause.asp" class="abtnItem">
323
                  <img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Indefinite Pause">
324
                  Set Indefinite Pause
325
               </a>
326
            </td>
327
         </tr>
328
      </table>
177 brianf 329
   <%Case "Indefinite Pause Disable"%>
5123 dpurdie 330
      <table width="10" border="0" cellspacing="0">
177 brianf 331
         <tr>
332
            <td align="center" nowrap valign="bottom"  class="abtnItem">
333
              <img src="icons/tpause_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
334
              Set Indefinite Pause
335
            </td>
336
         </tr>
337
      </table>
127 ghuddy 338
 
339
   <%Case "Resume"%>
5157 dpurdie 340
      <table width="10" border="0" cellspacing="0">
127 ghuddy 341
         <tr>
342
            <td align="center" nowrap valign="bottom">
343
               <a href="_setResume.asp" class="abtnItem">
344
                  <img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
345
                  Set Resume
171 brianf 346
            </td>
347
         </tr>
348
      </table>
5982 dpurdie 349
 
177 brianf 350
   <%Case "Resume Disable"%>
5157 dpurdie 351
      <table width="10" border="0" cellspacing="0">
177 brianf 352
         <tr>
353
            <td align="center" nowrap valign="bottom" class="abtnItem">
354
              <img src="icons/tplay_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
355
              Set Resume
356
            </td>
357
         </tr>
358
      </table>
171 brianf 359
 
360
   <%Case "Daemon Start"%>
173 brianf 361
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 362
         <tr>
173 brianf 363
            <td valign=top>
5623 dpurdie 364
               <img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=2 hspace="5" title="Disabled">
173 brianf 365
            </td>
366
            <td valign=top>
5623 dpurdie 367
               <a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>" class="abtnItem">
368
                 <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Enable Daemon">
127 ghuddy 369
               </a>
370
            </td>
173 brianf 371
            <td valign=top>
5623 dpurdie 372
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 373
            </td>
374
            <td valign=top>
5623 dpurdie 375
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 376
            </td>
127 ghuddy 377
         </tr>
378
      </table>
379
 
171 brianf 380
   <%Case "Daemon Start Disabled"%>
173 brianf 381
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 382
         <tr>
173 brianf 383
            <td valign=top>
5623 dpurdie 384
               <img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=2 hspace="5" title="Disabled">
173 brianf 385
            <td valign=top>
5623 dpurdie 386
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 387
            <td valign=top>
5623 dpurdie 388
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 389
            <td valign=top>
5623 dpurdie 390
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
171 brianf 391
            </td>
392
         </tr>
393
      </table>
394
 
127 ghuddy 395
   <%Case "Daemon Pause"%>
173 brianf 396
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 397
         <tr>
173 brianf 398
            <td valign=top>
5623 dpurdie 399
               <img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=2 hspace="5" title="Enabled">
173 brianf 400
            </td>
401
            <td valign=top>
5623 dpurdie 402
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 403
            </td>
404
            <td valign=top>
5623 dpurdie 405
               <a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>" class="abtnItem">
406
               <img src="icons/tpause.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Pause Daemon">
127 ghuddy 407
               </a>
173 brianf 408
            </td>
409
            <td valign=top>
5623 dpurdie 410
               <a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>" class="abtnItem">
411
               <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Disable Daemon">
171 brianf 412
               </a>
127 ghuddy 413
            </td>
414
         </tr>
415
      </table>
416
 
417
   <%Case "Daemon Pause Disabled"%>
173 brianf 418
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 419
         <tr>
173 brianf 420
            <td valign=top>
5623 dpurdie 421
               <img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=2 hspace="5" title="Enabled">
127 ghuddy 422
            </td>
173 brianf 423
            <td valign=top>
5623 dpurdie 424
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 425
            </td>
426
            <td valign=top>
5623 dpurdie 427
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 428
            </td>
429
            <td valign=top>
5623 dpurdie 430
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 431
            </td>
127 ghuddy 432
         </tr>
433
      </table>
434
 
435
   <%Case "Daemon Resume"%>
173 brianf 436
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 437
         <tr>
173 brianf 438
            <td valign=top>
5623 dpurdie 439
               <img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=2 hspace="5" title="Paused">
173 brianf 440
            </td>
441
            <td valign=top>
5623 dpurdie 442
               <a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>" class="abtnItem">
443
               <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Resume Daemon">
127 ghuddy 444
               </a>
173 brianf 445
            </td>
446
            <td valign=top>
5623 dpurdie 447
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 448
            </td>
449
            <td valign=top>
5623 dpurdie 450
               <a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>" class="abtnItem">
451
               <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Disable Daemon">
171 brianf 452
               </a>
127 ghuddy 453
            </td>
454
         </tr>
455
      </table>
456
 
457
   <%Case "Daemon Resume Disabled"%>
173 brianf 458
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 459
         <tr>
173 brianf 460
            <td valign=top>
5623 dpurdie 461
               <img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=2 hspace="5" title="Paused">
127 ghuddy 462
            </td>
173 brianf 463
            <td valign=top>
5623 dpurdie 464
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 465
            </td>
466
            <td valign=top>
5623 dpurdie 467
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 468
            </td>
469
            <td valign=top>
5623 dpurdie 470
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0">
173 brianf 471
            </td>
127 ghuddy 472
         </tr>
473
      </table>
474
 
171 brianf 475
   <%Case "Daemon Control All"%>
173 brianf 476
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 477
         <tr>
173 brianf 478
            <td valign=top>
5623 dpurdie 479
               <img src=icons/tpaused.gif width="16" height="16" border="0" vspace=2 hspace="5" style="visibility:hidden">
173 brianf 480
            </td>
481
            <td valign=top>
5623 dpurdie 482
               <a href="_setDaemonResume.asp?rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>">
483
                 <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Enable Daemons">
171 brianf 484
               </a>
173 brianf 485
            </td>
486
            <td valign=top>
5623 dpurdie 487
               <a href="_setDaemonPause.asp?rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>">
488
                 <img src="icons/tpause.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Pause Daemons">
171 brianf 489
               </a>
173 brianf 490
            </td>
491
            <td valign=top>
5623 dpurdie 492
               <a href="_setDaemonDisable.asp?rtag_id=<%=parRtagId%>&rfile=<%=scriptName%>">
493
                 <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Disable Daemons">
171 brianf 494
               </a>
495
            </td>
496
         </tr>
497
      </table>
5983 dpurdie 498
 
171 brianf 499
   <%Case "Daemon Control All Disabled"%>
173 brianf 500
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 501
         <tr>
173 brianf 502
            <td valign=top>
5623 dpurdie 503
               <img src=icons/tpaused.gif width="16" height="16" border="0" vspace=2 hspace="5" style="visibility:hidden">
171 brianf 504
            </td>
173 brianf 505
            <td valign=top>
5623 dpurdie 506
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Enable Daemons">
173 brianf 507
            </td>
508
            <td valign=top>
5623 dpurdie 509
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Pause Daemons">
173 brianf 510
            </td>
511
            <td valign=top>
5623 dpurdie 512
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Disable Daemons">
173 brianf 513
            </td>
171 brianf 514
         </tr>
515
      </table>
516
 
6267 dpurdie 517
   <%Case "Daemon Unavailable"%>
518
      <table border="0" cellspacing="0" cellpadding="0">
519
         <tr>
520
            <td valign=top>
521
               <img src=icons/tpaused_notfound.gif width="16" height="16" border="0" vspace=2 hspace="5">
522
            </td>
523
            <td valign=top>
524
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Enable Daemons">
525
            </td>
526
            <td valign=top>
527
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Pause Daemons">
528
            </td>
529
            <td valign=top>
530
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=2 hspace="0" title="Disable Daemons">
531
            </td>
532
         </tr>
533
      </table>
534
 
147 ghuddy 535
   <%Case "Add Daemon Instruction"%>
536
      <table width="10" border="0" cellspacing="10">
537
         <tr>
538
            <td align="center" nowrap valign="bottom">
5590 dpurdie 539
               <a href="javascript:;" onClick="MM_openVixIFrame('wAddDaemonInstruction.asp','Insert New Daemon Instruction')" class="abtnItem">
147 ghuddy 540
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon Instruction">
541
                  Add Daemon Instruction
542
               </a>
543
            </td>
544
         </tr>
545
      </table>
546
 
119 ghuddy 547
   <%End Select%>
548
<%End Sub%>