Skip to content

Instantly share code, notes, and snippets.

@Skyl0
Created June 9, 2015 10:26
Show Gist options
  • Save Skyl0/8c0809976d0dba38b7dd to your computer and use it in GitHub Desktop.
Save Skyl0/8c0809976d0dba38b7dd to your computer and use it in GitHub Desktop.
<div class="tx-y7-fahrzeugdatenbank-parts">
<f:debug>{fahrzeug}</f:debug>
<p class="clearfix">
<f:for each="{fahrzeug.bild}" as="bilder" >
<f:debug>{bilder}</f:debug>
<a href="{bilder.originalResource.publicUrl}" data-lightbox="fz_db" data-title="{fahrzeug.name}" style="float:right; margin-left:10px;">
<f:image src="{bilder.originalResource.publicUrl}" width="270" />
</a>
{fahrzeug.beschreibung}<br/>
</f:for>
</p>
<div class="datenblatt"><a href="{fahrzeug.datenblatt.originalResource.publicUrl}" target="_blank">Datenblatt</a></div>
</div>
@Skyl0
Copy link
Author

Skyl0 commented Jun 9, 2015

debug out put : http://postimg.org/image/dxac6hfa5/
It doesn't parse the for-each part!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment