| 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">
|
|
|
66 |
<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">
|
|
|
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">
|
|
|
73 |
<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">
|
|
|
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">
|
|
|
81 |
<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">
|
|
|
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">
|
|
|
134 |
<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">
|
|
|
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">
|
|
|
148 |
<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">
|
|
|
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">
|
|
|
161 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddMachtype.asp','AddGBETYPE','resizable=yes,width=600,height=220')" class="abtnItem">
|
|
|
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">
|
|
|
173 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddBuildStandard.asp','AddGBEBuildStandard','resizable=yes,width=600,height=220')" class="abtnItem" title="Insert New Build Standard">
|
|
|
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">
|
|
|
186 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddMachclass.asp','AddGBECLASS','resizable=yes,width=600,height=220')" class="abtnItem">
|
|
|
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">
|
|
|
199 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddProjectExtension.asp','AddProjectExtension','resizable=yes,width=600,height=330')" class="abtnItem">
|
|
|
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">
|
|
|
211 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddBuildMachine.asp','AddBuildMachine','resizable=yes,width=600,height=330')" class="abtnItem">
|
|
|
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">
|
|
|
224 |
<!-- NOTE, width and height of this wAddLicence.asp window set such that RaiseMsg() window content fits ok -->
|
|
|
225 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddLicence.asp','AddLicence','resizable=yes,width=800,height=400')" class="abtnItem">
|
|
|
226 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Licence">
|
|
|
227 |
Add Licence
|
|
|
228 |
</a>
|
|
|
229 |
</td>
|
|
|
230 |
</tr>
|
|
|
231 |
</table>
|
|
|
232 |
|
|
|
233 |
<%Case "Add Daemon"%>
|
|
|
234 |
<table width="10" border="0" cellspacing="10">
|
|
|
235 |
<tr>
|
|
|
236 |
<td align="center" nowrap valign="bottom">
|
| 161 |
iaugusti |
237 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddDaemon.asp?rtag_id=<%=parRtag_id%>','AddDaemon','resizable=yes,width=860,height=240')" class="abtnItem">
|
| 127 |
ghuddy |
238 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon">
|
|
|
239 |
Add Daemon
|
|
|
240 |
</a>
|
|
|
241 |
</td>
|
|
|
242 |
</tr>
|
|
|
243 |
</table>
|
|
|
244 |
|
|
|
245 |
<%Case "Add Schedule"%>
|
| 5123 |
dpurdie |
246 |
<table width="10" border="0" cellspacing="0">
|
| 127 |
ghuddy |
247 |
<tr>
|
|
|
248 |
<td align="center" nowrap valign="bottom">
|
|
|
249 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddSchedule.asp','AddSchedule','resizable=yes,width=450,height=270')" class="abtnItem">
|
|
|
250 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Schedule">
|
|
|
251 |
Add Schedule
|
|
|
252 |
</a>
|
|
|
253 |
</td>
|
|
|
254 |
</tr>
|
|
|
255 |
</table>
|
| 177 |
brianf |
256 |
<%Case "Add Schedule Disable"%>
|
| 5123 |
dpurdie |
257 |
<table width="10" border="0" cellspacing="0">
|
| 177 |
brianf |
258 |
<tr>
|
|
|
259 |
<td align="center" nowrap valign="bottom" class="abtnItem">
|
|
|
260 |
<img src="icons/btn_add_dis.gif" width="13" height="13" align="absmiddle" border="0" hspace="3">
|
|
|
261 |
Add Schedule
|
|
|
262 |
</td>
|
|
|
263 |
</tr>
|
|
|
264 |
</table>
|
| 127 |
ghuddy |
265 |
|
|
|
266 |
<%Case "Indefinite Pause"%>
|
| 5123 |
dpurdie |
267 |
<table width="10" border="0" cellspacing="0">
|
| 127 |
ghuddy |
268 |
<tr>
|
|
|
269 |
<td align="center" nowrap valign="bottom">
|
|
|
270 |
<a href="_setInfinitePause.asp" class="abtnItem">
|
|
|
271 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Indefinite Pause">
|
|
|
272 |
Set Indefinite Pause
|
|
|
273 |
</a>
|
|
|
274 |
</td>
|
|
|
275 |
</tr>
|
|
|
276 |
</table>
|
| 177 |
brianf |
277 |
<%Case "Indefinite Pause Disable"%>
|
| 5123 |
dpurdie |
278 |
<table width="10" border="0" cellspacing="0">
|
| 177 |
brianf |
279 |
<tr>
|
|
|
280 |
<td align="center" nowrap valign="bottom" class="abtnItem">
|
|
|
281 |
<img src="icons/tpause_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
|
|
|
282 |
Set Indefinite Pause
|
|
|
283 |
</td>
|
|
|
284 |
</tr>
|
|
|
285 |
</table>
|
| 127 |
ghuddy |
286 |
|
|
|
287 |
<%Case "Resume"%>
|
| 5157 |
dpurdie |
288 |
<table width="10" border="0" cellspacing="0">
|
| 127 |
ghuddy |
289 |
<tr>
|
|
|
290 |
<td align="center" nowrap valign="bottom">
|
|
|
291 |
<a href="_setResume.asp" class="abtnItem">
|
|
|
292 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
|
|
|
293 |
Set Resume
|
| 171 |
brianf |
294 |
</td>
|
|
|
295 |
</tr>
|
|
|
296 |
</table>
|
| 177 |
brianf |
297 |
<%Case "Resume Disable"%>
|
| 5157 |
dpurdie |
298 |
<table width="10" border="0" cellspacing="0">
|
| 177 |
brianf |
299 |
<tr>
|
|
|
300 |
<td align="center" nowrap valign="bottom" class="abtnItem">
|
|
|
301 |
<img src="icons/tplay_dis.gif" width="16" height="16" align="absmiddle" border="0" hspace="3">
|
|
|
302 |
Set Resume
|
|
|
303 |
</td>
|
|
|
304 |
</tr>
|
|
|
305 |
</table>
|
| 171 |
brianf |
306 |
|
|
|
307 |
<%Case "Daemon Start"%>
|
| 173 |
brianf |
308 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 171 |
brianf |
309 |
<tr>
|
| 173 |
brianf |
310 |
<td valign=top>
|
|
|
311 |
<img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Disabled">
|
|
|
312 |
</td>
|
|
|
313 |
<td valign=top>
|
| 171 |
brianf |
314 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 173 |
brianf |
315 |
<img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemon">
|
| 127 |
ghuddy |
316 |
</a>
|
|
|
317 |
</td>
|
| 173 |
brianf |
318 |
<td valign=top>
|
|
|
319 |
<img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
320 |
</td>
|
|
|
321 |
<td valign=top>
|
|
|
322 |
<img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
323 |
</td>
|
| 127 |
ghuddy |
324 |
</tr>
|
|
|
325 |
</table>
|
|
|
326 |
|
| 171 |
brianf |
327 |
<%Case "Daemon Start Disabled"%>
|
| 173 |
brianf |
328 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 171 |
brianf |
329 |
<tr>
|
| 173 |
brianf |
330 |
<td valign=top>
|
|
|
331 |
<img src="icons/tstopped.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Disabled">
|
|
|
332 |
<td valign=top>
|
|
|
333 |
<img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
334 |
<td valign=top>
|
|
|
335 |
<img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
336 |
<td valign=top>
|
|
|
337 |
<img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
| 171 |
brianf |
338 |
</td>
|
|
|
339 |
</tr>
|
|
|
340 |
</table>
|
|
|
341 |
|
| 127 |
ghuddy |
342 |
<%Case "Daemon Pause"%>
|
| 173 |
brianf |
343 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 127 |
ghuddy |
344 |
<tr>
|
| 173 |
brianf |
345 |
<td valign=top>
|
|
|
346 |
<img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Enabled">
|
|
|
347 |
</td>
|
|
|
348 |
<td valign=top>
|
|
|
349 |
<img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
350 |
</td>
|
|
|
351 |
<td valign=top>
|
| 127 |
ghuddy |
352 |
<a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 173 |
brianf |
353 |
<img src="icons/tpause.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemon">
|
| 127 |
ghuddy |
354 |
</a>
|
| 173 |
brianf |
355 |
</td>
|
|
|
356 |
<td valign=top>
|
| 171 |
brianf |
357 |
<a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 173 |
brianf |
358 |
<img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemon">
|
| 171 |
brianf |
359 |
</a>
|
| 127 |
ghuddy |
360 |
</td>
|
|
|
361 |
</tr>
|
|
|
362 |
</table>
|
|
|
363 |
|
|
|
364 |
<%Case "Daemon Pause Disabled"%>
|
| 173 |
brianf |
365 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 127 |
ghuddy |
366 |
<tr>
|
| 173 |
brianf |
367 |
<td valign=top>
|
|
|
368 |
<img src="icons/tplayed.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Enabled">
|
| 127 |
ghuddy |
369 |
</td>
|
| 173 |
brianf |
370 |
<td valign=top>
|
|
|
371 |
<img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
372 |
</td>
|
|
|
373 |
<td valign=top>
|
|
|
374 |
<img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
375 |
</td>
|
|
|
376 |
<td valign=top>
|
|
|
377 |
<img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
378 |
</td>
|
| 127 |
ghuddy |
379 |
</tr>
|
|
|
380 |
</table>
|
|
|
381 |
|
|
|
382 |
<%Case "Daemon Resume"%>
|
| 173 |
brianf |
383 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 127 |
ghuddy |
384 |
<tr>
|
| 173 |
brianf |
385 |
<td valign=top>
|
|
|
386 |
<img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Paused">
|
|
|
387 |
</td>
|
|
|
388 |
<td valign=top>
|
| 127 |
ghuddy |
389 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 173 |
brianf |
390 |
<img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Resume Daemon">
|
| 127 |
ghuddy |
391 |
</a>
|
| 173 |
brianf |
392 |
</td>
|
|
|
393 |
<td valign=top>
|
|
|
394 |
<img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
395 |
</td>
|
|
|
396 |
<td valign=top>
|
| 171 |
brianf |
397 |
<a href="_setDaemonDisable.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 173 |
brianf |
398 |
<img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemon">
|
| 171 |
brianf |
399 |
</a>
|
| 127 |
ghuddy |
400 |
</td>
|
|
|
401 |
</tr>
|
|
|
402 |
</table>
|
|
|
403 |
|
|
|
404 |
<%Case "Daemon Resume Disabled"%>
|
| 173 |
brianf |
405 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 127 |
ghuddy |
406 |
<tr>
|
| 173 |
brianf |
407 |
<td valign=top>
|
|
|
408 |
<img src="icons/tpaused.gif" width="16" height="16" border="0" vspace=10 hspace="5" title="Paused">
|
| 127 |
ghuddy |
409 |
</td>
|
| 173 |
brianf |
410 |
<td valign=top>
|
|
|
411 |
<img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
412 |
</td>
|
|
|
413 |
<td valign=top>
|
|
|
414 |
<img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
415 |
</td>
|
|
|
416 |
<td valign=top>
|
|
|
417 |
<img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0">
|
|
|
418 |
</td>
|
| 127 |
ghuddy |
419 |
</tr>
|
|
|
420 |
</table>
|
|
|
421 |
|
| 171 |
brianf |
422 |
<%Case "Daemon Control All"%>
|
| 173 |
brianf |
423 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 171 |
brianf |
424 |
<tr>
|
| 173 |
brianf |
425 |
<td valign=top>
|
|
|
426 |
<img src=icons/tpaused.gif width="16" height="16" border="0" vspace=10 hspace="5" style="visibility:hidden">
|
|
|
427 |
</td>
|
|
|
428 |
<td valign=top>
|
|
|
429 |
<a href="_setDaemonResume.asp?rtag_id=<%=parRtagId%>">
|
|
|
430 |
<img src="icons/tplay.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemons">
|
| 171 |
brianf |
431 |
</a>
|
| 173 |
brianf |
432 |
</td>
|
|
|
433 |
<td valign=top>
|
|
|
434 |
<a href="_setDaemonPause.asp?rtag_id=<%=parRtagId%>">
|
|
|
435 |
<img src="icons/tpause.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemons">
|
| 171 |
brianf |
436 |
</a>
|
| 173 |
brianf |
437 |
</td>
|
|
|
438 |
<td valign=top>
|
|
|
439 |
<a href="_setDaemonDisable.asp?rtag_id=<%=parRtagId%>">
|
|
|
440 |
<img src="icons/tstop.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemons">
|
| 171 |
brianf |
441 |
</a>
|
|
|
442 |
</td>
|
|
|
443 |
</tr>
|
|
|
444 |
</table>
|
|
|
445 |
<%Case "Daemon Control All Disabled"%>
|
| 173 |
brianf |
446 |
<table border="0" cellspacing="0" cellpadding="0">
|
| 171 |
brianf |
447 |
<tr>
|
| 173 |
brianf |
448 |
<td valign=top>
|
|
|
449 |
<img src=icons/tpaused.gif width="16" height="16" border="0" vspace=10 hspace="5" style="visibility:hidden">
|
| 171 |
brianf |
450 |
</td>
|
| 173 |
brianf |
451 |
<td valign=top>
|
|
|
452 |
<img src="icons/tplay_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Enable Daemons">
|
|
|
453 |
</td>
|
|
|
454 |
<td valign=top>
|
|
|
455 |
<img src="icons/tpause_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Pause Daemons">
|
|
|
456 |
</td>
|
|
|
457 |
<td valign=top>
|
|
|
458 |
<img src="icons/tstop_dis.gif" width="16" height="16" border="0" vspace=10 hspace="0" title="Disable Daemons">
|
|
|
459 |
</td>
|
| 171 |
brianf |
460 |
</tr>
|
|
|
461 |
</table>
|
|
|
462 |
|
| 129 |
ghuddy |
463 |
<%Case "Add VCS"%>
|
| 4029 |
dpurdie |
464 |
<table width="10" border="0" cellspacing="0">
|
| 129 |
ghuddy |
465 |
<tr>
|
|
|
466 |
<td align="center" nowrap valign="bottom">
|
|
|
467 |
<!-- NOTE, width and height of this wAddVCS.asp window set such that RaiseMsg() window content fits ok -->
|
|
|
468 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddVCS.asp','AddVCS','resizable=yes,width=800,height=400')" class="abtnItem">
|
|
|
469 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New VCS">
|
|
|
470 |
Add VCS
|
|
|
471 |
</a>
|
|
|
472 |
</td>
|
|
|
473 |
</tr>
|
|
|
474 |
</table>
|
|
|
475 |
|
| 147 |
ghuddy |
476 |
<%Case "Add Daemon Instruction"%>
|
|
|
477 |
<table width="10" border="0" cellspacing="10">
|
|
|
478 |
<tr>
|
|
|
479 |
<td align="center" nowrap valign="bottom">
|
|
|
480 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddDaemonInstruction.asp','AddDaemonInstruction','resizable=yes,width=800,height=350')" class="abtnItem">
|
|
|
481 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon Instruction">
|
|
|
482 |
Add Daemon Instruction
|
|
|
483 |
</a>
|
|
|
484 |
</td>
|
|
|
485 |
</tr>
|
|
|
486 |
</table>
|
|
|
487 |
|
| 119 |
ghuddy |
488 |
<%End Select%>
|
|
|
489 |
<%End Sub%>
|