Fixed typo in displayEntry and menu JSPs

This commit is contained in:
travismccauley 2003-10-30 00:44:09 +00:00
parent bc918b1c12
commit 29e09dce28
2 changed files with 7 additions and 4 deletions

View file

@ -119,7 +119,7 @@
</p>
</form>
<p><span class="warning">The requires the <a href="http://iris.lib.virginia.edu/tibet/tools/tmw.html">TibetanMachineWeb font</a> to display Tibetan script.</span></p>
<p><span class="warning">This dictionary requires the <a href="http://iris.lib.virginia.edu/tibet/tools/tmw.html">TibetanMachineWeb font</a> to display Tibetan script.</span></p>
<div id="entry">
<c:choose>

View file

@ -86,10 +86,13 @@
</c:if>
<h2>Recently Modified Terms</h2>
<div id="recentTerms">
<p><span class="warning">This dictionary requires the <a href="http://iris.lib.virginia.edu/tibet/tools/tmw.html">TibetanMachineWeb font</a> to display Tibetan script.</span></p>
<c:forEach var="term" items="${applicationScope.global.recentTerms }">
<p class="tmw-block">
<span class="warning">The requires the <a href="http://iris.lib.virginia.edu/tibet/tools/tmw.html">TibetanMachineWeb font</a> to display Tibetan script.</span><br/>
<c:set target="${ sessionScope.visit.helper}" property="wylie" value="${ term.term }"/>
<c:set var="tib" value="${ sessionScope.visit.helper.tibetan } " />
<c:out value="<a class='tmw-link' href='/lex/action?cmd=displayFull&comp=term&metaId=${term.metaId}'>${ tib } </a>" escapeXml='false' />