/variables.js Secret
Created
July 18, 2012 14:55
CTSKit variables test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var textElementClass = "cts-text"; | |
var imgElementClass = "cite-img"; | |
var imgSize = 2000; | |
var pathToXSLT = "http://www.homermultitext.org/hmt-doc/guides/ctskit/xsl/chs-gp.xsl"; | |
var urlOfCTS = "http://hmt-cts.appspot.com/CTS?request=GetPassagePlus&urn="; | |
var urlOfImgService = "http://amphoreus.hpcc.uh.edu/tomcat/chsimg/Img?urn="; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment