Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6876
Line 488... Line 488...
488
   objFormComponent.Method = "post"
488
   objFormComponent.Method = "post"
489
   objFormComponent.Action = ScriptName & "?rtag_id=" & parRtag_Id & "&selected_licence=" & Request("selected_licence")
489
   objFormComponent.Action = ScriptName & "?rtag_id=" & parRtag_Id & "&selected_licence=" & Request("selected_licence")
490
   Call objFormComponent.FormStart()
490
   Call objFormComponent.FormStart()
491
   %>
491
   %>
492
   <tr>
492
   <tr>
493
      <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
493
      <td class='bg_panel'></td>
494
      <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
494
      <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
495
         <table width="10" border="0" cellspacing="0" cellpadding="0">
495
         <table width="10" border="0" cellspacing="0" cellpadding="0">
496
            <tr>
496
            <tr>
497
               <td width="1%"></td>
497
               <td width="1%"></td>
498
               <td width="100%">
498
               <td width="100%">
Line 569... Line 569...
569
         </table>
569
         </table>
570
      </td>
570
      </td>
571
      <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
571
      <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
572
   </tr>
572
   </tr>
573
   <tr>
573
   <tr>
574
      <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
574
      <td class='bg_panel_btm'><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
575
      <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
575
      <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
576
   </tr>
576
   </tr>
577
   <%
577
   <%
578
   Call objFormComponent.FormEnd()
578
   Call objFormComponent.FormEnd()
579
   '-- FROM END ----------------------------------------------------------------------------------------------------------------
579
   '-- FROM END ----------------------------------------------------------------------------------------------------------------