[bt-devel] Website changed, feedback wanted

Greg Hellings greg.hellings at gmail.com
Mon Apr 17 15:07:53 MST 2006


Hi,

On 4/17/06, Joachim Ansorg <nospam+bt-devel at joachim-ansorg.de> wrote:
>
> Hi,
>
> > I like your changes. It looks cleaner now.
> > My suggestion:
> > -move the nav bar to the left side, as it is in BibleTime and on many
> > websites
>
> Done, although I like it better on the right.
>
> > -reduce number of news items, as it was noted already
>
> Doing this in XSLT is beyond my knowledge :)
> A quick hack is to comment them out. That's what it did.


Doing anything like a count in XSLT has to be accomplished using some sort
of a hack.  I don't believe that there is any mechanism in XSLT for actually
running a loop, but if you do tail recursion and pass along a variable, you
can just bump out of the tail recursion when the value of the variable
reaches a designated value.  You would have to give the template in question
a name (in addition to whatever it is already identified by - probably a
match?) and call it by that.  Look at the <xsl:call-template ...> element.

The best thing probably is that all pages validate now =)
>
> I also fixed the screenshots page to have links to the larger image on the
> previews. This is also possible for the gallery.
>
> Joachim
> _______________________________________________
> bt-devel mailing list
> bt-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/bt-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.crosswire.org/pipermail/bt-devel/attachments/20060417/120f00af/attachment.html


More information about the bt-devel mailing list