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%>
106
         </tr>
107
      </table>
108
 
119 ghuddy 109
   <%Case "Documentation"%>
127 ghuddy 110
      <table width="10" border="0" cellspacing="10">
111
         <tr>
112
            <td align="center" nowrap valign="bottom">
113
               <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">
114
                  <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">
115
                  Import From Document Repository
116
               </a>
117
            </td>
118
         </tr>
119
      </table>
120
 
119 ghuddy 121
   <%Case "Add Process"%>
127 ghuddy 122
      <table width="10" border="0" cellspacing="10">
123
         <tr>
124
            <%If (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R")  Then%>
125
               <td align="center" nowrap valign="bottom">
126
                  <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">
127
                     <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert processes associated with the package.">
128
                     Add Process
129
                  </a>
130
               </td>
131
            <%End If%>
132
         </tr>
133
      </table>
119 ghuddy 134
 
127 ghuddy 135
   <%Case "Add GBE_MACHTYPE"%>
4029 dpurdie 136
      <table width="10" border="0" cellspacing="0">
127 ghuddy 137
         <tr>
138
            <td align="center" nowrap valign="bottom">
139
               <a href="javascript:;" onClick="MM_openBrWindow('wAddMachtype.asp','AddGBETYPE','resizable=yes,width=600,height=220')" class="abtnItem">
140
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New GBE_MACHTYPE">
4029 dpurdie 141
                  Add
127 ghuddy 142
               </a>
143
            </td>
144
         </tr>
145
      </table>
119 ghuddy 146
 
4029 dpurdie 147
   <%Case "Add BM_NAME"%>
148
      <table width="10" border="0" cellspacing="0">
149
         <tr>
150
            <td align="center" nowrap valign="bottom">
151
               <a href="javascript:;" onClick="MM_openBrWindow('wAddMachclass.asp','AddGBECLASS','resizable=yes,width=600,height=220')" class="abtnItem">
152
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New BM_NAME">
153
                  Add
154
               </a>
155
            </td>
156
         </tr>
157
      </table>
158
 
159
 
3959 dpurdie 160
   <%Case "Add Project Extension"%>
161
      <table width="10" border="0" cellspacing="0" ID="Table1">
162
         <tr>
163
            <td align="center" nowrap valign="bottom">
164
               <a href="javascript:;" onClick="MM_openBrWindow('wAddProjectExtension.asp','AddProjectExtension','resizable=yes,width=600,height=330')" class="abtnItem">
165
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Project Extension">
166
                  Add Project Extension
167
               </a>
168
            </td>
169
         </tr>
170
      </table>
171
 
161 iaugusti 172
   <%Case "Add Build Machine"%>
4029 dpurdie 173
      <table width="10" border="0" cellspacing="0" ID="Table1">
161 iaugusti 174
         <tr>
175
            <td align="center" nowrap valign="bottom">
176
               <a href="javascript:;" onClick="MM_openBrWindow('wAddBuildMachine.asp','AddBuildMachine','resizable=yes,width=600,height=330')" class="abtnItem">
177
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Build Machine">
178
                  Add Build Machine
179
               </a>
180
            </td>
181
         </tr>
182
      </table>
3959 dpurdie 183
 
161 iaugusti 184
 
127 ghuddy 185
   <%Case "Add Licence"%>
4029 dpurdie 186
      <table width="10" border="0" cellspacing="0">
127 ghuddy 187
         <tr>
188
            <td align="center" nowrap valign="bottom">
189
               <!-- NOTE, width and height of this wAddLicence.asp window set such that RaiseMsg() window content fits ok -->
190
               <a href="javascript:;" onClick="MM_openBrWindow('wAddLicence.asp','AddLicence','resizable=yes,width=800,height=400')" class="abtnItem">
191
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Licence">
192
                  Add Licence
193
               </a>
194
            </td>
195
         </tr>
196
      </table>
197
 
198
   <%Case "Add Daemon"%>
199
      <table width="10" border="0" cellspacing="10">
200
         <tr>
201
            <td align="center" nowrap valign="bottom">
161 iaugusti 202
               <a href="javascript:;" onClick="MM_openBrWindow('wAddDaemon.asp?rtag_id=<%=parRtag_id%>','AddDaemon','resizable=yes,width=860,height=240')" class="abtnItem">
127 ghuddy 203
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon">
204
                  Add Daemon
205
               </a>
206
            </td>
207
         </tr>
208
      </table>
209
 
210
   <%Case "Add Schedule"%>
211
      <table width="10" border="0" cellspacing="10">
212
         <tr>
213
            <td align="center" nowrap valign="bottom">
214
               <a href="javascript:;" onClick="MM_openBrWindow('wAddSchedule.asp','AddSchedule','resizable=yes,width=450,height=270')" class="abtnItem">
215
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Schedule">
216
                  Add Schedule
217
               </a>
218
            </td>
219
         </tr>
220
      </table>
177 brianf 221
   <%Case "Add Schedule Disable"%>
222
      <table width="10" border="0" cellspacing="10">
223
         <tr>
224
            <td align="center" nowrap valign="bottom" class="abtnItem">
225
              <img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3">
226
              Add Schedule
227
            </td>
228
         </tr>
229
      </table>
127 ghuddy 230
 
231
   <%Case "Indefinite Pause"%>
232
      <table width="10" border="0" cellspacing="10">
233
         <tr>
234
            <td align="center" nowrap valign="bottom">
235
               <a href="_setInfinitePause.asp" class="abtnItem">
236
                  <img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Indefinite Pause">
237
                  Set Indefinite Pause
238
               </a>
239
            </td>
240
         </tr>
241
      </table>
177 brianf 242
   <%Case "Indefinite Pause Disable"%>
243
      <table width="10" border="0" cellspacing="10">
244
         <tr>
245
            <td align="center" nowrap valign="bottom"  class="abtnItem">
246
              <img src="icons/tpause_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
247
              Set Indefinite Pause
248
            </td>
249
         </tr>
250
      </table>
127 ghuddy 251
 
252
   <%Case "Resume"%>
253
      <table width="10" border="0" cellspacing="10">
254
         <tr>
255
            <td align="center" nowrap valign="bottom">
256
               <a href="_setResume.asp" class="abtnItem">
257
                  <img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
258
                  Set Resume
171 brianf 259
            </td>
260
         </tr>
261
      </table>
177 brianf 262
   <%Case "Resume Disable"%>
263
      <table width="10" border="0" cellspacing="10">
264
         <tr>
265
            <td align="center" nowrap valign="bottom" class="abtnItem">
266
              <img src="icons/tplay_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
267
              Set Resume
268
            </td>
269
         </tr>
270
      </table>
171 brianf 271
 
272
   <%Case "Daemon Start"%>
173 brianf 273
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 274
         <tr>
173 brianf 275
            <td valign=top>
276
               <img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Disabled">
277
            </td>
278
            <td valign=top>
171 brianf 279
               <a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 280
                 <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemon">
127 ghuddy 281
               </a>
282
            </td>
173 brianf 283
            <td valign=top>
284
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
285
            </td>
286
            <td valign=top>
287
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
288
            </td>
127 ghuddy 289
         </tr>
290
      </table>
291
 
171 brianf 292
   <%Case "Daemon Start Disabled"%>
173 brianf 293
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 294
         <tr>
173 brianf 295
            <td valign=top>
296
               <img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Disabled">
297
            <td valign=top>
298
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
299
            <td valign=top>
300
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
301
            <td valign=top>
302
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
171 brianf 303
            </td>
304
         </tr>
305
      </table>
306
 
127 ghuddy 307
   <%Case "Daemon Pause"%>
173 brianf 308
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 309
         <tr>
173 brianf 310
            <td valign=top>
311
               <img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Enabled">
312
            </td>
313
            <td valign=top>
314
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
315
            </td>
316
            <td valign=top>
127 ghuddy 317
               <a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 318
               <img src="icons/tpause.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemon">
127 ghuddy 319
               </a>
173 brianf 320
            </td>
321
            <td valign=top>
171 brianf 322
               <a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 323
               <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemon">
171 brianf 324
               </a>
127 ghuddy 325
            </td>
326
         </tr>
327
      </table>
328
 
329
   <%Case "Daemon Pause Disabled"%>
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">
127 ghuddy 334
            </td>
173 brianf 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>
339
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
340
            </td>
341
            <td valign=top>
342
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
343
            </td>
127 ghuddy 344
         </tr>
345
      </table>
346
 
347
   <%Case "Daemon Resume"%>
173 brianf 348
      <table border="0" cellspacing="0" cellpadding="0">
127 ghuddy 349
         <tr>
173 brianf 350
            <td valign=top>
351
               <img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Paused">
352
            </td>
353
            <td valign=top>
127 ghuddy 354
               <a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 355
               <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Resume Daemon">
127 ghuddy 356
               </a>
173 brianf 357
            </td>
358
            <td valign=top>
359
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
360
            </td>
361
            <td valign=top>
171 brianf 362
               <a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
173 brianf 363
               <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemon">
171 brianf 364
               </a>
127 ghuddy 365
            </td>
366
         </tr>
367
      </table>
368
 
369
   <%Case "Daemon Resume Disabled"%>
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">
127 ghuddy 374
            </td>
173 brianf 375
            <td valign=top>
376
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
377
            </td>
378
            <td valign=top>
379
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
380
            </td>
381
            <td valign=top>
382
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
383
            </td>
127 ghuddy 384
         </tr>
385
      </table>
386
 
171 brianf 387
   <%Case "Daemon Control All"%>
173 brianf 388
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 389
         <tr>
173 brianf 390
            <td valign=top>
391
               <img src=icons/tpaused.gif width="16" height="16" border="0" vspace=10 hspace="5" style="visibility:hidden">
392
            </td>
393
            <td valign=top>
394
               <a href="_setDaemonResume.asp?rtag_id=<%=parRtagId%>">
395
                 <img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemons">
171 brianf 396
               </a>
173 brianf 397
            </td>
398
            <td valign=top>
399
               <a href="_setDaemonPause.asp?rtag_id=<%=parRtagId%>">
400
                 <img src="icons/tpause.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemons">
171 brianf 401
               </a>
173 brianf 402
            </td>
403
            <td valign=top>
404
               <a href="_setDaemonDisable.asp?rtag_id=<%=parRtagId%>">
405
                 <img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemons">
171 brianf 406
               </a>
407
            </td>
408
         </tr>
409
      </table>
410
   <%Case "Daemon Control All Disabled"%>
173 brianf 411
      <table border="0" cellspacing="0" cellpadding="0">
171 brianf 412
         <tr>
173 brianf 413
            <td valign=top>
414
               <img src=icons/tpaused.gif width="16" height="16" border="0" vspace=10 hspace="5" style="visibility:hidden">
171 brianf 415
            </td>
173 brianf 416
            <td valign=top>
417
               <img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemons">
418
            </td>
419
            <td valign=top>
420
               <img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemons">
421
            </td>
422
            <td valign=top>
423
               <img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemons">
424
            </td>
171 brianf 425
         </tr>
426
      </table>
427
 
129 ghuddy 428
   <%Case "Add VCS"%>
4029 dpurdie 429
      <table width="10" border="0" cellspacing="0">
129 ghuddy 430
         <tr>
431
            <td align="center" nowrap valign="bottom">
432
               <!-- NOTE, width and height of this wAddVCS.asp window set such that RaiseMsg() window content fits ok -->
433
               <a href="javascript:;" onClick="MM_openBrWindow('wAddVCS.asp','AddVCS','resizable=yes,width=800,height=400')" class="abtnItem">
434
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New VCS">
435
                  Add VCS
436
               </a>
437
            </td>
438
         </tr>
439
      </table>
440
 
147 ghuddy 441
   <%Case "Add Daemon Instruction"%>
442
      <table width="10" border="0" cellspacing="10">
443
         <tr>
444
            <td align="center" nowrap valign="bottom">
445
               <a href="javascript:;" onClick="MM_openBrWindow('wAddDaemonInstruction.asp','AddDaemonInstruction','resizable=yes,width=800,height=350')" class="abtnItem">
446
                  <img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon Instruction">
447
                  Add Daemon Instruction
448
               </a>
449
            </td>
450
         </tr>
451
      </table>
452
 
119 ghuddy 453
   <%End Select%>
454
<%End Sub%>