[TYPO3-dev] Moving the topic of the discussion a little bit -- Based of thread "Change roadmap..."
Peter Niederlag
niederlag at ikd01.de
Thu Apr 13 09:20:19 CEST 2006
Hi,
Dimitri Tarassenko schrieb:
> Ernesto,
>
> On 4/12/06, Ernesto Baschny [cron IT] <ernst at cron-it.de> wrote:
[...]
> This is an actual Smarty template that I did two weeks ago:
> [..]
> {foreach from=$members item=member}
> {strip}
> <div class="member">
> <div class="member-logo">
> {if $member.tx_memberdb_logo!=''}
> {assign var=logofile
> value=$member.tx_memberdb_logo}
> {assign var=logoalt value=$member.companyname}
> {typo3_render_typoscript ts="
> 5 = IMAGE
> 5.file=uploads/tx_memberdb/$logofile
> 5.file.width=100
> 5.alttext = $logoalt
> "}
> {/if}
> </div>
>
> From my discussion with Thomas Murphy I understand that you may expect
> this to be available in the next release of smarty extension.
First of all that is an easy way to handle that kind of stuff, but...
a) most HTML-Designers I know wont ever be capable of writing this kind
of stuff
b) you don't have a chance of a preview of the HTML, without running the
logic!
c) why can't we find a way to incorporate/modify/improve this into TS?
Greets,
Peter
--
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
http://www.typo3partner.net * professional services network *
More information about the TYPO3-dev
mailing list