Subversion Repositories DevTools

Rev

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

Rev 7286 Rev 7288
Line 138... Line 138...
138
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
138
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
139
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
139
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
140
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
140
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
141
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
141
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
142
</head>
142
</head>
143
 
-
 
144
<body leftmargin="0" topmargin="0" onLoad="self.focus();FormName.BM_NAME.focus();">
143
<body leftmargin="0" topmargin="0" onLoad="self.focus();FormName.BM_NAME.focus();">
-
 
144
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;'></div>
145
<table width="100%"  border="0" cellspacing="0" cellpadding="10">
145
<table width="100%"  border="0" cellspacing="0" cellpadding="10">
146
   <tr>
146
   <tr>
147
      <td class="body_txt">
147
      <td class="body_txt">
148
         Add a new Machine Type or edit an existing Machine Type.
148
         Add a new Machine Type or edit an existing Machine Type.
149
      </td>
149
      </td>
Line 190... Line 190...
190
            </tr>
190
            </tr>
191
         </table>
191
         </table>
192
      </td>
192
      </td>
193
   </tr>
193
   </tr>
194
   <tr>
194
   <tr>
195
      <td>
-
 
196
         <table class="full_table">
-
 
197
            <tr>
-
 
198
               <td><%=ProgressBar()%></td>
-
 
199
               <td align="right">
195
   <td align="right">
200
                  <input name="btn" type="submit" class="form_btn" value="Add/Update">
196
	  <input name="btn" type="submit" class="form_btn" value="Add/Update">
201
                  <input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
197
	  <input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
202
               </td>
-
 
203
            </tr>
-
 
204
         </table>
-
 
205
      </td>
198
   </td>
206
   </tr>
199
   </tr>
207
   <%=objPMod.ComposeHiddenTags()%>
200
   <%=objPMod.ComposeHiddenTags()%>
208
   <input type="hidden" name="action" value="true">
201
   <input type="hidden" name="action" value="true">
209
   <%
202
   <%
210
   Call objFormComponent.FormEnd()
203
   Call objFormComponent.FormEnd()