Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 70637 invoked from network); 17 Feb 2009 13:53:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 13:53:07 -0000 Received: (qmail 32070 invoked by uid 500); 17 Feb 2009 13:53:07 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 32059 invoked by uid 500); 17 Feb 2009 13:53:06 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 32047 invoked by uid 99); 17 Feb 2009 13:53:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 05:53:06 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.104.202.5] (HELO rbkmail.log-net.com) (63.104.202.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 13:52:58 +0000 In-Reply-To: To: jspwiki-user@incubator.apache.org Subject: Re: thumbnails and presentations MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006 Message-ID: From: Louis.Masters@log-net.com Date: Tue, 17 Feb 2009 08:52:32 -0500 X-MIMETrack: Serialize by Router on RBKMAIL01/LOG-NET(Release 7.0.1|January 17, 2006) at 02/17/2009 08:52:55 AM, Serialize complete at 02/17/2009 08:52:55 AM Content-Type: multipart/alternative; boundary="=_alternative 004C3A0185257560_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 004C3A0185257560_= Content-Type: text/plain; charset="US-ASCII" Bob: OK, it does seem to work, but only in the page preview. When I actually save the page, it is not a presentation. My code is below - am I missing something? [{brushed.jspwiki.s5plugin.S5 header='%%(text-align:right;)DRAFT%%' footer='LCM • 2009-01-01 \\\\ TESTING' autostart='yes' }] %%slide %%title-slide !!! Main Title !! Sub Title ! Louis Masters Test slideshow %% %% %%slide !!! First Slide * bullet one * bullet two %% %%slide !!! Second Slide * bullet one * bullet two %% Thanks, Lou Bob Paige wrote on 02/13/2009 09:58:36 AM: > I'm running 2.6.3. > > To make it work I do the following: > > 1. copy the s5.jar file to JSPWiki's lib directory > 2. copy the s5.js, s5.css, an dprototype.js files that come with the plugin > to the scripts directory > 3. add "brushed.jspwiki.s5plugin" to the jspwiki.plugin.searchPath property > > though I see I fully-qualified the plugin. I just confirmed it works without > fully-qualifying it (since it is in the plugin searchpath). > > -- > Bobman > > On Fri, Feb 13, 2009 at 9:54 AM, wrote: > > > Bob: > > > > How did you get this plugin to work? What version of the wiki are you > > running? I thought this plugin only worked with version 2.3? > > > > -Lou > > > > Bob Paige wrote on 02/13/2009 09:24:27 AM: > > > > > I have the S5 presentation plugin and am trying to incorporate thumbnail > > > images with it. > > > > > > My goal with the thumbnails was to display a small version of the image > > that > > > the user could click on to see the full size image in a separate window. > > I > > > accomplished this with the following: > > > > > > [{Image src='img.jpg' width='200' link='attach/{$pagename}/img.jpg' > > > target='_blank'}] > > > > > > where 'img.jpg' is the name of the image attached to the current page. > > Note > > > the "attach/{$pagename}" part in the link argument; JSPWiki puts in the > > > current page name so the link works. > > > > > > So this works great. But when I put it in an S5 presentation page, > > clicking > > > on the link has no effect. The pointer changes as you would expect when > > you > > > mouse over a link, but clicking does nothing. When I'm looking at the > > list > > > view of the presentation the links work fine; they just don't work when > > > displaying the presentation. > > > > > > Sample presentation: > > > > > > [{brushed.jspwiki.s5plugin.S5 autostart='yes' header='...' footer='...' > > > style='...' }] > > > %%slide > > > !!! > > > * some slide bullet > > > * another slide bullet > > > [{Image src='img.jpg' width='200' link='attach/{$pagename}/img.jpg' > > > target='_blank'}] > > > ... > > > %% > > > > > > > > > Any idea why links don't work within a presentation? > > > > > > -- > > > Bobman > > --=_alternative 004C3A0185257560_=--