Ciao,<div>non hai specificato che versione di Plone stai utilizzando.</div><div>Nel caso utilizzi la 3 puoi creare semplicemente un portlet &quot;statico&quot; attraverso <a href="http://tuosito/@@manage-portlets">http://tuosito/@@manage-portlets</a> scrivendo nel suo body i vari links.</div>
<div><br></div><div>Vito</div><div><br><div class="gmail_quote">Il 27 giugno 2008 10.57, Katia &lt;<a href="mailto:kattrevi@email.it">kattrevi@email.it</a>&gt; ha scritto:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Salve a tutti.<br>
Sto facendo un portlet che andra&#39; in una delle due colonne laterali in cui<br>
ci deve essere una serie di link a fonti esterne che cambieranno con il<br>
tempo.<br>
Ho pensato di creare una cartella(esclusa dalla navigazione) che contiene<br>
una serie di ogetti Link.<br>
e ho creato il seguente template:<br>
<br>
&lt;html xmlns:tal=&quot;<a href="http://xml.zope.org/namespaces/tal" target="_blank">http://xml.zope.org/namespaces/tal</a>&quot;<br>
 &nbsp; &nbsp; &nbsp;xmlns:metal=&quot;<a href="http://xml.zope.org/namespaces/metal" target="_blank">http://xml.zope.org/namespaces/metal</a>&quot;<br>
 &nbsp; &nbsp; &nbsp;i18n:domain=&quot;plone&quot;&gt;<br>
<br>
&lt;body&gt;<br>
<br>
&lt;div metal:define-macro=&quot;portlet&quot; tal:omit-tag=&quot;&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;tal:block&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;dl class=&quot;portlet&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;dt class=&quot;portletHeader&quot;<br>
tal:content=&quot;here/comuni-associati/Title&quot;&gt;Title&lt;/dt&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;dd class=&quot;portletItemSingle&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tal:repeat=&quot;item here/cartellalink/objectValues&quot; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Link<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/dd&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/dl&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;/tal:block&gt;<br>
 &nbsp; &nbsp;&lt;/div&gt;<br>
<br>
<br>
&lt;/body&gt;<br>
<br>
<br>
Il mio problema sta nel define di href in quanto non so che metodo usare per<br>
recuperare il link diretto senza dover passare prima per la pagina link.<br>
Ringrazio in anticipo chiunque mi puo&#39; dare una mano.<br>
 &nbsp; &nbsp; &nbsp;Katia<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Link-diretti-tp18150899s21526p18150899.html" target="_blank">http://www.nabble.com/Link-diretti-tp18150899s21526p18150899.html</a><br>
Sent from the Plone - Italy mailing list archive at Nabble.com.<br>
<br>
<br>
</font><br>_______________________________________________<br>
Plone-IT mailing list<br>
<a href="mailto:Plone-IT@lists.plone.org">Plone-IT@lists.plone.org</a><br>
<a href="http://lists.plone.org/mailman/listinfo/plone-it" target="_blank">http://lists.plone.org/mailman/listinfo/plone-it</a><br>
<a href="http://www.nabble.com/Plone---Italy-f21728.html" target="_blank">http://www.nabble.com/Plone---Italy-f21728.html</a><br></blockquote></div><br><br clear="all"><br>-- <br>&quot;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&#39;s why it is so complicated.&quot; by Paul Rand
</div>