diff --git a/i/image/help/createGraphByMatrixEn.gif b/i/image/help/createGraphByMatrixEn.gif index 6dab615..b212146 100644 Binary files a/i/image/help/createGraphByMatrixEn.gif and b/i/image/help/createGraphByMatrixEn.gif differ diff --git a/i/image/help/findShortPathesEn.gif b/i/image/help/findShortPathesEn.gif new file mode 100644 index 0000000..62060f6 Binary files /dev/null and b/i/image/help/findShortPathesEn.gif differ diff --git a/lang/en/help.php b/lang/en/help.php index ce2712a..c2bc303 100755 --- a/lang/en/help.php +++ b/lang/en/help.php @@ -1,7 +1,7 @@

\n"; + $g_lang["text"] = "

\n

Add vertex

\n\n

To create graph you needto vertexes. Select «Add vertex» and click to workspace

\n\n

\"Add

\n\n

 

\n\n

Connect vertex

\n\n

To connect vertexes you needselect "Connect vertexes" and click to first vertex after that to second.

\n\n

\"Connect

\n\n

In dialog you need to select weight or stay it without weight, also choose type: directed or not.

\n\n

Find shortest path

\n\n

Choose menu "Find shortest path". After that select start and finish vertexes. If there us path you will see it on the graph. We use dijkstra's algorithm.

\n\n

\"Find

\n\n

 

\n"; $g_lang["m_title"] = "Graph Online help"; $g_lang["m_keyWords"] = "graph, help"; diff --git a/tpl/create_graph_by_matrix.php b/tpl/create_graph_by_matrix.php index 36d6250..a1116af 100755 --- a/tpl/create_graph_by_matrix.php +++ b/tpl/create_graph_by_matrix.php @@ -273,15 +273,30 @@ window.onload = function ()
Видео справка Wiki справка -
+ + +
+
+ <?= L('head_no_tags')?> +
+
-
-
- <?= L('head_no_tags')?> -
+ + +
+
+ Wiki help +
+
+
+ <?= L('head_no_tags')?> +
+
+ +