Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 62... Line 62...
62
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
62
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
63
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
63
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
64
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
64
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
65
<link rel="stylesheet" href="images/navigation.css" type="text/css">
65
<link rel="stylesheet" href="images/navigation.css" type="text/css">
66
<script language="JavaScript" src="images/common.js"></script>
66
<script language="JavaScript" src="images/common.js"></script>
-
 
67
<script language="JavaScript" src="images/common.js"></script>
67
<!--#include file="_menu_def.asp"-->
68
<!--#include file="_menu_def.asp"-->
68
<script language="JavaScript" type="text/javascript">
69
<script language="JavaScript" type="text/javascript">
69
<!--
70
<!--
70
function ShowField()
71
function ShowField()
71
{
72
{
Line 87... Line 88...
87
         MM_findObj("spanResultsAttachment").style.display = "block";
88
         MM_findObj("spanResultsAttachment").style.display = "block";
88
         MM_findObj("spanResultsUrl").style.display = "none";
89
         MM_findObj("spanResultsUrl").style.display = "none";
89
 
90
 
90
      }
91
      }
91
   }
92
   }
-
 
93
 
-
 
94
   // Update iframe size
-
 
95
   parent.resizeIframe();
92
}
96
}
93
 
97
 
94
//-->
98
//-->
95
</script>
99
</script>
96
<!-- TIPS -->
100
<!-- TIPS -->
Line 99... Line 103...
99
</head>
103
</head>
100
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();ShowField();">
104
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();ShowField();">
101
<!-- TIPS LAYERS -------------------------------------->
105
<!-- TIPS LAYERS -------------------------------------->
102
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
106
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
103
<!----------------------------------------------------->
107
<!----------------------------------------------------->
104
<form action="_new_unit_test.asp" method="post" enctype="multipart/form-data" name="unittest" onSubmit="MM_validateForm('completion_date','Completion Date','RisDate','test_summary','Test Summary','maxLength:4000');return document.MM_returnValue;">
108
<form class="form_tight" action="_new_unit_test.asp" method="post" enctype="multipart/form-data" name="unittest" onSubmit="MM_validateForm('completion_date','Completion Date','RisDate','test_summary','Test Summary','maxLength:4000');return document.MM_returnValue;">
105
   <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
109
   <table border="0" cellspacing="0" cellpadding="2">
106
      <tr>
110
      <tr>
107
         <td width="1%" background="images/lbox_bg_orange.gif"><img src="images/i_unit_test_off.gif" width="18" height="25" hspace="5" border="0"></td>
-
 
108
         <td width="1%" background="images/lbox_bg_blue.gif" nowrap class="wform_ttl">&nbsp;Unit  Test</td>
-
 
109
         <td width="100%" background="images/lbox_bg_blue.gif" align="right" nowrap class="wform_ttl"><SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Uploading... Please Wait!</SPAN>&nbsp;
-
 
110
            <input type="submit" name="btn" value="Submit" class="form_btn_comp">
-
 
111
            <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
-
 
112
         </td>
-
 
113
         <td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap><img src="images/h_trsp_dot.gif" width="5" height="22"></td>
-
 
114
      </tr>
-
 
115
      <tr>
-
 
116
         <td height="100%" width="1%">&nbsp;</td>
-
 
117
         <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
111
         <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
118
            <table width="100%"  border="0" cellspacing="0" cellpadding="0">
112
            <table width="100%"  border="0" cellspacing="0" cellpadding="0">
119
               <tr>
113
               <tr>
120
                  <td width="1%" nowrap class="sublbox_hitem"><img src="images/h_trsp_dot.gif" width="10" height="30">
114
                  <td width="1%" nowrap class="sublbox_hitem"><img src="images/h_trsp_dot.gif" width="10" height="30">
121
                     <%If Request("save_stat") <> "" Then%>
115
                     <%If Request("save_stat") <> "" Then%>
Line 200... Line 194...
200
                     <td nowrap width="1%" valign="top" background="images/bg_form_lightbluedark.gif" class="form_field">Test Summary <%=Quick_Help ( "ut_summary" )%></td>
194
                     <td nowrap width="1%" valign="top" background="images/bg_form_lightbluedark.gif" class="form_field">Test Summary <%=Quick_Help ( "ut_summary" )%></td>
201
                     <td width="100%" valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
195
                     <td width="100%" valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
202
                        <textarea cols="80" rows="20" name="test_summary" class="form_item" id="test_summary"></textarea>
196
                        <textarea cols="80" rows="20" name="test_summary" class="form_item" id="test_summary"></textarea>
203
                     </td>
197
                     </td>
204
                  </tr>
198
                  </tr>
205
                  <tr>
-
 
206
                     <td width="1%">&nbsp;</td>
-
 
207
                     <td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
-
 
208
                     <td nowrap width="100%"> <p>&nbsp;</p></td>
-
 
209
                  </tr>
-
 
210
               </table>
199
               </table>
211
            </DIV>
200
            </DIV>
212
 
201
 
213
            <DIV id="DIV_AUTOBUILD_TEST" style="display:none;">
202
            <DIV id="DIV_AUTOBUILD_TEST" style="display:none;">
214
               <table width="100%" border="0" cellspacing="1" cellpadding="2">
203
               <table width="100%" border="0" cellspacing="1" cellpadding="2">
Line 221... Line 210...
221
                        </ul>
210
                        </ul>
222
                     </td>
211
                     </td>
223
                  </tr>
212
                  </tr>
224
               </table>
213
               </table>
225
            </DIV>
214
            </DIV>
226
 
-
 
227
 
-
 
228
         </td>
215
         </td>
229
      </tr>
216
      </tr>
230
      <tr>
217
      <tr>
231
         <td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
218
         <td width="100%" align="right" nowrap class="wform_ttl">
-
 
219
            <SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Uploading... Please Wait!</SPAN>&nbsp;
-
 
220
            <input type="submit" name="btn" value="Submit" class="form_btn_comp">
232
         <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
221
            <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
-
 
222
         </td>
233
      </tr>
223
      </tr>
234
   </table>
224
   </table>
235
   <input type="hidden" name="pv_id" value="<%=parPv_id%>">
225
   <input type="hidden" name="pv_id" value="<%=parPv_id%>">
236
   <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
226
   <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
237
</form>
227
</form>