Subversion-Projekte lars-tiefland.ci

Revision

Revision 42 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<table>
    <tr>
        <td colspan="3">
            <h1>{$langstrings.item.zusatz_title}</h1>
        </td>
    </tr>
{section loop=$infos name=i_ind}
    <tr>
        <td>
            <img src="/images/webelemente/zusatz/{$infos[i_ind].rufname}.gif" {if $infos[i_ind].beschreibung} alt="{$infos[i_ind].name}"{popup text=$infos[i_ind].beschreibung width="400" caption=$infos[i_ind].name}{else}title="{$infos[i_ind].name}"{/if}>
        </td>
        <td>{$infos[i_ind].name}</td>
        <td>+{$infos[i_ind].preis|money_format}</td>
    </tr>
{/section}
</table>