Пример #1
0
echo "                <table class=\"posthead\" width=\"100%\">\n";
echo "                  <tr>\n";
echo "                    <td class=\"subhead\" align=\"left\">", gettext("Spell check"), "</td>\n";
echo "                  </tr>\n";
echo "                  <tr>\n";
echo "                    <td align=\"center\">\n";
echo "                      <table width=\"95%\" class=\"posthead\">\n";
echo "                        <tr>\n";
echo "                          <td align=\"left\" colspan=\"2\">", gettext("Not in dictionary"), ":</td>\n";
echo "                        </tr>\n";
echo "                        <tr>\n";
echo "                          <td align=\"left\" valign=\"top\" width=\"334\">\n";
echo "                            <table border=\"0\" width=\"100%\" cellpadding=\"0\" cellspacing=\"3\">\n";
echo "                              <tr>\n";
echo "                                <td align=\"left\" class=\"spellcheckbodytext\" valign=\"top\" width=\"330\">\n";
echo "                                  <div id=\"pretty_content\" class=\"dictionary_pretty_content\">", $dictionary->pretty_print_content(), "</div>\n";
echo "                                </td>\n";
echo "                              </tr>\n";
echo "                            </table>\n";
echo "                          </td>\n";
echo "                          <td align=\"right\" valign=\"top\">\n";
echo "                            <table border=\"0\" width=\"100%\" cellpadding=\"0\" cellspacing=\"3\">\n";
echo "                              <tr>\n";
echo "                                <td align=\"right\">", form_submit("ignore", gettext("Ignore"), false, "dictionary_button"), "</td>\n";
echo "                              </tr>\n";
echo "                              <tr>\n";
echo "                                <td align=\"right\">", form_submit("ignoreall", gettext("Ignore All"), false, "dictionary_button"), "</td>\n";
echo "                              </tr>\n";
echo "                              <tr>\n";
echo "                                <td align=\"right\">", form_submit("add", gettext("Add"), false, "dictionary_button"), "</td>\n";
echo "                              </tr>\n";