Added link to thdl_scripts to fix bug where popup menu would not open popups

This commit is contained in:
travismccauley 2003-11-12 14:51:43 +00:00
parent e57d322046
commit 763cec98dd
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8;" />
<script type='text/javascript' src='http://iris.lib.virginia.edu/scripts/thdl_scripts.js'></script>
<script type='text/javascript' src='/lex/js/lex.js'></script>
<link rel="stylesheet" type="text/css" media="screen" href="/lex/css/lex.css" />

View file

@ -12,7 +12,7 @@
<div id="columnLeft">
<div class="highlightBox">
<form action="/lex/action" method="get" >
<form id="quickSearch" action="/lex/action" method="get" >
<h2>Dictionary Quick Search</h2>
<p>
<input type="hidden" name="cmd" value="find" />
@ -36,7 +36,7 @@
<c:if test="${ editMode }">
<div class="highlightBox">
<form action="/lex/action" method="get" >
<form id="newTerm" action="/lex/action" method="get" >
<h2>Add a new term</h2>
<p>
<input type="hidden" name="cmd" value="getInsertTermForm" />
@ -54,14 +54,14 @@
<div class="highlightBox">
<h2>Defaults &amp; Preferences</h2>
<form action="/lex/action" method="get" >
<form id="defaults" action="/lex/action" method="get" >
<p>
<input type="hidden" name="cmd" value="getMetaDefaultsForm" />
<input type="submit" value="Defaults"/>
</p>
</form>
<form action="/lex/action" method="get" >
<form id="preferences" action="/lex/action" method="get" >
<p>
<input type="hidden" name="cmd" value="getMetaPrefsForm" />
<input type="submit" value="Preferences" /> <br />