All of lore.kernel.org
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/plone-custom logged_out main_templa ...
Date: 2 Aug 2006 19:02:14 -0000	[thread overview]
Message-ID: <20060802190214.11807.qmail@sourceware.org> (raw)

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'" >



                 reply	other threads:[~2006-08-02 19:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060802190214.11807.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.