[Cluster-devel] conga/luci/plone-custom logged_out main_templa ...

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Aug 2 19:02:14 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-02 19:02:13

Modified files:
	luci/plone-custom: logged_out main_template portlet_login 

Log message:
	add missing tal:

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/logged_out.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/main_template.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/portlet_login.diff?cvsroot=cluster&r1=1.3&r2=1.4

--- conga/luci/plone-custom/logged_out	2006/07/26 18:03:55	1.1
+++ conga/luci/plone-custom/logged_out	2006/08/02 19:02:13	1.2
@@ -8,7 +8,7 @@
 
 <div metal:fill-slot="main">
 
-<tal:reallyloggedout condition="isAnon">
+<tal:reallyloggedout tal:condition="isAnon">
   <h1 i18n:translate="heading_signed_out">You are now logged out</h1>
 
   <div i18n:translate="description_logged_out" tal:omit-tag="">
--- conga/luci/plone-custom/main_template	2006/08/02 18:12:49	1.2
+++ conga/luci/plone-custom/main_template	2006/08/02 19:02:13	1.3
@@ -55,18 +55,13 @@
                The portal logo, linked to the portal root
              </a>
 
-             <div tal:condition="python: False" metal:use-macro="here/global_sections/macros/portal_tabs">
-               The global sections tabs. (Welcome, News etc)
-             </div>
+             <div tal:condition="not: here/portal_membership/isAnonymousUser"
+				metal:use-macro="here/global_sections/macros/portal_tabs" />
           </div>
 
           <div metal:use-macro="here/global_personalbar/macros/personal_bar">
              The personal bar. (log in, logout etc...)
            </div>
-
-           <div tal:condition="nothing" metal:use-macro="here/global_pathbar/macros/path_bar">
-             The breadcrumb navigation ("you are here")
-           </div>
       </div>
 
       <div class="visualClear"><!-- --></div>
--- conga/luci/plone-custom/portlet_login	2006/08/02 18:12:49	1.3
+++ conga/luci/plone-custom/portlet_login	2006/08/02 19:02:13	1.4
@@ -11,6 +11,7 @@
                  auth nocall:here/acl_users/credentials_cookie_auth|nothing"
      tal:condition="python: isAnon and okToShowHere">
 portlet login
+
 <div style="margin-top:1em"
   tal:define="ac_name auth/name_cookie|string:__ac_name"
   tal:condition="python:isAnon and ac_name == 'admin'" >




More information about the Cluster-devel mailing list