Subversion Repositories DevTools

Rev

Rev 5590 | Rev 5814 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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