8 lines
670 B
HTML
8 lines
670 B
HTML
<style><%include spellcheck.css%></style>
|
|
<div id="result_spellcheck" style="position: absolute; text-align:left; visibility: hidden; width: 97%; height:0px; overflow: auto; padding: 4px"></div>
|
|
<%if emode eq 'multi'%>
|
|
<div id="result_spellcheck2" style="position: absolute; text-align:left; visibility: hidden; width: 97%; height:0px; overflow: auto; padding: 4px"></div>
|
|
<%endif%>
|
|
<div id="suggest_menu" style="position: absolute; visibility: hidden; cursor: default; padding: 1px"></div><br>
|
|
<iframe id="frame_spellcheck" style="visibility: hidden; height: 0px; width: 0px" src="glist.cgi?do=msg_spellcheck;load=1;emode=<%emode%>;t=common<%hidden_query%>"></iframe>
|