Return-Path: Delivered-To: apmail-perl-docs-dev-archive@perl.apache.org Received: (qmail 21383 invoked by uid 500); 14 Jan 2002 03:05:52 -0000 Mailing-List: contact docs-dev-help@perl.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list docs-dev@perl.apache.org Received: (qmail 21297 invoked from network); 14 Jan 2002 03:05:51 -0000 Message-ID: <3C424B0B.2020606@stason.org> Date: Mon, 14 Jan 2002 11:05:47 +0800 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 To: Thomas Klausner Cc: docs-dev@perl.apache.org Subject: Re: one more change (prev/next widget) References: <20020111101823.C363@zsi.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > I added the text "UP" below the upward arrow. IMO it makes the widget a > little bit clearer. Thanks Thomas > Patch attached (I hope I got it right this time..) yup :) but see below > Index: tmpl/custom/html/navbar_local > =================================================================== > RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/navbar_local,v > retrieving revision 1.2 > diff -u -r1.2 navbar_local > --- tmpl/custom/html/navbar_local 6 Jan 2002 12:15:17 -0000 1.2 > +++ tmpl/custom/html/navbar_local 10 Jan 2002 20:32:26 -0000 > @@ -31,7 +31,7 @@ > > > buttons.push({link => "$rel_doc_root/index.html", > - text => "up" > + text => "" > postlink => "", > prelink => "", We cannot use png, I also don't have it. Neither your preview site :) e.g. http://domm.zsi.at/modperl-site-domm/maillist/list-announce.html > Index: tmpl/custom/html/page > =================================================================== > RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page,v > retrieving revision 1.2 > diff -u -r1.2 page > --- tmpl/custom/html/page 10 Jan 2002 18:24:34 -0000 1.2 > +++ tmpl/custom/html/page 10 Jan 2002 20:32:26 -0000 > @@ -18,4 +18,13 @@ >
> [% INCLUDE ad -%] > > + > +
> +
> +[% INCLUDE page_body %] > +
> +[% INCLUDE tail -%] > +
> +
> + > what's that? this is not 'up' link. > Index: tmpl/custom/html/page_body > =================================================================== > RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page_body,v > retrieving revision 1.1 > diff -u -r1.1 page_body > --- tmpl/custom/html/page_body 5 Jan 2002 19:29:53 -0000 1.1 > +++ tmpl/custom/html/page_body 10 Jan 2002 20:32:26 -0000 > @@ -9,6 +9,7 @@ > nav=doc.nav > rel_doc_root=doc.dir.rel_doc_root; > > + > INCLUDE toc toc=doc.toc; > > # prepare section sub-menus the same here. After doing 'cvs diff' please remove the irrelevant parts of the patch. Alternatively if you know which files you want to get the diff for use them as an argument to 'cvs diff' and then you have less work to do, cleaning up. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas@stason.org http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org For additional commands, e-mail: docs-dev-help@perl.apache.org