1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
| <div id="content">
<table width="983" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<% if (!locale.getCountry().equals("en") && webbean.isHomePopup()) {
String popupUrl="../web/homePopup.do?"+urlParamJS;%>
<script type="text/javascript">
openCustomPopup('<%=popupUrl%>','ClickPopup',250,250,'no','no');
</script>
<%}%>
<td>
<table style="padding-left:18px;" border="0" cellpadding="0" cellspacing="0"> <tbody>
<tr>
<td><%if(logged) { %><tiles:insert name="flash2" flush="true" /><%} else{ %><tiles:insert name="flash" flush="true" /><%} %></td>
<td style="padding-left:14px;"><tiles:insert name="event" flush="true" /></td>
</tr><tr>
<td colspan="2">
<table style="text-align: left;" border="0" cellpadding="0" cellspacing="0"><tbody>
<tr>
<td colspan="3"><img alt="" src="../files/images/home/barre1_<%=locale.getLanguage()%>.gif"></td>
</tr>
<tr>
<td colspan="3"><img alt=""src="../files/images/home/barre2_<%=locale.getLanguage()%>.gif"></td>
</tr>
<tr>
<MAP NAME="click"><AREA NAME="click" SHAPE="rect" COORDS="1,1,375,100" href="../web/presentation.do?pc=<%=1%>&idmenu=2&<%=urlParam%>" ALT=""></MAP>
<td style="background-image:url(../files/images/home/box_1_<%=locale.getLanguage()%>.gif); background-repeat:no-repeat; width: 375px; height: 223px;"><tiles:insert name="box1" flush="true" />
<img class = "pos1" src="../files/images/commun/vide.gif" USEMAP="#click" alt=""/>
</td>
<td style="width: 11px;"></td>
<MAP NAME="vanilla"><AREA NAME="vanilla" SHAPE="rect" COORDS="1,1,375,100" href="../web/presentation.do?pc=<%=WebConstant.VANILLA_PRODUCT_CATEGORY%>&idmenu=2&<%=urlParam%>" ALT=""></MAP>
<td style="background-image:url(../files/images/home/bloc_vanilles_<%=locale.getLanguage()%>.gif);background-repeat:no-repeat; width: 375px; height: 223px;"><tiles:insert name="box.vanilla" flush="true" />
<img class = "pos2" src="../files/images/commun/vide.gif" USEMAP="#vanilla" alt=""/>
</td>
</tr>
<tr>
<td colspan="3"><img style="width: 758px; padding-left:1px;"alt=""src="../files/images/home/barre3_<%=locale.getLanguage()%>.gif"></td>
</tr>
<tr>
<MAP NAME="turbojour"><AREA NAME="turbojour" SHAPE="rect" COORDS="1,1,375,118" href="../web/presentation.do?pc=<%=WebConstant.TURBO_DAY_PRODUCT_CATEGORY%>&idmenu=2&<%=urlParam%>" ALT=""></MAP>
<td style="background-image:url(../files/images/home/boxturbojour_<%=locale.getLanguage()%>.gif);background-repeat:no-repeat; width: 375px; height: 228px;"><tiles:insert name="box.turbojour" flush="true" />
<img class = "pos3" src="../files/images/commun/vide.gif" USEMAP="#turbojour" alt=""/>
</td>
<td style="width: 11px;"></td>
<MAP NAME="turbo"><AREA NAME="turbo" SHAPE="rect" COORDS="1,1,375,118" href="../web/presentation.do?pc=<%=WebConstant.TURBO_PRODUCT_CATEGORY%>&idmenu=2&<%=urlParam%>" ALT=""></MAP>
<td style="background-image:url(../files/images/home/bloc_stoploss_<%=locale.getLanguage()%>.gif);background-repeat:no-repeat; width: 375px; height: 228px;"><tiles:insert name="box.turbo" flush="true" />
<img class = "pos4" src="../files/images/commun/vide.gif" USEMAP="#turbo" alt=""/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div class="txt" style="padding-left:20px; padding-right:20px;">
<br><%=bundle.getString("linkeo_afei")%><br><br>
<%=bundle.getString("note_amf")%><br><br><br>
</div>
</td>
<td class="right"><br>
<tiles:insert name="graphique" flush="true" />
<tiles:insert name="x1" flush="true" />
<tiles:insert name="x2" flush="true" />
<tiles:insert name="menuLinkeo" flush="true" />
<tiles:insert name="x3" flush="true" />
</td>
</tr>
</table>
</div> |
Partager