2 PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <?xml version=
"1.0" encoding=
"utf-8"?>
7 /***************************************************************
10 * (c) 2003 dynarch.com. Authored by Mihai Bazon, sponsored by www.americanbible.org.
11 * (c) 2004-2008 Stanislas Rolland <typo3(arobas)sjbr.ca>
14 * This script is part of the TYPO3 project. The TYPO3 project is
15 * free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
20 * The GNU General Public License can be found at
21 * http://www.gnu.org/copyleft/gpl.html.
22 * A copy is found in the textfile GPL.txt and important notices to the license
23 * from the author is found in LICENSE.txt distributed with these scripts.
26 * This script is distributed in the hope that it will be useful,
27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * GNU General Public License for more details.
31 * This script is a modified version of a script published under the htmlArea License.
32 * A copy of the htmlArea License may be found in the textfile HTMLAREA_LICENSE.txt.
34 * This copyright notice MUST APPEAR in all copies of the script!
35 ***************************************************************/
37 * Spell Checker Plugin for TYPO3 htmlArea RTE
43 <title>Spell Checker
</title>
44 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
45 <script type=
"text/javascript" src=
"../spell-check-ui.js"></script>
47 <body class=
"popupwin htmlarea-spell-check" onload=
"initDocument();">
48 <div id=
"content" class=
"spellcheck">
49 <form id=
"spellcheck_form" style=
"display: none;" action=
"" method=
"post" target=
"framecontent" accept-charset=
"UTF-8">
50 <input type=
"hidden" name=
"content" id=
"f_content" />
51 <input type=
"hidden" name=
"dictionary" id=
"f_dictionary" />
52 <input type=
"hidden" name=
"pspell_charset" id=
"f_charset" />
53 <input type=
"hidden" name=
"pspell_mode" id=
"f_pspell_mode" />
54 <input type=
"hidden" name=
"userUid" id=
"f_user_uid" />
55 <input type=
"hidden" name=
"enablePersonalDicts" id=
"f_personal_dicts" />
56 <input type=
"hidden" name=
"init" id=
"f_init" value=
"1" />
58 <div class=
"title">Spell Checker
</div>
59 <div class=
"dictionaries">
60 <label for=
"v_dictionaries">Dictionary
</label>
61 <select id=
"v_dictionaries" name=
"v_dictionaries"></select>
62 <button id=
"b_recheck">Re-check
</button>
64 <div class=
"status" id=
"status">Please wait. Calling spell checker.
</div>
65 <div class=
"controls">
66 <div class=
"sectitle">Original word
</div>
67 <div class=
"secbody" id=
"v_currentWord">pliz weit ;-)
</div>
69 <button id=
"b_revert" class=
"long-button">Revert
</button>
71 <div class=
"sectitle"><label for=
"v_replacement">Replace with
</label></div>
73 <input type=
"text" id=
"v_replacement" name=
"v_replacement"/>
74 <button id=
"b_replace" class=
"long-button">Replace
</button>
75 <button id=
"b_replall" class=
"long-button">Replace all
</button>
76 <button id=
"b_ignore" class=
"long-button">Ignore
</button>
77 <button id=
"b_ignall" class=
"long-button">Ignore all
</button>
78 <button id=
"b_learn" class=
"long-button">Learn
</button>
80 <div class=
"sectitle"><label for=
"v_suggestions">Suggestions
</label></div>
82 <select size=
"11" id=
"v_suggestions"></select>
85 <button id=
"b_info">Info
</button>
88 <div class=
"contentframe">
89 <iframe src=
"../../../popups/blank.html" id=
"i_framecontent" name=
"framecontent"></iframe>
91 <div id=
"statusbar" class=
"occurrences-found"> </div>
92 <div class=
"space"></div>
94 <button type=
"button" id=
"b_ok">OK
</button>
95 <button type=
"button" id=
"b_cancel">Cancel
</button>