Subversion Repositories DevTools

Rev

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