[TYPO3] How to display information with a table.

Jérôme Picard j.picard at vivacances.fr
Thu Sep 21 15:29:23 CEST 2006


Hello,

 

I would like users to be able to create products in the following from on a page:

 

Label|Price|code

 

I use a table and require users to ender data in the following format:

 

Produit1|200|PRD_1

Produit2|100|PRD_2

Produit3|300|PRD_3

 

For the display, I would wish that:

 

<ul>

            <li><a href='http:/ /monserveur/produit?id=PRD_1><span id= 'offre'>Produit1</span><span id='prix'>200</span></a></li>

            <li><a href='http:/ /monserveur/produit?id=PRD_2><span id= 'offre'>Produit2</span><span id='prix'>100</span></a></li>

            <li><a href='http:/ /monserveur/produit?id=PRD_3><span id= 'offre'>Produit3</span><span id='prix'>300</span></a></li>

</ul>

 

Is it possible to make this in a table component? If so, how can I modify this component?

 

Regards,

Jérôme.

 

 




More information about the TYPO3-english mailing list