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