| Line 151... |
Line 151... |
| 151 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
151 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 152 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
152 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 153 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
153 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
| 154 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
154 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
| 155 |
</head>
|
155 |
</head>
|
| 156 |
|
- |
|
| 157 |
<body background="images/bg_bage_0.gif" leftmargin="0" topmargin="0" onLoad="self.focus();FormName.display_name.focus();">
|
156 |
<body background="images/bg_bage_0.gif" leftmargin="0" topmargin="0" onLoad="self.focus();FormName.newext.focus();">
|
| - |
|
157 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;'></div>
|
| 158 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
158 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
| 159 |
<tr>
|
159 |
<tr>
|
| 160 |
<td bgcolor="#FFFFFF" class="body_txt"><span class="body_h1"><img src="icons/i_linkarrow_black.gif" width="11" height="11" align="absmiddle"> Add/Update Project Extension</span> <br>
|
160 |
<td bgcolor="#FFFFFF" class="body_txt"><span class="body_h1"><img src="icons/i_linkarrow_black.gif" width="11" height="11" align="absmiddle"> Add/Update Project Extension</span> <br>
|
| 161 |
Add a new Project Extension or edit an existing Project Extension.
|
161 |
Add a new Project Extension or edit an existing Project Extension.
|
| 162 |
</td>
|
162 |
</td>
|
| Line 255... |
Line 255... |
| 255 |
|
255 |
|
| 256 |
</table>
|
256 |
</table>
|
| 257 |
</td>
|
257 |
</td>
|
| 258 |
</tr>
|
258 |
</tr>
|
| 259 |
<tr>
|
259 |
<tr>
|
| 260 |
<td bgcolor=#FFFFFF>
|
260 |
<td bgcolor=#FFFFFF align="right">
|
| 261 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
- |
|
| 262 |
<tr>
|
- |
|
| 263 |
<td><%=ProgressBar()%></td>
|
- |
|
| 264 |
<td align="right"><input name="btn" type="submit" class="form_btn" value="Add/Update">
|
261 |
<input name="btn" type="submit" class="form_btn" value="Add/Update">
|
| 265 |
<input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
|
262 |
<input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
|
| 266 |
</td>
|
- |
|
| 267 |
</tr>
|
- |
|
| 268 |
</table>
|
- |
|
| 269 |
</td>
|
263 |
</td>
|
| 270 |
</tr>
|
264 |
</tr>
|
| 271 |
<%=objPMod.ComposeHiddenTags()%>
|
265 |
<%=objPMod.ComposeHiddenTags()%>
|
| 272 |
<input type="hidden" name="action" value="true">
|
266 |
<input type="hidden" name="action" value="true">
|
| 273 |
<%
|
267 |
<%
|
| 274 |
Call objFormComponent.FormEnd()
|
268 |
Call objFormComponent.FormEnd()
|