Hi,<br><br><div><span class="gmail_quote">On 4/17/06, <b class="gmail_sendername">Joachim Ansorg</b> <<a href="mailto:nospam+bt-devel@joachim-ansorg.de">nospam+bt-devel@joachim-ansorg.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>> I like your changes. It looks cleaner now.<br>> My suggestion:<br>> -move the nav bar to the left side, as it is in BibleTime and on many<br>> websites<br><br>Done, although I like it better on the right.
<br><br>> -reduce number of news items, as it was noted already<br><br>Doing this in XSLT is beyond my knowledge :)<br>A quick hack is to comment them out. That's what it did.</blockquote><div><br>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.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The best thing probably is that all pages validate now =)<br><br>I also fixed the screenshots page to have links to the larger image on the
<br>previews. This is also possible for the gallery.<br><br>Joachim<br>_______________________________________________<br>bt-devel mailing list<br><a href="mailto:bt-devel@crosswire.org">bt-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/bt-devel">
http://www.crosswire.org/mailman/listinfo/bt-devel</a><br></blockquote></div><br>