Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
1
<html>
1
<html>
2
	<head>
2
	<head>
3
		<link rel="stylesheet" type="text/css" href="spellerStyle.css" />
3
		<link rel="stylesheet" type="text/css" href="spellerStyle.css" />
4
		<script src="controlWindow.js"></script>
4
		<script type="text/javascript" src="controlWindow.js"></script>
5
		<script>
5
		<script type="text/javascript">
6
var spellerObject;
6
var spellerObject;
7
var controlWindowObj;
7
var controlWindowObj;
Line 8... Line 8...
8
 
8
 
9
if( parent.opener ) {
9
if( parent.opener ) {
Line 136... Line 136...
136
								<td>
136
								<td>
137
									<input class="buttonDefault" type="button" name="btnUndo" fckLang="DlgSpellBtnUndo" value="Undo" onClick="undo();"
137
									<input class="buttonDefault" type="button" name="btnUndo" fckLang="DlgSpellBtnUndo" value="Undo" onClick="undo();"
138
										disabled>
138
										disabled>
139
								</td>
139
								</td>
140
								<td>&nbsp;&nbsp;</td>
140
								<td>&nbsp;&nbsp;</td>
141
								<td> 
141
								<td>
142
									<!-- by FredCK
142
									<!-- by FredCK
143
									<input class="buttonDefault" type="button" value="Close" onClick="end_spell();">
143
									<input class="buttonDefault" type="button" value="Close" onClick="end_spell();">
144
									-->
144
									-->
145
								</td>
145
								</td>
146
							</tr>
146
							</tr>