Last change
on this file since 9977 was
6208,
checked in by grum, 14 years ago
|
Fix some bugs on the request builder and improve results display
|
File size:
665 bytes
|
Line | |
---|
1 | <ul class='rbResultList'> |
---|
2 | {foreach from=$datas item=row} |
---|
3 | <li> |
---|
4 | <table> |
---|
5 | <tr> |
---|
6 | <td> |
---|
7 | <img class="thumbnail" src='{$row.imageThumbnail}'> |
---|
8 | </td> |
---|
9 | |
---|
10 | <td class="rbResultItemDetail"> |
---|
11 | {if $row.imageName!=''}{$row.imageName}<br>{/if} |
---|
12 | {foreach from=$row.imageCategories key=catname item=catdata name=catlist} |
---|
13 | <a href="{$catdata.link}">{$catdata.name}</a>{if $smarty.foreach.catlist.last}<br/>{else}, {/if} |
---|
14 | {/foreach} |
---|
15 | <hr> |
---|
16 | {foreach from=$row.plugin item=plugin} |
---|
17 | {$plugin}<br> |
---|
18 | {/foreach} |
---|
19 | </td> |
---|
20 | |
---|
21 | </tr> |
---|
22 | </table> |
---|
23 | |
---|
24 | </li> |
---|
25 | {/foreach} |
---|
26 | |
---|
27 | |
---|
28 | </ul> |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.