[jsword-svn] bibledesktop/resource/xsl/cswing s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Mar 20 19:37:20 MST 2005
Update of /cvs/jsword/bibledesktop/resource/xsl/cswing
In directory www.crosswire.org:/tmp/cvs-serv13704/resource/xsl/cswing
Modified Files:
simple.xsl
Log Message:
Fixed BD-34. Clicking a Strong's link now switches books and selects the key.
Index: simple.xsl
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/xsl/cswing/simple.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** simple.xsl 19 Mar 2005 01:57:09 -0000 1.13
--- simple.xsl 21 Mar 2005 02:37:18 -0000 1.14
***************
*** 14,18 ****
<!-- gdef and hdef refer to hebrew and greek definitions keyed by strongs -->
<xsl:param name="greek.def.protocol" select="'gdef:'"/>
! <xsl:param name="hebrew.def.url" select="'hdef:'"/>
<!-- currently these are not used, but they are for morphologic forms -->
<xsl:param name="greek.morph.protocol" select="'gmorph:'"/>
--- 14,18 ----
<!-- gdef and hdef refer to hebrew and greek definitions keyed by strongs -->
<xsl:param name="greek.def.protocol" select="'gdef:'"/>
! <xsl:param name="hebrew.def.protocol" select="'hdef:'"/>
<!-- currently these are not used, but they are for morphologic forms -->
<xsl:param name="greek.morph.protocol" select="'gmorph:'"/>
***************
*** 316,320 ****
<xsl:choose>
<xsl:when test="$strongs-type = 'H'">
! <a href="{$hebrew.def.url}{$first-lemma}" class="strongs"><xsl:apply-templates/></a>
</xsl:when>
<xsl:otherwise>
--- 316,320 ----
<xsl:choose>
<xsl:when test="$strongs-type = 'H'">
! <a href="{$hebrew.def.protocol}{$first-lemma}" class="strongs"><xsl:apply-templates/></a>
</xsl:when>
<xsl:otherwise>
More information about the jsword-svn
mailing list