Subversion Repositories DevTools

Rev

Rev 7286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7286 Rev 7288
Line 135... Line 135...
135
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
135
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
136
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
136
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
137
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
137
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
138
</head>
138
</head>
139
<body leftmargin="0" topmargin="0" onLoad="self.focus();FormName.display_name.focus();">
139
<body leftmargin="0" topmargin="0" onLoad="self.focus();FormName.display_name.focus();">
-
 
140
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;'></div>
140
<table width="100%"  border="0" cellspacing="0" cellpadding="10">
141
<table width="100%"  border="0" cellspacing="0" cellpadding="10">
141
   <tr>
142
   <tr>
142
      <td class="body_txt">
143
      <td class="body_txt">
143
         Add a new Package Replication servers or edit an existing an existing one.
144
         Add a new Package Replication servers or edit an existing an existing one.
144
         <p>Note: This target replication server and local replication configuration need to be performed outside of this application.
145
         <p>Note: This target replication server and local replication configuration need to be performed outside of this application.
Line 220... Line 221...
220
            </tr>
221
            </tr>
221
         </table>
222
         </table>
222
      </td>
223
      </td>
223
   </tr>
224
   </tr>
224
   <tr>
225
   <tr>
225
      <td>
-
 
226
         <table class="full_table">
-
 
227
            <tr>
-
 
228
               <td><%=ProgressBar()%></td>
-
 
229
               <td align="right">
226
	   <td align="right">
230
                  <input name="btn" type="submit" class="form_btn" value="Add/Update">
227
		  <input name="btn" type="submit" class="form_btn" value="Add/Update">
231
                  <input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
228
		  <input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
232
               </td>
-
 
233
            </tr>
-
 
234
         </table>
-
 
235
      </td>
229
	   </td>
236
   </tr>
230
   </tr>
237
   <%=objPMod.ComposeHiddenTags()%>
231
   <%=objPMod.ComposeHiddenTags()%>
238
   <input type="hidden" name="action" value="true">
232
   <input type="hidden" name="action" value="true">
239
   <%
233
   <%
240
   Call objFormComponent.FormEnd()
234
   Call objFormComponent.FormEnd()