Subversion Repositories DevTools

Rev

Details | 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
4084 dpurdie 9
   isClosed = (ReleaseMode = enumDB_RELEASE_IN_CLOSED_MODE) OR (ReleaseMode = enumDB_RELEASE_IN_ARCHIVE_MODE)
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">
66
                  <a href="javascript:;" onClick="MM_openBrWindow('_wform_new_patch.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','NewPatch','resizable=yes,scrollbars=yes,width=600,height=400')" class="abtnItem">
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">
73
                  <a href="javascript:;" onClick="MM_openBrWindow('_wform_obsolete_all_patches.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ObsoletePatches','resizable=yes,scrollbars=yes,width=500,height=800')" class="abtnItem">
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">
81
                     <a href="javascript:;" onClick="MM_openBrWindow('_wform_make_release_bulk_patches.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','BulkReleasePatches','resizable=yes,scrollbars=yes,width=355,height=600')" class="abtnItem">
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">
134
               <a href="javascript:;" onClick="MM_openBrWindow('_wform_import_docs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ImportDocs','resizable=yes,width=600,height=220')" class="abtnItem">
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">
148
                  <a href="javascript:;" onClick="MM_openBrWindow('wAddProc.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ImportDocs','resizable=yes,width=800,height=500')" class="abtnItem">
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">
161
               <a href="javascript:;" onClick="MM_openBrWindow('wAddMachtype.asp','AddGBETYPE','resizable=yes,width=600,height=220')" class="abtnItem">
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
 
4029 dpurdie 169
   <%Case "Add BM_NAME"%>
170
      <table width="10" border="0" cellspacing="0">
171
         <tr>
172
            <td align="center" nowrap valign="bottom">
173
               <a href="javascript:;" onClick="MM_openBrWindow('wAddMachclass.asp','AddGBECLASS','resizable=yes,width=600,height=220')" class="abtnItem">
174
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New BM_NAME">
175
                  Add
176
               </a>
177
            </td>
178
         </tr>
179
      </table>
180
 
181
 
3959 dpurdie 182
   <%Case "Add Project Extension"%>
183
      <table width="10" border="0" cellspacing="0" ID="Table1">
184
         <tr>
185
            <td align="center" nowrap valign="bottom">
186
               <a href="javascript:;" onClick="MM_openBrWindow('wAddProjectExtension.asp','AddProjectExtension','resizable=yes,width=600,height=330')" class="abtnItem">
187
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Project Extension">
188
                  Add Project Extension
189
               </a>
190
            </td>
191
         </tr>
192
      </table>
193
 
161 iaugusti 194
   <%Case "Add Build Machine"%>
4029 dpurdie 195
      <table width="10" border="0" cellspacing="0" ID="Table1">
161 iaugusti 196
         <tr>
197
            <td align="center" nowrap valign="bottom">
198
               <a href="javascript:;" onClick="MM_openBrWindow('wAddBuildMachine.asp','AddBuildMachine','resizable=yes,width=600,height=330')" class="abtnItem">
199
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Build Machine">
200
                  Add Build Machine
201
               </a>
202
            </td>
203
         </tr>
204
      </table>
3959 dpurdie 205
 
161 iaugusti 206
 
127 ghuddy 207
   <%Case "Add Licence"%>
4029 dpurdie 208
      <table width="10" border="0" cellspacing="0">
127 ghuddy 209
         <tr>
210
            <td align="center" nowrap valign="bottom">
211
               <!-- NOTE, width and height of this wAddLicence.asp window set such that RaiseMsg() window content fits ok -->
212
               <a href="javascript:;" onClick="MM_openBrWindow('wAddLicence.asp','AddLicence','resizable=yes,width=800,height=400')" class="abtnItem">
213
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Licence">
214
                  Add Licence
215
               </a>
216
            </td>
217
         </tr>
218
      </table>
219
 
220
   <%Case "Add Daemon"%>
221
      <table width="10" border="0" cellspacing="10">
222
         <tr>
223
            <td align="center" nowrap valign="bottom">
161 iaugusti 224
               <a href="javascript:;" onClick="MM_openBrWindow('wAddDaemon.asp?rtag_id=<%=parRtag_id%>','AddDaemon','resizable=yes,width=860,height=240')" class="abtnItem">
127 ghuddy 225
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon">
226
                  Add Daemon
227
               </a>
228
            </td>
229
         </tr>
230
      </table>
231
 
232
   <%Case "Add Schedule"%>
233
      <table width="10" border="0" cellspacing="10">
234
         <tr>
235
            <td align="center" nowrap valign="bottom">
236
               <a href="javascript:;" onClick="MM_openBrWindow('wAddSchedule.asp','AddSchedule','resizable=yes,width=450,height=270')" class="abtnItem">
237
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Schedule">
238
                  Add Schedule
239
               </a>
240
            </td>
241
         </tr>
242
      </table>
177 brianf 243
   <%Case "Add Schedule Disable"%>
244
      <table width="10" border="0" cellspacing="10">
245
         <tr>
246
            <td align="center" nowrap valign="bottom" class="abtnItem">
247
              <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3">
248
              Add Schedule
249
            </td>
250
         </tr>
251
      </table>
127 ghuddy 252
 
253
   <%Case "Indefinite Pause"%>
254
      <table width="10" border="0" cellspacing="10">
255
         <tr>
256
            <td align="center" nowrap valign="bottom">
257
               <a href="_setInfinitePause.asp" class="abtnItem">
258
                  <img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Indefinite Pause">
259
                  Set Indefinite Pause
260
               </a>
261
            </td>
262
         </tr>
263
      </table>
177 brianf 264
   <%Case "Indefinite Pause Disable"%>
265
      <table width="10" border="0" cellspacing="10">
266
         <tr>
267
            <td align="center" nowrap valign="bottom"  class="abtnItem">
268
              <img src="icons/tpause_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
269
              Set Indefinite Pause
270
            </td>
271
         </tr>
272
      </table>
127 ghuddy 273
 
274
   <%Case "Resume"%>
275
      <table width="10" border="0" cellspacing="10">
276
         <tr>
277
            <td align="center" nowrap valign="bottom">
278
               <a href="_setResume.asp" class="abtnItem">
279
                  <img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
280
                  Set Resume
171 brianf 281
            </td>
282
         </tr>
283
      </table>
177 brianf 284
   <%Case "Resume Disable"%>
285
      <table width="10" border="0" cellspacing="10">
286
         <tr>
287
            <td align="center" nowrap valign="bottom" class="abtnItem">
288
              <img src="icons/tplay_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
289
              Set Resume
290
            </td>
291
         </tr>
292
      </table>
171 brianf 293
 
294
   <%Case "Daemon Start"%>
173 brianf 295
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 296
         <tr>
173 brianf 297
            <td valign=top>
298
               <img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Disabled">
299
            </td>
300
            <td valign=top>
171 brianf 301
               <a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 302
                 <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemon">
127 ghuddy 303
               </a>
304
            </td>
173 brianf 305
            <td valign=top>
306
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
307
            </td>
308
            <td valign=top>
309
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
310
            </td>
127 ghuddy 311
         </tr>
312
      </table>
313
 
171 brianf 314
   <%Case "Daemon Start Disabled"%>
173 brianf 315
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 316
         <tr>
173 brianf 317
            <td valign=top>
318
               <img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Disabled">
319
            <td valign=top>
320
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
321
            <td valign=top>
322
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
323
            <td valign=top>
324
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
171 brianf 325
            </td>
326
         </tr>
327
      </table>
328
 
127 ghuddy 329
   <%Case "Daemon Pause"%>
173 brianf 330
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 331
         <tr>
173 brianf 332
            <td valign=top>
333
               <img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Enabled">
334
            </td>
335
            <td valign=top>
336
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
337
            </td>
338
            <td valign=top>
127 ghuddy 339
               <a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 340
               <img src="icons/tpause.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemon">
127 ghuddy 341
               </a>
173 brianf 342
            </td>
343
            <td valign=top>
171 brianf 344
               <a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 345
               <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemon">
171 brianf 346
               </a>
127 ghuddy 347
            </td>
348
         </tr>
349
      </table>
350
 
351
   <%Case "Daemon Pause Disabled"%>
173 brianf 352
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 353
         <tr>
173 brianf 354
            <td valign=top>
355
               <img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Enabled">
127 ghuddy 356
            </td>
173 brianf 357
            <td valign=top>
358
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
359
            </td>
360
            <td valign=top>
361
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
362
            </td>
363
            <td valign=top>
364
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
365
            </td>
127 ghuddy 366
         </tr>
367
      </table>
368
 
369
   <%Case "Daemon Resume"%>
173 brianf 370
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 371
         <tr>
173 brianf 372
            <td valign=top>
373
               <img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Paused">
374
            </td>
375
            <td valign=top>
127 ghuddy 376
               <a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 377
               <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Resume Daemon">
127 ghuddy 378
               </a>
173 brianf 379
            </td>
380
            <td valign=top>
381
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
382
            </td>
383
            <td valign=top>
171 brianf 384
               <a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 385
               <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemon">
171 brianf 386
               </a>
127 ghuddy 387
            </td>
388
         </tr>
389
      </table>
390
 
391
   <%Case "Daemon Resume Disabled"%>
173 brianf 392
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 393
         <tr>
173 brianf 394
            <td valign=top>
395
               <img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Paused">
127 ghuddy 396
            </td>
173 brianf 397
            <td valign=top>
398
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
399
            </td>
400
            <td valign=top>
401
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
402
            </td>
403
            <td valign=top>
404
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
405
            </td>
127 ghuddy 406
         </tr>
407
      </table>
408
 
171 brianf 409
   <%Case "Daemon Control All"%>
173 brianf 410
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 411
         <tr>
173 brianf 412
            <td valign=top>
413
               <img src=icons/tpaused.gif width="16" height="16" border="0" vspace=10 hspace="5" style="visibility:hidden">
414
            </td>
415
            <td valign=top>
416
               <a href="_setDaemonResume.asp?rtag_id=<%=parRtagId%>">
417
                 <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemons">
171 brianf 418
               </a>
173 brianf 419
            </td>
420
            <td valign=top>
421
               <a href="_setDaemonPause.asp?rtag_id=<%=parRtagId%>">
422
                 <img src="icons/tpause.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemons">
171 brianf 423
               </a>
173 brianf 424
            </td>
425
            <td valign=top>
426
               <a href="_setDaemonDisable.asp?rtag_id=<%=parRtagId%>">
427
                 <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemons">
171 brianf 428
               </a>
429
            </td>
430
         </tr>
431
      </table>
432
   <%Case "Daemon Control All Disabled"%>
173 brianf 433
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 434
         <tr>
173 brianf 435
            <td valign=top>
436
               <img src=icons/tpaused.gif width="16" height="16" border="0" vspace=10 hspace="5" style="visibility:hidden">
171 brianf 437
            </td>
173 brianf 438
            <td valign=top>
439
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemons">
440
            </td>
441
            <td valign=top>
442
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemons">
443
            </td>
444
            <td valign=top>
445
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemons">
446
            </td>
171 brianf 447
         </tr>
448
      </table>
449
 
129 ghuddy 450
   <%Case "Add VCS"%>
4029 dpurdie 451
      <table width="10" border="0" cellspacing="0">
129 ghuddy 452
         <tr>
453
            <td align="center" nowrap valign="bottom">
454
               <!-- NOTE, width and height of this wAddVCS.asp window set such that RaiseMsg() window content fits ok -->
455
               <a href="javascript:;" onClick="MM_openBrWindow('wAddVCS.asp','AddVCS','resizable=yes,width=800,height=400')" class="abtnItem">
456
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New VCS">
457
                  Add VCS
458
               </a>
459
            </td>
460
         </tr>
461
      </table>
462
 
147 ghuddy 463
   <%Case "Add Daemon Instruction"%>
464
      <table width="10" border="0" cellspacing="10">
465
         <tr>
466
            <td align="center" nowrap valign="bottom">
467
               <a href="javascript:;" onClick="MM_openBrWindow('wAddDaemonInstruction.asp','AddDaemonInstruction','resizable=yes,width=800,height=350')" class="abtnItem">
468
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon Instruction">
469
                  Add Daemon Instruction
470
               </a>
471
            </td>
472
         </tr>
473
      </table>
474
 
119 ghuddy 475
   <%End Select%>
476
<%End Sub%>