Ciao,non hai specificato che versione di Plone stai utilizzando. Nel caso utilizzi la 3 puoi creare semplicemente un portlet "statico" attraverso http://tuosito/@@manage-portlets scrivendo nel suo body i vari links.
Vito Il 27 giugno 2008 10.57, Katia <[EMAIL PROTECTED]> ha scritto: > > Salve a tutti. > Sto facendo un portlet che andra' in una delle due colonne laterali in cui > ci deve essere una serie di link a fonti esterne che cambieranno con il > tempo. > Ho pensato di creare una cartella(esclusa dalla navigazione) che contiene > una serie di ogetti Link. > e ho creato il seguente template: > > <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/comuni-associati/Title">Title</dt> > <dd class="portletItemSingle" > tal:repeat="item here/cartellalink/objectValues" > > # Link > > </dd> > </dl> > </tal:block> > </div> > > > </body> > > > Il mio problema sta nel define di href in quanto non so che metodo usare > per > recuperare il link diretto senza dover passare prima per la pagina link. > Ringrazio in anticipo chiunque mi puo' dare una mano. > Katia > -- > View this message in context: > http://www.nabble.com/Link-diretti-tp18150899s21526p18150899.html > Sent from the Plone - Italy mailing list archive at Nabble.com. > > > > _______________________________________________ > Plone-IT mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/plone-it > http://www.nabble.com/Plone---Italy-f21728.html > -- "Design is the method of putting form and content together. Design, just as art, has multiple definitions; there is no single definition. Design can be art. Design can be aesthetics. Design is so simple, that's why it is so complicated." by Paul Rand
_______________________________________________ Plone-IT mailing list [email protected] http://lists.plone.org/mailman/listinfo/plone-it http://www.nabble.com/Plone---Italy-f21728.html
