wolfgangmm / tei-simple-pm

An implementation of the TEI Simple ODD extensions for processing models in XQuery.
http://showcases.exist-db.org/exist/apps/tei-simple/index.html
20 stars 9 forks source link

navbar-header problem on interior pages #6

Closed joewiz closed 9 years ago

joewiz commented 9 years ago

When on a page like http://localhost:8080/exist/apps/tei-simple/test/testsimple4.xml?odd=teisimple.odd, the navbar-header (which contains a link to return to index.html) uses a relative path, causing the link to lead to:

http://localhost:8080/exist/apps/tei-simple/test/index.html

instead of

http://localhost:8080/exist/apps/tei-simple/index.html
joewiz commented 9 years ago

This problem doesn't affect the "Home" navbar button though. It uses an absolute URL:

/exist/apps/tei-simple/index.html

instead of the navbar-header's relative URL:

./index.html