JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.4.7_full
[ckeditor.git] / samples / inlinebycode.html
index 4e7b2e2..d40edac 100644 (file)
@@ -1,12 +1,12 @@
 <!DOCTYPE html>\r
 <!--\r
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
 -->\r
 <html>\r
 <head>\r
-       <title>Inline Editing by Code &mdash; CKEditor Sample</title>\r
        <meta charset="utf-8">\r
+       <title>Inline Editing by Code &mdash; CKEditor Sample</title>\r
        <script src="../ckeditor.js"></script>\r
        <link href="sample.css" rel="stylesheet">\r
        <style>\r
@@ -44,7 +44,7 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
 \r
                <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>\r
 \r
-               <p>Armstrong spent about <strike>three and a half</strike> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>\r
+               <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>\r
 \r
                <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>\r
 \r
@@ -99,13 +99,12 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
                <hr />\r
                <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p>\r
        </div>\r
-       <script>\r
 \r
+       <script>\r
                // We need to turn off the automatic editor creation first.\r
                CKEDITOR.disableAutoInline = true;\r
 \r
                var editor = CKEDITOR.inline( 'editable' );\r
-\r
        </script>\r
        <div id="footer">\r
                <hr>\r
@@ -114,7 +113,7 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
                                http://ckeditor.com</a>\r
                </p>\r
                <p id="copy">\r
-                       Copyright &copy; 2003-2012, <a class="samples" href="http://cksource.com/">CKSource</a>\r
+                       Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>\r
                        - Frederico Knabben. All rights reserved.\r
                </p>\r
        </div>\r