[sword-devel] HTML drop-down menu

Chris Little sword-devel@crosswire.org
Thu, 27 Feb 2003 11:05:10 -0700 (MST)


On Thu, 27 Feb 2003, Victor Porton wrote:

> > Does anyone have a dropdown menu for all the bible translations already done
> > for me to drop into the mock-up I am working on?
> > 
> > something like this
> > 
> > <select>
> >   <option value="KJV">King James Version</option>
> >   <option> value="WEB">World English Translation</option>
> >   <option>all the rest</option>
> > </select>
> 
> It is in Diatheke.

You can run Diatheke/CGI without any arguments and it will build lists of 
all the modules installed on the server.  You can see this at 
http://www.bibletechnologieswg.org/cgi-bin/diatheke.pl

You can also run:
diatheke -b system -k modulelist
from the commandline to get a list of module IDs/names

--Chris