-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyshop_whoswho.html
45 lines (39 loc) · 1.43 KB
/
myshop_whoswho.html
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
<{$breadcrumb}>
<br />
<{* Display category or module advertisement *}>
<{if $mod_pref.advertisement != ''}>
<div id="myshop_publicite"><{$mod_pref.advertisement}></div>
<{/if}>
<br />
<h2><img src="<{$smarty.const.MYSHOP_IMAGES_URL}>box.png" alt="" border="0" /><{$smarty.const._MI_MYSHOP_SMNAME5}></h2>
<div class="myshop_alphabet"><{foreach item=letter from=$alphabet}><a href="#<{$letter}>"><{$letter}></a> <{/foreach}></div>
<table border="0" cellpadding="0" cellspacing="0" class="myshop_whoswho">
<{foreach key=initiale item=donnees from=$manufacturers}>
<tr>
<td>
<table width="100%" cellspacing="0">
<tr>
<td class="myshop_catdescription">
<table width="100%" cellspacing="0">
<tr>
<td align="center" width="80%"></td>
<td align="center" width="20%">
<div class="myshop_lettrine"><a name="<{$initiale}>"><span class="myshop_lettrine-L"><{$initiale}></span></a></div></td>
</tr>
<tr>
<td colspan="2" class="myshop_listauthors">
<div>
<{foreach item=manufacturer from=$donnees}>
<br /><img src="<{$smarty.const.MYSHOP_IMAGES_URL}>arrow-black2.png" alt="" border="0" /><a href="<{$manufacturer.manu_url_rewrited}>" title="<{$manufacturer.manu_href_title}>"><{$manufacturer.manu_name}>, <{$manufacturer.manu_commercialname}></a>
<{/foreach}>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<{/foreach}>
</table>