Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5590
Line 52... Line 52...
52
Dim oIStates
52
Dim oIStates
53
Dim checked
53
Dim checked
54
Dim summaryText
54
Dim summaryText
55
 
55
 
56
'------------ Constants Declaration -----------
56
'------------ Constants Declaration -----------
57
Const rspMax = 100   ' maximum number of records displayed
57
Const rspMax = 15   ' maximum number of records displayed
58
Const LENUM_ALL = "ALL"
58
Const LENUM_ALL = "ALL"
59
Const LCONST_STAR = "*"
59
Const LCONST_STAR = "*"
60
'------------ Variable Init -------------------
60
'------------ Variable Init -------------------
61
parPv_id = Request("pv_id")
61
parPv_id = Request("pv_id")
62
parRtag_id = Request("rtag_id")
62
parRtag_id = Request("rtag_id")
Line 352... Line 352...
352
      else
352
      else
353
      {
353
      {
354
         MM_findObj("DIVOPTIONSDEVI").style.display = "none";
354
         MM_findObj("DIVOPTIONSDEVI").style.display = "none";
355
         MM_findObj("DIVOPTIONSTDSE").style.display = "block";
355
         MM_findObj("DIVOPTIONSTDSE").style.display = "block";
356
      }
356
      }
-
 
357
      
-
 
358
      parent.resizeIframe();
357
   }
359
   }
358
//-->
360
//-->
359
</script>
361
</script>
360
</head>
362
</head>
361
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
363
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
362
<%If retVal = 0 Then%>
364
<%If retVal = 0 Then%>
363
<form name="importform" method="post" action="<%=scriptName%>">
365
<form name="importform" method="post" action="<%=scriptName%>">
364
   <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
366
    <table border="0" cellspacing="0" cellpadding="2" >
365
      <tr>
367
      <tr>
366
         <td height="1%" background="images/bg_admin_dark.gif"><img src="images/spacer.gif" width="10" height="40"></td>
368
         <td height="1%" background="images/bg_admin_dark.gif"><img src="images/spacer.gif" width="10" height="40"></td>
367
         <td nowrap colspan="3" class="wform_ttl" background="images/bg_admin_dark.gif">
369
         <td nowrap colspan="3" class="wform_ttl" background="images/bg_admin_dark.gif">
368
            <table width="100" border="0" cellspacing="5" cellpadding="0">
370
            <table width="100" border="0" cellspacing="5" cellpadding="0">
369
               <tr>
371
               <tr>
Line 542... Line 544...
542
      <tr>
544
      <tr>
543
         <td background="images/lbox_bg_blue.gif" width="1%" height="1%">&nbsp;</td>
545
         <td background="images/lbox_bg_blue.gif" width="1%" height="1%">&nbsp;</td>
544
         <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">&nbsp;</td>
546
         <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">&nbsp;</td>
545
         <td background="images/lbox_bg_blue.gif" align="right" width="50%">
547
         <td background="images/lbox_bg_blue.gif" align="right" width="50%">
546
            <input type="submit" name="btn" value="Import" class="form_btn_comp">
548
            <input type="submit" name="btn" value="Import" class="form_btn_comp">
547
            <input type="reset" name="btn" value="Close" class="form_btn_comp" onclick="self.close()">
549
            <input type="reset" name="btn" value="Close" class="form_btn_comp" onclick="parent.closeIFrame();">
548
         </td>
550
         </td>
549
         <td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap>
551
         <td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap>
550
            <img src="images/h_trsp_dot.gif" width="5" height="22">
552
            <img src="images/h_trsp_dot.gif" width="5" height="22">
551
         </td>
553
         </td>
552
      </tr>
554
      </tr>
Line 556... Line 558...
556
            <%
558
            <%
557
            If imported Then
559
            If imported Then
558
               Call DisplayInfo ( "ISSUES_IMPORTED", "300" )
560
               Call DisplayInfo ( "ISSUES_IMPORTED", "300" )
559
            End If
561
            End If
560
            %>
562
            %>
561
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
563
            <table width="600px" border="0" cellspacing="1" cellpadding="2">
562
               <tr>
564
               <tr>
563
                  <td width="1%" background="images/bg_form_lightbluedark.gif">&nbsp;</td>
565
                  <td width="1%" background="images/bg_form_lightbluedark.gif">&nbsp;</td>
564
                  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Issue Number</td>
566
                  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Issue Number</td>
565
                  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">State</td>
567
                  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">State</td>
566
                  <td width="100%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Summary</td>
568
                  <td width="100%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Summary</td>