Line 1... |
Line 1... |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2 |
<!--
|
2 |
<!--
|
3 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
3 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
4 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
4 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
5 |
*
|
5 |
*
|
6 |
* == BEGIN LICENSE ==
|
6 |
* == BEGIN LICENSE ==
|
7 |
*
|
7 |
*
|
8 |
* Licensed under the terms of any of the following licenses at your
|
8 |
* Licensed under the terms of any of the following licenses at your
|
9 |
* choice:
|
9 |
* choice:
|
Line 454... |
Line 454... |
454 |
</td>
|
454 |
</td>
|
455 |
</tr>
|
455 |
</tr>
|
456 |
<tr>
|
456 |
<tr>
|
457 |
<td nowrap="nowrap">
|
457 |
<td nowrap="nowrap">
|
458 |
<span fcklang="DlgDocDocType">Document Type Heading</span><br />
|
458 |
<span fcklang="DlgDocDocType">Document Type Heading</span><br />
|
459 |
<select id="selDocType" name="selDocType" onchange="CheckOther( this, 'txtDocType' );">
|
459 |
<select id="selDocType" onchange="CheckOther( this, 'txtDocType' );">
|
460 |
<option value="" selected="selected"></option>
|
460 |
<option value="" selected="selected"></option>
|
461 |
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
|
461 |
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
|
462 |
4.01 Transitional</option>
|
462 |
4.01 Transitional</option>
|
463 |
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'>
|
463 |
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'>
|
464 |
HTML 4.01 Strict</option>
|
464 |
HTML 4.01 Strict</option>
|