| Line 97... |
Line 97... |
| 97 |
End If
|
97 |
End If
|
| 98 |
End If
|
98 |
End If
|
| 99 |
%>
|
99 |
%>
|
| 100 |
<html>
|
100 |
<html>
|
| 101 |
<head>
|
101 |
<head>
|
| 102 |
|
- |
|
| 103 |
<title>Build Service Administration</title>
|
102 |
<title>Build Service Administration</title>
|
| 104 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
103 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 105 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
104 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 106 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
105 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 107 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
106 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 108 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
107 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 109 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
108 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| - |
|
109 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
| 110 |
<!--#include file="_jquery_includes.asp"-->
|
110 |
<!--#include file="_jquery_includes.asp"-->
|
| 111 |
<!-- DROPDOWN MENUS -->
|
111 |
<!-- DROPDOWN MENUS -->
|
| 112 |
<!--#include file="_menu_def.asp"-->
|
112 |
<!--#include file="_menu_def.asp"-->
|
| 113 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
113 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| 114 |
</head>
|
114 |
</head>
|
| 115 |
<body>
|
115 |
<body>
|
| 116 |
<!-- HEADER -->
|
116 |
<!-- HEADER -->
|
| 117 |
<!--#include file="_header.asp"-->
|
117 |
<!--#include file="_header.asp"-->
|
| 118 |
<!-- Body of the page -->
|
118 |
<!-- Body of the page -->
|
| 119 |
<div class="bg_grey">
|
119 |
<div class="bg_grey">
|
| - |
|
120 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;'></div>
|
| 120 |
<table style='margin-left: auto;margin-right: auto;'>
|
121 |
<table style='margin-left: auto;margin-right: auto;'>
|
| 121 |
<%
|
122 |
<%
|
| 122 |
'-- FROM START ---------------------------------------------------------------------------------------------------------
|
123 |
'-- FROM START ---------------------------------------------------------------------------------------------------------
|
| 123 |
Dim bReadOnly: bReadOnly = NOT canActionControl("ConfigureBuildService")
|
124 |
Dim bReadOnly: bReadOnly = NOT canActionControl("ConfigureBuildService")
|
| 124 |
objFormComponent.FormName = "UpdateBuildServiceConfig"
|
125 |
objFormComponent.FormName = "UpdateBuildServiceConfig"
|
| Line 131... |
Line 132... |
| 131 |
|
132 |
|
| 132 |
Call objFormComponent.FormStart()
|
133 |
Call objFormComponent.FormStart()
|
| 133 |
%>
|
134 |
%>
|
| 134 |
<tr>
|
135 |
<tr>
|
| 135 |
<td>
|
136 |
<td>
|
| 136 |
<table width="100%" class="embedded_table">
|
- |
|
| 137 |
<tr>
|
- |
|
| 138 |
<td><%=ProgressBar%></td>
|
- |
|
| 139 |
<td align="right"> </td>
|
- |
|
| 140 |
</tr>
|
- |
|
| 141 |
</table>
|
- |
|
| 142 |
</td>
|
- |
|
| 143 |
</tr>
|
- |
|
| 144 |
<tr>
|
- |
|
| 145 |
<td>
|
- |
|
| 146 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class="rounded_box lhsGrey rounded_box_pad">
|
137 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class="rounded_box lhsGrey rounded_box_pad">
|
| 147 |
<caption>Build Service Configuration</caption>
|
138 |
<caption>Build Service Configuration</caption>
|
| 148 |
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
139 |
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 149 |
<%If NOT objEH.Finally Then%>
|
140 |
<%If NOT objEH.Finally Then%>
|
| 150 |
<tr>
|
141 |
<tr>
|