index.html
author indvd00m (gotoindvdum[at]gmail[dot]com)
Thu, 15 Dec 2016 18:10:20 +0300
changeset 0 44d330dccc59
child 1 fbe8a276ac78
permissions -rw-r--r--
Init sample
     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 	<meta charset="utf-8">
     5 	<title>CrossReference Plugin for CKEditor Sample</title>
     6 	<script src="jquery.js"></script>
     7 	<script src="ckeditor/ckeditor.js"></script>
     8 </head>
     9 <body>
    10 <div id="editor">
    11 <p><a class="cross-anchor cross-reference" cross-anchor="" cross-guid="7d24373b-0756-481d-bf97-5a17ffdf3a28" cross-name="Teleportation of matter through extremely dense elements" cross-number="1" cross-reference="chapter" name="image-7d24373b-0756-481d-bf97-5a17ffdf3a28">1. Teleportation of matter through extremely dense elements.</a></p>
    12 
    13 <p>Observation of Einstein-Podolsky-Rosen Entanglement <a class="cross-reference cross-link" cross-guid="464f0238-f7b2-4578-84f3-f2825be75c8f" cross-link="" cross-name="Einstein, Albert / Conclusions Drawn from the Phenomena of Capillarity // Zurich, Switzerland, 1901" cross-number="1" cross-reference="reference" href="#reference-464f0238-f7b2-4578-84f3-f2825be75c8f" title="[1] Einstein, Albert / Conclusions Drawn from the Phenomena of Capillarity // Zurich, Switzerland, 1901.">[1]</a> on Supraquantum Structures by Induction Through Nonlinear Transuranic Crystal of Extremely Long Wavelength (ELW) Pulse from Mode-Locked Source Array shows a very promising result <a class="cross-reference cross-link" cross-guid="81d63593-bd98-4099-b466-f0bdbc3ec72f" cross-link="" cross-name="Einstein, Albert / On a Heuristic Viewpoint Concerning the Production and Transformation of Light // Berne, Switzerland, 1905" cross-number="2" cross-reference="reference" href="#reference-81d63593-bd98-4099-b466-f0bdbc3ec72f" title="[2] Einstein, Albert / On a Heuristic Viewpoint Concerning the Production and Transformation of Light // Berne, Switzerland, 1905.">[2]</a> (fig. <a class="cross-reference cross-link" cross-guid="91c58d98-d52a-4c90-a6e8-b4f8637dc7df" cross-link="" cross-name="Experimental result" cross-number="1" cross-reference="image" href="#image-91c58d98-d52a-4c90-a6e8-b4f8637dc7df" title="Fig. 1. Experimental result.">1</a>).</p>
    14 
    15 <pre style="text-align:center">
    16 <code>
    17     ┌──────────────────────────────────────┐
    18     │ 1.00┼****                       *****│
    19     │ 0.75┼   ***                   ***    │
    20     │ 0.50┼     **                 **      │
    21     │ 0.25┼       **             **        │
    22     │ 0.00┼        **           **         │
    23     │-0.25┼         ***       ***          │
    24     │-0.50┼           *********            │
    25     │-0.75┼               *                │
    26     │-1.00┼───────┼───────┼───────┼───────┼│
    27     │     0      90      180     270    360│
    28     └──────────────────────────────────────┘
    29 </code></pre>
    30 
    31 <p style="text-align:center"><a class="cross-anchor cross-reference" cross-anchor="" cross-guid="91c58d98-d52a-4c90-a6e8-b4f8637dc7df" cross-name="Experimental result" cross-number="1" cross-reference="image" name="image-91c58d98-d52a-4c90-a6e8-b4f8637dc7df">Fig. 1. Experimental result.</a></p>
    32 
    33 <p>References:</p>
    34 
    35 <p><a class="cross-anchor cross-reference" cross-anchor="" cross-guid="464f0238-f7b2-4578-84f3-f2825be75c8f" cross-name="Einstein, Albert / Conclusions Drawn from the Phenomena of Capillarity // Zurich, Switzerland, 1901" cross-number="1" cross-reference="reference" name="reference-464f0238-f7b2-4578-84f3-f2825be75c8f">[1] Einstein, Albert / Conclusions Drawn from the Phenomena of Capillarity // Zurich, Switzerland, 1901.</a></p>
    36 
    37 <p><a class="cross-anchor cross-reference" cross-anchor="" cross-guid="81d63593-bd98-4099-b466-f0bdbc3ec72f" cross-name="Einstein, Albert / On a Heuristic Viewpoint Concerning the Production and Transformation of Light // Berne, Switzerland, 1905" cross-number="2" cross-reference="reference" name="reference-81d63593-bd98-4099-b466-f0bdbc3ec72f">[2] Einstein, Albert / On a Heuristic Viewpoint Concerning the Production and Transformation of Light // Berne, Switzerland, 1905.</a></p>
    38 </div>
    39 <script>
    40 	if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )
    41 		CKEDITOR.tools.enableHtml5Elements( document );
    42 
    43 	CKEDITOR.config.height = 500;
    44 	CKEDITOR.config.width = 'auto';
    45 
    46 	CKEDITOR.replace('editor', {
    47 		extraPlugins: 'crossreference'
    48 	});
    49 </script>
    50 </body>
    51 </html>