Ignore:
Timestamp:
11/16/11 20:16:43 (13 years ago)
Author:
vmipsl
Message:

extract 2 & 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/data/access/extract.jsp

    r254 r255  
    1010<tiles:insert page="/resources/templates/templateMegapoli.jsp" flush="true"> 
    1111 
    12     <tiles:put name="insertCss" type="string"> 
    13         <%--<ether:htmlCss cssFile="medias_new"/>--%> 
    14     </tiles:put> 
     12    <tiles:put name="insertCss" type="string"></tiles:put> 
    1513 
    1614    <tiles:put name="insertJsOrJsp" type="string"> 
     
    1816        <ether:htmlJs jsFile="medias/ajax"/> 
    1917        <ether:htmlJs jsFile="medias/scw"/> 
    20  
    21         <script type="text/javascript"> 
    22             <!-- 
    23           var popup; 
    24  
    25           function popupWindow (url, name, configuration) 
    26           { 
    27               popup = window.open (url, name, configuration); 
    28           } 
    29  
    30           function closePopupWindow () 
    31           { 
    32               popup.close (); 
    33           } 
    34           --> 
    35         </script> 
    3618    </tiles:put> 
    3719 
     
    7355                <%--****************** PLATEFORMS ****************** --%> 
    7456                <%--************************************************ --%> 
    75                                 <table bgcolor="#E8EFF3" width="100%"> 
     57                                <table width="100%"> 
    7658                                        <tr> 
    7759                                                <th class="titleBox"> 
     
    125107                <%--****************** DATA SETS ******************* --%> 
    126108                <%--************************************************ --%> 
    127                                 <table bgcolor="#E8EFF3" width="100%"> 
     109                                <table width="100%"> 
    128110                                        <tr> 
    129111                                                <th class="titleBox"> 
     
    232214                <%--****************** PARAMETERS ****************** --%> 
    233215                <%--************************************************ --%> 
    234                                 <table bgcolor="#E8EFF3" width="100%"> 
     216                                <table width="100%"> 
    235217                                        <tr> 
    236218                                                <th class="titleBox"> 
     
    402384                <%--******************** SENSORS ******************* --%> 
    403385                <%--************************************************ --%> 
    404                                 <table bgcolor="#E8EFF3" width="100%"> 
     386                                <table width="100%"> 
    405387                                        <tr> 
    406388                                                <th class="titleBox"> 
Note: See TracChangeset for help on using the changeset viewer.