Added link to thdl_scripts to fix bug where popup menu would not open popups
This commit is contained in:
parent
e57d322046
commit
763cec98dd
2 changed files with 5 additions and 4 deletions
|
@ -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" />
|
||||
|
|
|
@ -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 & 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 />
|
||||
|
|
Loading…
Reference in a new issue