| 78 | | <div class="fr">Document title:</div> |
| 79 | | <input type="text" id="f_title" style="width: 200px" /> |
| 80 | | <br /> |
| 81 | | <div class="fr">DOCTYPE:</div> |
| 82 | | <input type="text" id="f_doctype" style="width: 200px" /> |
| 83 | | <br /> |
| 84 | | <div class="fr">Keywords:</div> |
| 85 | | <input type="text" id="f_keywords" style="width: 200px" /> |
| 86 | | <br /> |
| 87 | | <div class="fr">Description:</div> |
| 88 | | <input type="text" id="f_description" style="width: 200px" /> |
| 89 | | <br /> |
| 90 | | <div class="fr">Primary style-sheet:</div> |
| 91 | | <input type="text" id="f_base_style" style="width: 200px" /> |
| 92 | | <br /> |
| 93 | | <div class="fr">Alternate style-sheet:</div> |
| 94 | | <input type="text" id="f_alt_style" style="width: 200px" /> |
| 95 | | <br /> |
| 96 | | <div class="fr">Background color:</div> |
| 97 | | <input type="text" id="f_body_bgcolor" size="7" /> |
| 98 | | <br /> |
| 99 | | <div class="fr">Text color:</div> |
| 100 | | <input type="text" id="f_body_fgcolor" size="7" /> |
| 101 | | <br /> |
| 102 | | <div class="fr">Character set:</div> |
| 103 | | <select id="f_charset"> |
| 104 | | <option value=""></option> |
| 105 | | <option value="utf-8">UTF-8 (recommended)</option> |
| 106 | | <option value="windows-1251">cyrillic (WINDOWS-1251)</option> |
| 107 | | <option value="koi8-r">cyrillic (KOI8-R)</option> |
| 108 | | <option value="iso-8859-5">cyrillic (ISO-8859-5)</option> |
| 109 | | <option value="iso-8859-1">western (ISO-8859-1)</option> |
| 110 | | </select> |
| 111 | | <br /> |
| 112 | | |
| 113 | | <div id="buttons"> |
| 114 | | <button type="button" name="ok" onclick="return onOK();"><span>OK</span></button> |
| 115 | | <button type="button" name="cancel" onclick="return onCancel();"><span>Cancel</span></button> |
| 116 | | </div> |
| | 80 | <div> |
| | 81 | <label class="fr" for="f_title">Document title:</label> |
| | 82 | <input type="text" id="f_title" class="txt" /> |
| | 83 | </div> |
| | 84 | <div> |
| | 85 | <label class="fr" for="f_doctype">DOCTYPE:</label> |
| | 86 | <input type="text" id="f_doctype" class="txt" /> |
| | 87 | </div> |
| | 88 | <div> |
| | 89 | <label class="fr" for="f_keywords">Keywords:</label> |
| | 90 | <input type="text" id="f_keywords" class="txt" /> |
| | 91 | </div> |
| | 92 | <div> |
| | 93 | <label class="fr" for="f_description">Description:</label> |
| | 94 | <input type="text" id="f_description" class="txt" /> |
| | 95 | </div> |
| | 96 | <div> |
| | 97 | <label class="fr" for="f_base_style">Primary style-sheet:</label> |
| | 98 | <input type="text" id="f_base_style" class="txt" /> |
| | 99 | </div> |
| | 100 | <div> |
| | 101 | <label class="fr" for="f_alt_style">Alternate style-sheet:</label> |
| | 102 | <input type="text" id="f_alt_style" class="txt" /> |
| | 103 | </div> |
| | 104 | <div> |
| | 105 | <label class="fr" for="f_body_bgcolor">Background color:</label> |
| | 106 | <input type="text" id="f_body_bgcolor" size="7" /> |
| | 107 | </div> |
| | 108 | <div> |
| | 109 | <label class="fr" for="f_body_fgcolor">Text color:</label> |
| | 110 | <input type="text" id="f_body_fgcolor" size="7" /> |
| | 111 | </div> |
| | 112 | <div> |
| | 113 | <label class="fr" for="f_charset">Character set:</label> |
| | 114 | <select id="f_charset" class="txt"> |
| | 115 | <option value=""></option> |
| | 116 | <option value="utf-8">UTF-8 (recommended)</option> |
| | 117 | <option value="windows-1251">cyrillic (WINDOWS-1251)</option> |
| | 118 | <option value="koi8-r">cyrillic (KOI8-R)</option> |
| | 119 | <option value="iso-8859-5">cyrillic (ISO-8859-5)</option> |
| | 120 | <option value="iso-8859-1">western (ISO-8859-1)</option> |
| | 121 | </select> |
| | 122 | </div> |
| | 123 | |
| | 124 | <div id="buttons"> |
| | 125 | <button type="button" name="ok" onclick="return onOK();"><span>OK</span></button> |
| | 126 | <button type="button" name="cancel" onclick="return onCancel();"><span>Cancel</span></button> |
| | 127 | </div> |