|
Revision 394, 0.6 kB
(checked in by chris, 3 years ago)
|
Fix problem with being unable to create an LS for clauses with no
predicate, e.g. Gen 3,5(f).
Reorganised jsp directory to separate includes and css from jsp pages.
Renamed lsedit.jsp to lexicon.jsp.
Added a controller for lexicon.jsp.
Moved tests into their own package.
Separated finished and unfinished tests to make it easier to run all the
finished and working ones.
|
| Line | |
|---|
| 1 |
<%@ include file="include/setup.jsp" %> |
|---|
| 2 |
|
|---|
| 3 |
<% String pageTitle = "Home Page"; %> |
|---|
| 4 |
<%@ include file="include/header.jsp" %> |
|---|
| 5 |
|
|---|
| 6 |
<p>You should really start at the <a href="clause.jsp">text browser</a>.</p> |
|---|
| 7 |
|
|---|
| 8 |
<p>You may need to install the following free fonts on your PC to get the |
|---|
| 9 |
best rendering:</p> |
|---|
| 10 |
|
|---|
| 11 |
<ul> |
|---|
| 12 |
<li><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSIL_download#a484c7ae">Charis SIL</a></li> |
|---|
| 13 |
<li><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=SILHebrUnic2#3fee5fec">Ezra SIL</a></li> |
|---|
| 14 |
</ul> |
|---|
| 15 |
|
|---|
| 16 |
<%@ include file="include/footer.jsp" %> |
|---|