| Line 1... |
Line 1... |
| 1 |
<%
|
1 |
<%
|
| 2 |
'=====================================================
|
2 |
'=====================================================
|
| 3 |
' Action Buttons
|
3 |
' Action Buttons
|
| 4 |
'=====================================================
|
4 |
'=====================================================
|
| 5 |
%>
|
5 |
%>
|
| 6 |
<%Sub Action_Buttons ( SSwithTab )%>
|
6 |
<%Sub Action_Buttons ( SSwithTab )%>
|
| 7 |
<%Select Case SSwithTab%>
|
7 |
<%Select Case SSwithTab%>
|
| 8 |
<%Case "Build Dependencies"%>
|
8 |
<%Case "Build Dependencies"%>
|
| 9 |
<table width="10" border="0" cellspacing="10">
|
9 |
<table width="10" border="0" cellspacing="10">
|
| 10 |
<tr>
|
10 |
<tr>
|
| 11 |
<%If ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") ) Then%>
|
11 |
<%If ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") ) Then%>
|
| - |
|
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>
|
| 12 |
<td align="center" nowrap valign="bottom"><a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_DEPENDENCIES%>" class="abtnItem"><img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" alt="Add dependency to the list.">Add</a></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>
|
| 13 |
<td align="center" nowrap valign="bottom"><a href="form_edit_deps.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem"><img src="images/i_edit_deps.gif" width="23" height="24" align="absmiddle" border="0" hspace="3" alt="Edit dependency list.">Edit</a></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">
|
| 14 |
<td align="center" nowrap valign="bottom"><a href="form_update_<%=Get_Devl_Envorinment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem"><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.">Import</a></td>
|
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>
|
| 15 |
<%End If%>
|
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">
|
| 16 |
<td align="center" nowrap valign="bottom"><a href="form_export_<%=Get_Devl_Envorinment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem"><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.">Export</a></td>
|
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>
|
| 17 |
</tr>
|
39 |
</tr>
|
| 18 |
</table>
|
40 |
</table>
|
| - |
|
41 |
|
| 19 |
<%Case "Runtime Dependencies"%>
|
42 |
<%Case "Runtime Dependencies"%>
|
| 20 |
<%If IsNull(pkgInfoHash.Item ("is_patch"))Then%>
|
43 |
<%If IsNull(pkgInfoHash.Item ("is_patch"))Then%>
|
| 21 |
<table width="10" border="0" cellspacing="10">
|
44 |
<table width="10" border="0" cellspacing="10">
|
| 22 |
<tr>
|
45 |
<tr>
|
| 23 |
<%If (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") Then%>
|
46 |
<%If (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") Then%>
|
| - |
|
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">
|
| 24 |
<td align="center" nowrap valign="bottom"><a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_RUNTIME_DEPENDENCIES%>" class="abtnItem"><img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" alt="Add runtime dependency to the list.">Add</a></td>
|
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>
|
| 25 |
<%End If%>
|
53 |
<%End If%>
|
| 26 |
</tr>
|
54 |
</tr>
|
| 27 |
</table>
|
55 |
</table>
|
| 28 |
<%End If%>
|
56 |
<%End If%>
|
| - |
|
57 |
|
| 29 |
<%Case "Patches"%>
|
58 |
<%Case "Patches"%>
|
| 30 |
<table width="10" border="0" cellspacing="10">
|
59 |
<table width="10" border="0" cellspacing="10">
|
| 31 |
<tr>
|
60 |
<tr>
|
| 32 |
<%If pkgInfoHash.Item ("dlocked") = "Y" AND NOT (ReleaseMode = enumDB_RELEASE_IN_CLOSED_MODE) Then%>
|
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">
|
| 33 |
<td align="center" nowrap valign="bottom"><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"><img src="images/i_add_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Add a patch to this package.">Add</a></td>
|
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>
|
| 34 |
<td align="center" nowrap valign="bottom"><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"><img src="images/abtn_obsolete_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Obsolete patches in one go.">Roll-up Obsolete Patches</a></td>
|
75 |
|
| 35 |
<% If objAccessControl.IsVisible("ReleasePatch") Then%>
|
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">
|
| 36 |
<td align="center" nowrap valign="bottom"><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"><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.">Make Release Bulk Patches</a></td>
|
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>
|
| 37 |
<% End If%>
|
83 |
<%End If%>
|
| 38 |
<%End If%>
|
84 |
<%End If%>
|
| 39 |
</tr>
|
85 |
</tr>
|
| 40 |
</table>
|
86 |
</table>
|
| - |
|
87 |
|
| 41 |
<%Case "Release Notes"%>
|
88 |
<%Case "Release Notes"%>
|
| 42 |
<table width="10" border="0" cellspacing="10">
|
89 |
<table width="10" border="0" cellspacing="10">
|
| 43 |
<tr>
|
90 |
<tr>
|
| 44 |
<%If (pkgInfoHash.Item ("dlocked") = "Y") AND (InStr(pkgInfoHash.Item ("release_notes_info"),"MSG:") < 1) AND NOT IsNull(pkgInfoHash.Item ("release_notes_info")) Then%>
|
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">
|
| - |
|
93 |
<a href="<%=enumHTTP_PKG_ARCHIVE & pkgInfoHash.Item ("release_notes_info")%>" class="abtnItem">
|
| 45 |
<td align="center" nowrap valign="bottom"><a href="<%=enumHTTP_PKG_ARCHIVE & pkgInfoHash.Item ("release_notes_info")%>" class="abtnItem"><img src="images/btn_download.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Download full release notes.">Download</a></td>
|
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>
|
| 46 |
<%Else%>
|
98 |
<%Else%>
|
| - |
|
99 |
<td align="center" nowrap valign="bottom" class="abtnItem">
|
| 47 |
<td align="center" nowrap valign="bottom" class="abtnItem"><img src="images/btn_download_off.gif" width="22" height="22" align="absmiddle" border="0" hspace="3"><label disabled>Download</label></td>
|
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>
|
| 48 |
<%End If%>
|
105 |
<%End If%>
|
| 49 |
</tr>
|
106 |
</tr>
|
| 50 |
</table>
|
107 |
</table>
|
| - |
|
108 |
|
| 51 |
<%Case "Documentation"%>
|
109 |
<%Case "Documentation"%>
|
| 52 |
<table width="10" border="0" cellspacing="10">
|
110 |
<table width="10" border="0" cellspacing="10">
|
| 53 |
<tr>
|
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">
|
| 54 |
<td align="center" nowrap valign="bottom"><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"><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">Import From Document Repository</a></td>
|
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>
|
| 55 |
</tr>
|
118 |
</tr>
|
| 56 |
</table>
|
119 |
</table>
|
| - |
|
120 |
|
| 57 |
<%Case "Add Process"%>
|
121 |
<%Case "Add Process"%>
|
| 58 |
<table width="10" border="0" cellspacing="10">
|
122 |
<table width="10" border="0" cellspacing="10">
|
| 59 |
<tr>
|
123 |
<tr>
|
| 60 |
<%If (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") Then%>
|
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">
|
| 61 |
<td align="center" nowrap valign="bottom"><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"><img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert processes associated with the package.">Add Process</a></td>
|
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>
|
| 62 |
<%End If%>
|
131 |
<%End If%>
|
| 63 |
</tr>
|
132 |
</tr>
|
| 64 |
</table>
|
133 |
</table>
|
| - |
|
134 |
|
| 65 |
<%Case "Add GBE_MACHTYPE"%>
|
135 |
<%Case "Add GBE_MACHTYPE"%>
|
| 66 |
<table width="10" border="0" cellspacing="10">
|
136 |
<table width="10" border="0" cellspacing="10">
|
| 67 |
<tr>
|
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>
|
| 68 |
<td align="center" nowrap valign="bottom"><a href="javascript:;" onClick="MM_openBrWindow('wAddMachtype.asp','AddGBETYPE','resizable=yes,width=600,height=220')" class="abtnItem"><img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New GBE_MACHTYPE">Add GBE_MACHTYPE</a></td>
|
146 |
|
| - |
|
147 |
<%Case "Add Licence"%>
|
| - |
|
148 |
<table width="10" border="0" cellspacing="10">
|
| - |
|
149 |
<tr>
|
| - |
|
150 |
<td align="center" nowrap valign="bottom">
|
| - |
|
151 |
<!-- NOTE, width and height of this wAddLicence.asp window set such that RaiseMsg() window content fits ok -->
|
| - |
|
152 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddLicence.asp','AddLicence','resizable=yes,width=800,height=400')" class="abtnItem">
|
| - |
|
153 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Licence">
|
| - |
|
154 |
Add Licence
|
| - |
|
155 |
</a>
|
| - |
|
156 |
</td>
|
| 69 |
</tr>
|
157 |
</tr>
|
| 70 |
</table>
|
158 |
</table>
|
| - |
|
159 |
|
| 71 |
<%Case "Add Daemon"%>
|
160 |
<%Case "Add Daemon"%>
|
| 72 |
<table width="10" border="0" cellspacing="10">
|
161 |
<table width="10" border="0" cellspacing="10">
|
| 73 |
<tr>
|
162 |
<tr>
|
| - |
|
163 |
<td align="center" nowrap valign="bottom">
|
| - |
|
164 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddDaemon.asp?rtag_id=<%=parRtag_id%>','AddDaemon','resizable=yes,width=600,height=220')" class="abtnItem">
|
| 74 |
<td align="center" nowrap valign="bottom"><a href="javascript:;" onClick="MM_openBrWindow('wAddDaemon.asp?rtag_id=<%=parRtag_id%>','AddDaemon','resizable=yes,width=600,height=220')" class="abtnItem"><img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon">Add Daemon</a></td>
|
165 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Daemon">
|
| - |
|
166 |
Add Daemon
|
| - |
|
167 |
</a>
|
| - |
|
168 |
</td>
|
| 75 |
</tr>
|
169 |
</tr>
|
| 76 |
</table>
|
170 |
</table>
|
| 77 |
|
171 |
|
| 78 |
<%Case "Add Schedule"%>
|
172 |
<%Case "Add Schedule"%>
|
| 79 |
<table width="10" border="0" cellspacing="10">
|
173 |
<table width="10" border="0" cellspacing="10">
|
| 80 |
<tr>
|
174 |
<tr>
|
| - |
|
175 |
<td align="center" nowrap valign="bottom">
|
| - |
|
176 |
<a href="javascript:;" onClick="MM_openBrWindow('wAddSchedule.asp','AddSchedule','resizable=yes,width=450,height=270')" class="abtnItem">
|
| 81 |
<td align="center" nowrap valign="bottom"><a href="javascript:;" onClick="MM_openBrWindow('wAddSchedule.asp','AddSchedule','resizable=yes,width=450,height=270')" class="abtnItem"><img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Schedule">Add Schedule</a></td>
|
177 |
<img src="icons/btn_add.gif" width="13" height="13" align="absmiddle" border="0" hspace="3" title="Insert New Schedule">
|
| - |
|
178 |
Add Schedule
|
| - |
|
179 |
</a>
|
| - |
|
180 |
</td>
|
| 82 |
</tr>
|
181 |
</tr>
|
| 83 |
</table>
|
182 |
</table>
|
| 84 |
|
183 |
|
| 85 |
<%Case "Indefinite Pause"%>
|
184 |
<%Case "Indefinite Pause"%>
|
| 86 |
<table width="10" border="0" cellspacing="10">
|
185 |
<table width="10" border="0" cellspacing="10">
|
| 87 |
<tr>
|
186 |
<tr>
|
| - |
|
187 |
<td align="center" nowrap valign="bottom">
|
| - |
|
188 |
<a href="_setInfinitePause.asp" class="abtnItem">
|
| 88 |
<td align="center" nowrap valign="bottom"><a href="_setInfinitePause.asp" class="abtnItem"><img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Indefinite Pause">Set Indefinite Pause</a></td>
|
189 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Indefinite Pause">
|
| - |
|
190 |
Set Indefinite Pause
|
| - |
|
191 |
</a>
|
| - |
|
192 |
</td>
|
| 89 |
</tr>
|
193 |
</tr>
|
| 90 |
</table>
|
194 |
</table>
|
| 91 |
|
195 |
|
| 92 |
<%Case "Resume"%>
|
196 |
<%Case "Resume"%>
|
| 93 |
<table width="10" border="0" cellspacing="10">
|
197 |
<table width="10" border="0" cellspacing="10">
|
| 94 |
<tr>
|
198 |
<tr>
|
| - |
|
199 |
<td align="center" nowrap valign="bottom">
|
| - |
|
200 |
<a href="_setResume.asp" class="abtnItem">
|
| 95 |
<td align="center" nowrap valign="bottom"><a href="_setResume.asp" class="abtnItem"><img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">Set Resume</a></td>
|
201 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Resume">
|
| - |
|
202 |
Set Resume
|
| - |
|
203 |
</a>
|
| - |
|
204 |
</td>
|
| 96 |
</tr>
|
205 |
</tr>
|
| 97 |
</table>
|
206 |
</table>
|
| 98 |
|
- |
|
| 99 |
|
207 |
|
| 100 |
<%Case "Daemon Pause"%>
|
208 |
<%Case "Daemon Pause"%>
|
| 101 |
<table width="10" border="0" cellspacing="10">
|
209 |
<table width="10" border="0" cellspacing="10">
|
| 102 |
<tr>
|
210 |
<tr>
|
| 103 |
<td align="center" nowrap valign="bottom">
|
211 |
<td align="center" nowrap valign="bottom">
|
| 104 |
<a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
212 |
<a href="_setDaemonPause.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 105 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Pause">
|
213 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Pause">
|
| 106 |
</a>
|
214 |
</a>
|
| 107 |
</td>
|
215 |
</td>
|
| 108 |
</tr>
|
216 |
</tr>
|
| 109 |
</table>
|
217 |
</table>
|
| 110 |
|
218 |
|
| 111 |
<%Case "Daemon Pause Disabled"%>
|
219 |
<%Case "Daemon Pause Disabled"%>
|
| 112 |
<table width="10" border="0" cellspacing="10">
|
220 |
<table width="10" border="0" cellspacing="10">
|
| 113 |
<tr>
|
221 |
<tr>
|
| 114 |
<td align="center" nowrap valign="bottom">
|
222 |
<td align="center" nowrap valign="bottom">
|
| 115 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Pause">
|
223 |
<img src="icons/tpause.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Pause">
|
| 116 |
</td>
|
224 |
</td>
|
| 117 |
</tr>
|
225 |
</tr>
|
| 118 |
</table>
|
226 |
</table>
|
| 119 |
|
227 |
|
| 120 |
<%Case "Daemon Resume"%>
|
228 |
<%Case "Daemon Resume"%>
|
| 121 |
<table width="10" border="0" cellspacing="10">
|
229 |
<table width="10" border="0" cellspacing="10">
|
| 122 |
<tr>
|
230 |
<tr>
|
| 123 |
<td align="center" nowrap valign="bottom">
|
231 |
<td align="center" nowrap valign="bottom">
|
| 124 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
232 |
<a href="_setDaemonResume.asp?rcon_id=<%=rcon_id%>&rtag_id=<%=parRtagId%>" class="abtnItem">
|
| 125 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Resume">
|
233 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Resume">
|
| 126 |
</a>
|
234 |
</a>
|
| 127 |
</td>
|
235 |
</td>
|
| 128 |
</tr>
|
236 |
</tr>
|
| 129 |
</table>
|
237 |
</table>
|
| 130 |
|
238 |
|
| 131 |
<%Case "Daemon Resume Disabled"%>
|
239 |
<%Case "Daemon Resume Disabled"%>
|
| 132 |
<table width="10" border="0" cellspacing="10">
|
240 |
<table width="10" border="0" cellspacing="10">
|
| 133 |
<tr>
|
241 |
<tr>
|
| - |
|
242 |
<td align="center" nowrap valign="bottom">
|
| 134 |
<td align="center" nowrap valign="bottom"><img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Resume"></td>
|
243 |
<img src="icons/tplay.gif" width="16" height="16" align="absmiddle" border="0" hspace="3" title="Daemon Resume">
|
| - |
|
244 |
</td>
|
| 135 |
</tr>
|
245 |
</tr>
|
| 136 |
</table>
|
246 |
</table>
|
| - |
|
247 |
|
| 137 |
<%End Select%>
|
248 |
<%End Select%>
|
| 138 |
<%End Sub%>
|
249 |
<%End Sub%>
|