Direi che è il codice con cui ho customizzato plone.global_sections.<br>Ma per ora la navigazione secondaria non sbuca (ovviamente ho creato dentro portal_actions tutto il necessario).<br><br>Ecco il mio codice:<br>&lt;tal:tabs tal:condition=&quot;view/portal_tabs&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i18n:domain=&quot;plone&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;h5 class=&quot;hiddenStructure&quot; i18n:translate=&quot;heading_sections&quot;&gt;Sections&lt;/h5&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;ul id=&quot;portal-globalnav&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tal:tabs tal:repeat=&quot;tab view/portal_tabs&quot;&gt;&lt;li tal:attributes=&quot;id string:portaltab-${tab/id};<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class python:view.selected_portal_tab==tab[&#39;id&#39;] and &#39;selected&#39; or &#39;plain&#39;&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tal:content=&quot;tab/name&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tal:attributes=&quot;href tab/url;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title tab/description|nothing&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tab Name<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br>&lt;tal:block omit-tag=&quot;&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tal:define=&quot;sublevel string:portaltab-${tab/id};<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subnav actions/?sublevel|nothing;&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tal:block omit-tag=&quot;&quot; tal:condition=&quot;subnav&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ul class=&quot;nn-twolevel-subnav&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tal:tabs tal:repeat=&quot;subtab subnav&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li tal:attributes=&quot;id string:portaltab-${subtab/id};&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;&quot; class=&quot;&quot; tal:attributes=&quot;href subtab/url;&quot; accesskey=&quot;accesskeys-tabs&quot; i18n:attributes=&quot;accesskey&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tal:block omit-tag=&quot;&quot; i18n:translate=&quot;&quot; &gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span tal:replace=&quot;subtab/name&quot;&gt;Tab Name&lt;/span&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tal:block&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/li&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tal:tabs&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ul&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tal:block&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tal:block&gt;<br>
<br><br><br><br><br><br>&lt;/li&gt;&lt;/tal:tabs&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/ul&gt;<br>&lt;/tal:tabs&gt;<br><br><br><br><br><br><br><br><br><br><br><div class="gmail_quote">2009/1/28 Carrer Yuri <span dir="ltr">&lt;<a href="mailto:yuri.carrer@unipd.it">yuri.carrer@unipd.it</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Fabrizio Rota ha scritto:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Su <a href="http://new.plone.org/documentation/how-to/twolevel-navigation-in-plone-revived" target="_blank">http://new.plone.org/documentation/how-to/twolevel-navigation-in-plone-revived</a><br>
c&#39;è un sistema molto intreigante basato su porta action.<br>
Possibile adattarlo a plone 3?<br>
</blockquote>
<br></div>
Si, elimini la navigazione principale e crei in portal_tabs le tab principali e in un&#39;altra sezione metti le sotto tab. Poi modifichi il template perchè cicli sulle sotto tab.<br>
<br>
Ecco quello che uso per un sito plone 2.5 (<a href="http://global_sections.pt" target="_blank">global_sections.pt</a>) dove le subtab hanno come category portaltab-&lt;id_tab_principale&gt;. Cioè se la sezione principale è pippo, le sottoazioni (secondo menù) hanno come category portaltab-pippo e appare:<br>

<br>
[pippo]<br>
[sotto pippo-1] [sotto pippo-2]<br>
<br>
<br>
=====================<br>
<br>
<br>
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;<br>
 &nbsp; &nbsp; i18n:domain=&quot;plone&quot;&gt;<br>
<br>
&lt;body&gt;<br>
<br>
&lt;!-- THE SECTION TABS DEFINITION --&gt;<br>
&lt;div metal:define-macro=&quot;portal_tabs&quot;<br>
 &nbsp; &nbsp;tal:omit-tag=&quot;&quot;<br>
 &nbsp; &nbsp;tal:define=&quot;selected_tabs python:here.selectedTabs(&#39;index_html&#39;, here, portal_tabs);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;selected_portal_tab selected_tabs/portal;&quot;<br>
 &nbsp; &nbsp;tal:condition=&quot;portal_tabs&quot;&gt;<br>
<br>
 &nbsp; &lt;h5 class=&quot;hiddenStructure&quot; i18n:translate=&quot;heading_sections&quot;&gt;Sections&lt;/h5&gt;<br>
<br>
 &nbsp; &lt;ul id=&quot;portal-globalnav&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &lt;tal:tabs tal:repeat=&quot;tab portal_tabs&quot;&gt;&lt;li tal:attributes=&quot;id string:portaltab-${tab/id};<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; class python:test(selected_portal_tab==tab[&#39;id&#39;], &#39;selected&#39;, &#39;plain&#39;);&quot;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tal:content=&quot;tab/name&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tal:attributes=&quot;href tab/url;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;title tab/description|nothing;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;class string:actionicon-portaltab-${tab/id}&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tab Name<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/a&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br>
 &nbsp; &nbsp; &nbsp; &lt;/tal:tabs&gt;<br>
 &nbsp;&lt;/ul&gt;<br>
&lt;tal:tabs &nbsp;tal:repeat=&quot;tab portal_tabs&quot;&gt;<br>
&lt;tal:block omit-tag=&quot;&quot;<br>
 &nbsp; &nbsp; &nbsp; tal:define=&quot;selected_tabs python:here.selectedTabs(&#39;index_html&#39;, here, portal_tabs);<br>
 &nbsp; &nbsp; &nbsp; selected_portal_tab selected_tabs/portal;<br>
 &nbsp; &nbsp; &nbsp; sublevel string:portaltab-${tab/id};<br>
 &nbsp; &nbsp; &nbsp; subnav actions/?sublevel|nothing;&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tal:block omit-tag=&quot;&quot; tal:condition=&quot;subnav&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul tal:condition=&quot;python:test(selected_portal_tab==tab[&#39;id&#39;], 1, 0)&quot; id=&quot;portal-globalsubnav&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;tal:tabs tal:repeat=&quot;subtab subnav&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;li tal:on-error=&quot;nothing&quot; tal:attributes=&quot;id string:portaltab-${subtab/id};<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;class python:test(subtab[&#39;id&#39;]==here[&#39;id&#39;], &#39;selected&#39;, &#39;plain&#39;);&quot;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&quot; class=&quot;&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tal:attributes=&quot;href subtab/url;&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; accesskey=&quot;accesskeys-tabs&quot; i18n:attributes=&quot;accesskey&quot;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;tal:block omit-tag=&quot;&quot; i18n:translate=&quot;&quot; &gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;span tal:replace=&quot;structure subtab/name&quot;&gt;Tab Name&lt;/span&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/tal:block&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/a&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tal:tabs&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/ul&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/tal:block&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tal:block&gt;<br>
&lt;/tal:tabs&gt;<br>
<br>
&lt;/div&gt;<br>
<br>
&lt;/body&gt;<br>
&lt;/html&gt;<br>
<br>
<br>
<br>
=====================<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
faber<br>
<br>
2009/1/28 Fabrizio Rota &lt;<a href="mailto:fabrizio.rota@gmail.com" target="_blank">fabrizio.rota@gmail.com</a> &lt;mailto:<a href="mailto:fabrizio.rota@gmail.com" target="_blank">fabrizio.rota@gmail.com</a>&gt;&gt;<div class="Ih2E3d">
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Utilizza le keyword sulla cartella, in questo modo puoi<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&quot;taggare&quot; le cartelle che vuoi/non vuoi mettendo/togliendo una<br>
 &nbsp; &nbsp; &nbsp; &nbsp;parola chiave sulla cartella.<br>
<br>
 &nbsp; &nbsp;Questo sarebbe il massimo, ma non so davvero come referenziare le<br>
 &nbsp; &nbsp;parole chiave in una espressione python (in pratica NON SO NULLA<br>
 &nbsp; &nbsp;DI PYTHON - e pure di molte altre cose).<br>
<br>
 &nbsp; &nbsp;E poi c&#39;è una seconda faccenda: così come è fatto il prodotto<br>
 &nbsp; &nbsp;lista in sottonavigazione anche i files, non solo le cartelle<br>
 &nbsp; &nbsp;(l&#39;ho notato adesso)!<br>
<br>
 &nbsp; &nbsp;E&#39; possibile adattarlo alla visualizzazione delle sole cartelle?<br>
 &nbsp; &nbsp;(ad esempio modificando<br>
<br>
 &nbsp; &nbsp;navbarobjects python: navbardata[&#39;contents&#39;]; navbarselected<br>
 &nbsp; &nbsp;python: navbardata[&#39;selected&#39;];&quot;<br>
 &nbsp; &nbsp;)?<br>
<br>
 &nbsp; &nbsp;faber<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Io, invece, ho usato un altro approccio, cioè uso<br>
 &nbsp; &nbsp; &nbsp; &nbsp;portal-action e una convenzione sui nomi, per gestire<br>
 &nbsp; &nbsp; &nbsp; &nbsp;navigazione principale e sottonavigazione perché non c&#39;era una<br>
 &nbsp; &nbsp; &nbsp; &nbsp;necessaria corrispondenza tra nomi e cartelle alla navigazione.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Se il sito è complesso conviene adottare la strategia della<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;doppia skin (<a href="http://admin.sito.com" target="_blank">admin.sito.com</a> &lt;<a href="http://admin.sito.com" target="_blank">http://admin.sito.com</a>&gt; e<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.sito.com" target="_blank">www.sito.com</a> &lt;<a href="http://www.sito.com" target="_blank">http://www.sito.com</a>&gt;), uno per gestire i<div class="Ih2E3d"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;contenuti e l&#39;altro per visualizzarli.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Il primo ha una skin di default e ti muovi nella logica di<br>
 &nbsp; &nbsp; &nbsp; &nbsp;immettere il contenuto, il secondo ha uno skin &quot;figo&quot; e con la<br>
 &nbsp; &nbsp; &nbsp; &nbsp;logica della ricerca e visualizzazione del contenuto.<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Faber<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;------------------------------------------------------------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Plone-IT mailing list<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:Plone-IT@lists.plone.org" target="_blank">Plone-IT@lists.plone.org</a> &lt;mailto:<a href="mailto:Plone-IT@lists.plone.org" target="_blank">Plone-IT@lists.plone.org</a>&gt;<div class="Ih2E3d">
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.plone.org/mailman/listinfo/plone-it" target="_blank">http://lists.plone.org/mailman/listinfo/plone-it</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.nabble.com/Plone---Italy-f21728.html" target="_blank">http://www.nabble.com/Plone---Italy-f21728.html</a><br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Plone-IT mailing list<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:Plone-IT@lists.plone.org" target="_blank">Plone-IT@lists.plone.org</a> &lt;mailto:<a href="mailto:Plone-IT@lists.plone.org" target="_blank">Plone-IT@lists.plone.org</a>&gt;<div class="Ih2E3d"><br>

 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.plone.org/mailman/listinfo/plone-it" target="_blank">http://lists.plone.org/mailman/listinfo/plone-it</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.nabble.com/Plone---Italy-f21728.html" target="_blank">http://www.nabble.com/Plone---Italy-f21728.html</a><br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;--  &nbsp; &nbsp;Fabrizio<br>
 &nbsp; &nbsp;--------------------<br>
 &nbsp; &nbsp;&quot;Life is what happens to you while you&#39;re busy making other plans&quot;<br>
 &nbsp; &nbsp;- J. Lennon<br>
<br>
<br>
<br>
<br>
-- <br>
Fabrizio<br>
--------------------<br>
&quot;Life is what happens to you while you&#39;re busy making other plans&quot; - J. Lennon<br></div><div class="Ih2E3d">
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Plone-IT mailing list<br>
<a href="mailto:Plone-IT@lists.plone.org" target="_blank">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>
</div></blockquote><font color="#888888">
<br>
<br>
-- <br>
Yuri Carrer<br>
<br>
CAB - Centro di Ateneo per le Biblioteche</font><div><div></div><div class="Wj3C7c"><br>
<br>
<br>
_______________________________________________<br>
Plone-IT mailing list<br>
<a href="mailto:Plone-IT@lists.plone.org" target="_blank">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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Fabrizio<br>--------------------<br>&quot;Life is what happens to you while you&#39;re busy making other plans&quot; - J. Lennon<br>