index.html
changeset 0 44d330dccc59
child 1 fbe8a276ac78
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/index.html	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,51 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +	<meta charset="utf-8">
     1.8 +	<title>CrossReference Plugin for CKEditor Sample</title>
     1.9 +	<script src="jquery.js"></script>
    1.10 +	<script src="ckeditor/ckeditor.js"></script>
    1.11 +</head>
    1.12 +<body>
    1.13 +<div id="editor">
    1.14 +<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>
    1.15 +
    1.16 +<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>
    1.17 +
    1.18 +<pre style="text-align:center">
    1.19 +<code>
    1.20 +    ┌──────────────────────────────────────┐
    1.21 +    │ 1.00┼****                       *****│
    1.22 +    │ 0.75┼   ***                   ***    │
    1.23 +    │ 0.50┼     **                 **      │
    1.24 +    │ 0.25┼       **             **        │
    1.25 +    │ 0.00┼        **           **         │
    1.26 +    │-0.25┼         ***       ***          │
    1.27 +    │-0.50┼           *********            │
    1.28 +    │-0.75┼               *                │
    1.29 +    │-1.00┼───────┼───────┼───────┼───────┼│
    1.30 +    │     0      90      180     270    360│
    1.31 +    └──────────────────────────────────────┘
    1.32 +</code></pre>
    1.33 +
    1.34 +<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>
    1.35 +
    1.36 +<p>References:</p>
    1.37 +
    1.38 +<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>
    1.39 +
    1.40 +<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>
    1.41 +</div>
    1.42 +<script>
    1.43 +	if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )
    1.44 +		CKEDITOR.tools.enableHtml5Elements( document );
    1.45 +
    1.46 +	CKEDITOR.config.height = 500;
    1.47 +	CKEDITOR.config.width = 'auto';
    1.48 +
    1.49 +	CKEDITOR.replace('editor', {
    1.50 +		extraPlugins: 'crossreference'
    1.51 +	});
    1.52 +</script>
    1.53 +</body>
    1.54 +</html>