Changeset 450

Show
Ignore:
Timestamp:
2007-07-15 15:56:30 (18 months ago)
Author:
alfonsoml
Message:

Small changes to silence the html validator extension.

Location:
FCKeditor/trunk/_testcases
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_testcases/001.html

    r132 r450  
    2929        <link href="testcases.css" rel="stylesheet" type="text/css" /> 
    3030        <script type="text/javascript" src="../fckeditor.js"></script> 
    31         <script> 
     31        <script type="text/javascript"> 
    3232 
    3333function SubmitForm() 
     
    5252                <li>Hit the "submit by code" button and check the posted data.</li> 
    5353        </ol> 
    54         <p> 
    55                 <hr> 
    56         </p> 
     54         
     55        <hr> 
     56         
    5757        <form action="sampleposteddata.asp" method="post" target="_blank"> 
    5858                <script type="text/javascript"> 
     
    6565var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 
    6666oFCKeditor.BasePath     = sBasePath ; 
    67 oFCKeditor.Value        = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; 
     67oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 
    6868oFCKeditor.Create() ; 
    6969//--> 
  • FCKeditor/trunk/_testcases/002.html

    r132 r450  
    2828                <meta name="robots" content="noindex, nofollow"> 
    2929                <link href="testcases.css" rel="stylesheet" type="text/css"> 
    30                         <script type="text/javascript" src="../fckeditor.js"></script> 
     30                <script type="text/javascript" src="../fckeditor.js"></script> 
    3131        </head> 
    3232        <body> 
     
    5252                        </LI> 
    5353                </OL> 
    54                 <P> 
    55                         <hr> 
    56                 <P></P> 
     54                 
     55                <hr> 
     56                 
    5757                <form action="sampleposteddata.asp" method="post" target="_blank"> 
    5858                        <script type="text/javascript"> 
  • FCKeditor/trunk/_testcases/003.html

    r132 r450  
    2828                <meta name="robots" content="noindex, nofollow"> 
    2929                <link href="testcases.css" rel="stylesheet" type="text/css"> 
    30                         <script type="text/javascript" src="../fckeditor.js"></script> 
     30                <script type="text/javascript" src="../fckeditor.js"></script> 
    3131        </head> 
    3232        <body> 
     
    5252                        </LI> 
    5353                </OL> 
    54                 <P> 
    55                         <hr> 
    56                 <P></P> 
     54                 
     55                <hr> 
     56                 
    5757                <form action="sampleposteddata.asp" method="post" target="_blank"> 
    5858                        <script type="text/javascript"> 
     
    6666oFCKeditor.BasePath     = sBasePath ; 
    6767oFCKeditor.Config["FullPage"] = true ; 
    68 oFCKeditor.Value = '<html>\n\n<head><title></title></head><body>This is a Full Page editing Test:<br/>This is an image: <img src="' + sBasePath + 'editor/images/smiley/msn/lightbulb.gif" alt=""/></body></html>' ; 
     68oFCKeditor.Value = '<html>\n\n<head><title><\/title><\/head><body>This is a Full Page editing Test:<br/>This is an image: <img src="' + sBasePath + 'editor/images/smiley/msn/lightbulb.gif" alt=""/><\/body><\/html>' ; 
    6969oFCKeditor.Create() ; 
    7070//--> 
  • FCKeditor/trunk/_testcases/004.html

    r446 r450  
    2929                <link href="testcases.css" rel="stylesheet" type="text/css"> 
    3030                <script type="text/javascript" src="../fckeditor.js"></script> 
    31                 <script language="javascript"> 
     31                <script type="text/javascript"> 
    3232 
    3333function Show() 
     
    7070                        <LI> 
    7171                                Repeat steps 2 and 4.</LI></OL> 
    72                 <P> 
    73                         <hr> 
    74                 <P></P> 
     72                 
     73                <hr> 
     74                 
    7575                <form action="sampleposteddata.asp" method="post" target="_blank"> 
    7676                        <div id="eNoEditor"> 
     
    8989var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 
    9090oFCKeditor.BasePath     = sBasePath ; 
    91 oFCKeditor.Value        = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; 
     91oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 
    9292oFCKeditor.Create() ; 
    9393//--> 
  • FCKeditor/trunk/_testcases/005.html

    r132 r450  
    2828                <meta name="robots" content="noindex, nofollow"> 
    2929                <link href="testcases.css" rel="stylesheet" type="text/css"> 
    30                         <script type="text/javascript" src="../fckeditor.js"></script> 
     30                <script type="text/javascript" src="../fckeditor.js"></script> 
    3131        </head> 
    3232        <body> 
     
    4848  <LI>Create an image and points it to /images/logotop.gif 
    4949  <LI>Hit submit button and check the posted data.</LI></OL> 
    50                 <P> 
    51                         <hr> 
    52                 <P></P> 
     50                 
     51                <hr> 
     52                 
    5353                <form action="sampleposteddata.asp" method="post" target="_blank"> 
    5454                        <script type="text/javascript"> 
     
    6262oFCKeditor.BasePath     = sBasePath ; 
    6363oFCKeditor.Config['BaseHref'] = 'http://www.fckeditor.net' ; 
    64 oFCKeditor.Value        = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; 
     64oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 
    6565oFCKeditor.Create() ; 
    6666//--> 
  • FCKeditor/trunk/_testcases/006.html

    r132 r450  
    2828                <meta name="robots" content="noindex, nofollow"> 
    2929                <link href="testcases.css" rel="stylesheet" type="text/css"> 
    30                         <script type="text/javascript" src="../fckeditor.js"></script> 
     30                <script type="text/javascript" src="../fckeditor.js"></script> 
    3131        </head> 
    3232        <body> 
     
    5454                        <LI> 
    5555                                Hit submit button and check the posted data.</LI></OL> 
    56                 <P> 
    57                         <hr> 
    58                 <P></P> 
     56                 
     57                <hr> 
     58                 
    5959                <form action="sampleposteddata.asp" method="post" target="_blank"> 
    6060                        <script type="text/javascript"> 
     
    6969oFCKeditor.Config['FullPage'] = true ; 
    7070oFCKeditor.Config['BaseHref'] = 'http://www.fckeditor.net' ; 
    71 oFCKeditor.Value        = '<html><head><title></title></head><body>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</body></html>' ; 
     71oFCKeditor.Value        = '<html><head><title><\/title><\/head><body>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/body><\/html>' ; 
    7272oFCKeditor.Create() ; 
    7373//--> 
  • FCKeditor/trunk/_testcases/007.html

    r132 r450  
    2828                <meta name="robots" content="noindex, nofollow"> 
    2929                <link href="testcases.css" rel="stylesheet" type="text/css"> 
    30                         <script type="text/javascript" src="../fckeditor.js"></script> 
     30                <script type="text/javascript" src="../fckeditor.js"></script> 
    3131        </head> 
    3232        <body> 
     
    4545                        <LI> 
    4646                                Hit submit button and check the posted data.</LI></OL> 
    47                 <P> 
    48                         <hr> 
    49                 <P></P> 
     47                 
     48                <hr> 
     49                 
    5050                <form action="sampleposteddata.asp" method="post" target="_blank"> 
    5151                        <script type="text/javascript"> 
     
    5858var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 
    5959oFCKeditor.BasePath     = sBasePath ; 
    60 oFCKeditor.Value        = '<div></div>' ; 
     60oFCKeditor.Value        = '<div><\/div>' ; 
    6161oFCKeditor.Create() ; 
    6262//--> 
  • FCKeditor/trunk/_testcases/008.html

    r132 r450  
    6565                <li>Hit the "Save" button - an alert should popup.</li> 
    6666        </ol> 
    67         <p> 
    68                 <hr /> 
    69                 <p> 
    70                 </p> 
     67         
     68        <hr /> 
     69 
    7170                <form action="sampleposteddata.asp" method="post" target="_blank" onsubmit="return Validate();"> 
    7271                        <script type="text/javascript"> 
     
    7978var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 
    8079oFCKeditor.BasePath     = sBasePath ; 
    81 oFCKeditor.Value        = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; 
     80oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 
    8281oFCKeditor.Create() ; 
    8382//--> 
  • FCKeditor/trunk/_testcases/009.html

    r132 r450  
    9898var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 
    9999oFCKeditor.BasePath     = sBasePath ; 
    100 oFCKeditor.Value        = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; 
     100oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 
    101101oFCKeditor.Create() ; 
    102102//--> 
  • FCKeditor/trunk/_testcases/010.html

    r132 r450  
    8383var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 
    8484oFCKeditor.BasePath     = sBasePath ; 
    85 oFCKeditor.Value        = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; 
     85oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 
    8686oFCKeditor.Create() ; 
    8787//-->