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