Subversion Repositories DevTools

Rev

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