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
indvd00m@0
     1
<!DOCTYPE html>
indvd00m@0
     2
<html>
indvd00m@0
     3
<head>
indvd00m@0
     4
	<meta charset="utf-8">
indvd00m@0
     5
	<title>CrossReference Plugin for CKEditor Sample</title>
indvd00m@0
     6
	<script src="jquery.js"></script>
indvd00m@0
     7
	<script src="ckeditor/ckeditor.js"></script>
indvd00m@0
     8
</head>
indvd00m@0
     9
<body>
indvd00m@0
    10
<div id="editor">
indvd00m@0
    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>
indvd00m@0
    12
indvd00m@0
    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>
indvd00m@0
    14
indvd00m@0
    15
<pre style="text-align:center">
indvd00m@0
    16
<code>
indvd00m@0
    17
    ┌──────────────────────────────────────┐
indvd00m@0
    18
    │ 1.00┼****                       *****│
indvd00m@0
    19
    │ 0.75┼   ***                   ***    │
indvd00m@0
    20
    │ 0.50┼     **                 **      │
indvd00m@0
    21
    │ 0.25┼       **             **        │
indvd00m@0
    22
    │ 0.00┼        **           **         │
indvd00m@0
    23
    │-0.25┼         ***       ***          │
indvd00m@0
    24
    │-0.50┼           *********            │
indvd00m@0
    25
    │-0.75┼               *                │
indvd00m@0
    26
    │-1.00┼───────┼───────┼───────┼───────┼│
indvd00m@0
    27
    │     0      90      180     270    360│
indvd00m@0
    28
    └──────────────────────────────────────┘
indvd00m@0
    29
</code></pre>
indvd00m@0
    30
indvd00m@0
    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>
indvd00m@0
    32
indvd00m@0
    33
<p>References:</p>
indvd00m@0
    34
indvd00m@0
    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>
indvd00m@0
    36
indvd00m@0
    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>
indvd00m@0
    38
</div>
indvd00m@0
    39
<script>
indvd00m@0
    40
	if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )
indvd00m@0
    41
		CKEDITOR.tools.enableHtml5Elements( document );
indvd00m@0
    42
indvd00m@0
    43
	CKEDITOR.config.height = 500;
indvd00m@0
    44
	CKEDITOR.config.width = 'auto';
indvd00m@0
    45
indvd00m@0
    46
	CKEDITOR.replace('editor', {
indvd00m@0
    47
		extraPlugins: 'crossreference'
indvd00m@0
    48
	});
indvd00m@0
    49
</script>
indvd00m@0
    50
</body>
indvd00m@0
    51
</html>