mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 15:26:12 +00:00
Update english help
This commit is contained in:
parent
d5566cdf5d
commit
355c062230
Binary file not shown.
Before Width: | Height: | Size: 838 KiB After Width: | Height: | Size: 482 KiB |
BIN
i/image/help/findShortPathesEn.gif
Normal file
BIN
i/image/help/findShortPathesEn.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 509 KiB |
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$g_lang["title_notg"] = "Graph Online Help";
|
||||
$g_lang["text"] = "<p><iframe allowfullscreen=\"\" frameborder=\"0\" height=\"360\" src=\"//www.youtube.com/embed/Sx4tOe3bWNg\" width=\"640\"></iframe></p>\n";
|
||||
$g_lang["text"] = "<p><iframe allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"//www.youtube.com/embed/Sx4tOe3bWNg\" width=\"560\"></iframe></p>\n<h3>Add vertex</h3>\n\n<p>To create graph you need<a href=\"http://graphonline.ru/en/\">to vertexes</a>. Select «Add vertex» and click to workspace</p>\n\n<p><img alt=\"Add vertexes\" src=\"/i/image/help/addVertexEn.gif\" /></p>\n\n<p> </p>\n\n<h3>Connect vertex</h3>\n\n<p>To connect vertexes you need<a href=\"http://graphonline.ru/en/\">select "Connect vertexes"</a> and click to first vertex after that to second.</p>\n\n<p><img alt=\"Connect vertexes Graph Online\" src=\"/i/image/help/addEdgeEn.gif\"/></p>\n\n<p>In dialog you need to select weight or stay it without weight, also choose type: directed or not.</p>\n\n<h3>Find shortest path</h3>\n\n<p>Choose <a href=\"http://graphonline.ru/en/\">menu "Find shortest path"</a>. After that select start and finish vertexes. If there us path you will see it on the graph. We use dijkstra's algorithm.</p>\n\n<p><img alt=\"Find shortest path on graph\" src=\"/i/image/help/findShortPathesEn.gif\" /></p>\n\n<p> </p>\n";
|
||||
|
||||
$g_lang["m_title"] = "Graph Online help";
|
||||
$g_lang["m_keyWords"] = "graph, help";
|
||||
|
@ -273,15 +273,30 @@ window.onload = function ()
|
||||
<div id="videoHelp">
|
||||
<a href="./create_graph_by_matrix_help">Видео справка</a>
|
||||
<a href="./wiki/Справка/МатрицаСмежности">Wiki справка</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section style="text-align: center;" class="hidden-phone">
|
||||
<div>
|
||||
<img src="/i/image/help/createGrapthByMatrix.gif" alt="<?= L('head_no_tags')?>"/>
|
||||
</div>
|
||||
</section>
|
||||
<? endif; ?>
|
||||
|
||||
<section style="text-align: center;" class="hidden-phone">
|
||||
<div>
|
||||
<img src="/i/image/help/createGrapthByMatrix.gif" alt="<?= L('head_no_tags')?>"/>
|
||||
</div>
|
||||
<? if (L('current_language') == "en"): ?>
|
||||
|
||||
<section>
|
||||
<div id="videoHelp">
|
||||
<a href="./wiki/Help/AdjacencyMatrix">Wiki help</a>
|
||||
</div>
|
||||
</section>
|
||||
<section style="text-align: center;" class="hidden-phone">
|
||||
<div>
|
||||
<img src="/i/image/help/createGraphByMatrixEn.gif" alt="<?= L('head_no_tags')?>"/>
|
||||
</div>
|
||||
</section>
|
||||
<? endif; ?>
|
||||
|
||||
<? if (L('current_language') == "ru"): ?>
|
||||
<section style="height:90px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<!-- Yandex.RTB R-A-202319-1 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user