[Plone-IT] Link diretti

Katia kattrevi a email.it
Ven 27 Giu 2008 09:27:41 UTC


Uso Plone2.5. Comunque adesso sono riuscita a farlo andare.
Il problema era che io usavo il tal define per definire href. Utilizzando
tal attributes la cosa funziona.
Grazie ancora.

<html xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      i18n:domain="plone">

<body>

<div metal:define-macro="portlet" tal:omit-tag="">
        <tal:block>
            <dl class="portlet">
                <dt class="portletHeader"
tal:content="here/cartellalink/Title">Title</dt>
                <dd class="portletItemSingle odd"
                    tal:repeat="item here/cartellalink/objectValues" > 
                     # Prova  
                </dd>
            </dl>
        </tal:block>
    </div>


</body>
-- 
View this message in context: http://www.nabble.com/Link-diretti-tp18150899s21526p18151388.html
Sent from the Plone - Italy mailing list archive at Nabble.com.





Maggiori informazioni sulla lista Plone-IT