From: mkr Date: Wed, 24 May 2006 08:36:47 +0000 (+0000) Subject: Update GUI and TUI documentation for Supervisor module. X-Git-Tag: V3_2_0rc~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03365b3e55424bdf768f86164903d1409467b7aa;p=modules%2Fsuperv.git Update GUI and TUI documentation for Supervisor module. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 59e6c59..c6bd633 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -38,6 +38,17 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done + +usr_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + +dev_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + clean: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index c86250e..95b9b1e 100644 --- a/doc/salome/Makefile.in +++ b/doc/salome/Makefile.in @@ -31,6 +31,8 @@ srcdir=@srcdir@ VPATH=.:@srcdir@ SUBDIRS= tui gui +SUBDIRSTUI= tui +SUBDIRSGUI= gui @COMMENCE@ @@ -38,7 +40,16 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - cp -f $(srcdir)/SUPERV_index_v3.1.0.html SUPERV_index_v3.1.0.html + +usr_docs: + @@SETX@; for d in $(SUBDIRSGUI); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done; \ + +dev_docs: + @@SETX@; for d in $(SUBDIRSTUI); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done; \ clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -54,10 +65,8 @@ install: $(MAKE) docs (cd tui && $(MAKE) install); (cd gui && $(MAKE) install); - cp -f SUPERV_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/SUPERV_index_v3.1.0.html diff --git a/doc/salome/SUPERV_index_v3.1.0.html b/doc/salome/SUPERV_index_v3.1.0.html deleted file mode 100644 index 7443ee5..0000000 --- a/doc/salome/SUPERV_index_v3.1.0.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - Supervision Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Supervision MODULE Documentation

-
-
- - - - - -
-
- -
-

Application-About.png -     

-
- -
- - - - -
-
-
-
-
- -
- -
GUI Documentation
- -
- -
- -

-
- -
- -
TUI Documentation
- -
- -
- -

-
-
-
-
-
-
- - diff --git a/doc/salome/gui/Makefile.in b/doc/salome/gui/Makefile.in index fe361d8..fa19b1b 100644 --- a/doc/salome/gui/Makefile.in +++ b/doc/salome/gui/Makefile.in @@ -18,6 +18,8 @@ docs: cp -fr $(srcdir)/SUPERV ./ -find $(PWD) -name CVS -exec rm -rf {} \; +usr_docs: docs + clean: rm -fr `ls | grep -v "Makefile"` diff --git a/doc/salome/gui/SUPERV/cshdat_robohelp.htm b/doc/salome/gui/SUPERV/cshdat_robohelp.htm index b571ec7..da07893 100755 --- a/doc/salome/gui/SUPERV/cshdat_robohelp.htm +++ b/doc/salome/gui/SUPERV/cshdat_robohelp.htm @@ -1,6 +1,6 @@ -SUPERVISION reference manual +Supervisor Module Reference Manual diff --git a/doc/salome/gui/SUPERV/cshdat_webhelp.htm b/doc/salome/gui/SUPERV/cshdat_webhelp.htm index 5127382..1238834 100755 --- a/doc/salome/gui/SUPERV/cshdat_webhelp.htm +++ b/doc/salome/gui/SUPERV/cshdat_webhelp.htm @@ -1,6 +1,6 @@ -SUPERVISION reference manual +Supervisor Module Reference Manual diff --git a/doc/salome/gui/SUPERV/files/about_nodes.htm b/doc/salome/gui/SUPERV/files/about_nodes.htm index af6392d..0973452 100755 --- a/doc/salome/gui/SUPERV/files/about_nodes.htm +++ b/doc/salome/gui/SUPERV/files/about_nodes.htm @@ -36,47 +36,52 @@ onerror = null; - - + +

About nodes

In general, - in SUPERVISOR component Node  is + in Supervisor component Node  is a graphical representation of a computation algorithm. The Data flow graph consists of several nodes of control and computation types. These nodes @@ -94,7 +99,7 @@ else

 

-

In SUPERVISOR module +

In Supervisor module there are the following types of nodes: computation node, loop node, switch node, GOTO node and macro node.

diff --git a/doc/salome/gui/SUPERV/files/adding_information_about_graphs.htm b/doc/salome/gui/SUPERV/files/adding_information_about_graphs.htm index f6d0b95..0599a5d 100755 --- a/doc/salome/gui/SUPERV/files/adding_information_about_graphs.htm +++ b/doc/salome/gui/SUPERV/files/adding_information_about_graphs.htm @@ -40,43 +40,48 @@ onerror = null; - - + +

Changing graph description

This @@ -89,7 +94,7 @@ else

 

-

Right-click on the SUPERVISOR viewer window +

Right-click on the Supervisor viewer window containing your graph and from the pop-up menu choose Change Informations option. The following dialog box will appear where you can change the name of @@ -107,8 +112,6 @@ else

 

-

 

-

Related Topics diff --git a/doc/salome/gui/SUPERV/files/adding_links_from_an_output_port.htm b/doc/salome/gui/SUPERV/files/adding_links_from_an_output_port.htm index 0de5d14..95266be 100755 --- a/doc/salome/gui/SUPERV/files/adding_links_from_an_output_port.htm +++ b/doc/salome/gui/SUPERV/files/adding_links_from_an_output_port.htm @@ -21,7 +21,7 @@ p.whs4 { text-align:justify; } p.whs5 { font-size:12pt; text-align:justify; } p.whs6 { font-size:12pt; margin-left:40px; text-align:justify; } p.whs7 { margin-left:40px; text-align:justify; } -img_whs8 { border:none; width:583px; height:336px; } +img_whs8 { border:none; width:583px; height:336px; border-style:none; } --> - - + +

Linking node ports

-

In SUPERVISOR you +

In Supervisor you can link ONLY Input ports with Output ports and InGate ports with OutGate ports of different nodes. But you can sketch several links going from one definite port to the ports diff --git a/doc/salome/gui/SUPERV/files/adding_node_ports.htm b/doc/salome/gui/SUPERV/files/adding_node_ports.htm index a52da8b..ba366ac 100755 --- a/doc/salome/gui/SUPERV/files/adding_node_ports.htm +++ b/doc/salome/gui/SUPERV/files/adding_node_ports.htm @@ -43,43 +43,48 @@ onerror = null; - - + +

Adding node ports

This option applies ONLY diff --git a/doc/salome/gui/SUPERV/files/adding_nodes.htm b/doc/salome/gui/SUPERV/files/adding_nodes.htm index f8481a3..e244025 100755 --- a/doc/salome/gui/SUPERV/files/adding_nodes.htm +++ b/doc/salome/gui/SUPERV/files/adding_nodes.htm @@ -19,7 +19,7 @@ p.whs2 { text-align:JUSTIFY; font-family:'Times New Roman' , serif; font-size:12 p.whs3 { text-align:JUSTIFY; font-family:'Times New Roman' , serif; font-size:12pt; margin-left:40px; } img_whs4 { border:none; width:29px; height:30px; border-style:none; } p.whs5 { text-align:CENTER; font-family:'Times New Roman' , serif; font-size:12pt; } -img_whs6 { border:none; border-style:none; width:456px; height:345px; float:none; } +img_whs6 { border:none; width:456px; height:345px; float:none; border-style:none; } p.whs7 { text-align:JUSTIFY; margin-left:40px; text-indent:-4px; font-size:12pt; } p.whs8 { font-size:12pt; margin-left:40px; text-indent:-4px; text-align:CENTER; } p.whs9 { text-align:JUSTIFY; font-family:'Times New Roman' , serif; font-size:12pt; background-image:url('../texture_horiz_ltbluebubbles.jpg'); } @@ -60,43 +60,48 @@ onerror = null; - - + +

Adding nodes

To add a node into a graph in modification or edition:

@@ -105,7 +110,7 @@ else

Right-click on the background of the main window of this graph and in the pop-up menu choose  Add - Node option or click icon in the SUPERVISOR + Node option or click icon in the Supervisor toolbar. The following dialog box with two tabs will appear (the same dialog box opens when trying to create a new graph):

diff --git a/doc/salome/gui/SUPERV/files/changing_node_description.htm b/doc/salome/gui/SUPERV/files/changing_node_description.htm index b92fc7e..adb3f50 100755 --- a/doc/salome/gui/SUPERV/files/changing_node_description.htm +++ b/doc/salome/gui/SUPERV/files/changing_node_description.htm @@ -40,43 +40,48 @@ onerror = null; - - + +

Changing node description

diff --git a/doc/salome/gui/SUPERV/files/changing_view_mode.htm b/doc/salome/gui/SUPERV/files/changing_view_mode.htm index f7a14c5..faa7c0b 100755 --- a/doc/salome/gui/SUPERV/files/changing_view_mode.htm +++ b/doc/salome/gui/SUPERV/files/changing_view_mode.htm @@ -62,46 +62,51 @@ onerror = null; - - + +

Changing view mode

-

In SUPERVISOR +

In Supervisor there are several modes of representation of the whole graph, as well as of each node of this graph.

@@ -132,7 +137,7 @@ else

 

Right-click - on the background of the SUPERVISOR viewer window containing your graph + on the background of the Supervisor viewer window containing your graph and from the pop-up menu choose  View >

diff --git a/doc/salome/gui/SUPERV/files/computation_nodes.htm b/doc/salome/gui/SUPERV/files/computation_nodes.htm index c9a40e5..b4cb2d9 100755 --- a/doc/salome/gui/SUPERV/files/computation_nodes.htm +++ b/doc/salome/gui/SUPERV/files/computation_nodes.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Computation nodes

This node represents a computation algorithm in the graph diff --git a/doc/salome/gui/SUPERV/files/controlling_execution_of_the_graphs.htm b/doc/salome/gui/SUPERV/files/controlling_execution_of_the_graphs.htm index 1f8f7a0..3a5ec8c 100755 --- a/doc/salome/gui/SUPERV/files/controlling_execution_of_the_graphs.htm +++ b/doc/salome/gui/SUPERV/files/controlling_execution_of_the_graphs.htm @@ -20,7 +20,7 @@ img_whs3 { border:none; width:30px; height:30px; float:none; border-style:none; p.whs4 { font-family:'Times New Roman' , serif; font-style:normal; } p.whs5 { font-family:'Times New Roman' , serif; margin-left:40px; } p.whs6 { font-family:'Times New Roman' , serif; font-weight:bold; margin-left:0px; background-image:url('../texture_horiz_ltbluebubbles.jpg'); } -img_whs7 { border-style:none; border:none; float:none; width:36px; height:38px; } +img_whs7 { border:none; float:none; width:36px; height:38px; border-style:none; } p.whs8 { font-family:'Times New Roman' , serif; font-weight:bold; margin-left:0px; } p.whs9 { font-family:'Times New Roman' , serif; margin-left:0px; font-weight:normal; } p.whs10 { font-family:'Times New Roman' , serif; margin-left:40px; font-style:normal; color:#000000; } @@ -55,47 +55,52 @@ onerror = null; - - + +

Controlling execution of the graphs

-

In SUPERVISOR you can interactively control execution +

In Supervisor you can interactively control execution of a graph.

 

diff --git a/doc/salome/gui/SUPERV/files/copying_graphs.htm b/doc/salome/gui/SUPERV/files/copying_graphs.htm index 6f4e838..ca1f1de 100755 --- a/doc/salome/gui/SUPERV/files/copying_graphs.htm +++ b/doc/salome/gui/SUPERV/files/copying_graphs.htm @@ -16,7 +16,7 @@ if (navigator.appName !="Netscape") - - + +

Copying graphs

-

In SUPERVISOR - there is another mean to get a new window of the SUPERVISOR when you copy +

In Supervisor + there is another mean to get a new window of the Supervisor when you copy an already open graph into a new window.

 

@@ -87,21 +92,17 @@ else

 

-

Right-click on the background of the SUPERVISOR +

Right-click on the background of the Supervisor viewer window containing your graph and from the pop-up menu choose Copy Dataflow option.

-

 

-

 

-

A new SUPERVISOR window containing a copy +

A new Supervisor window containing a copy of the graph will be created.

 

-

 

-

Related Topics diff --git a/doc/salome/gui/SUPERV/files/creating_a_new_graph.htm b/doc/salome/gui/SUPERV/files/creating_a_new_graph.htm index 3ff7e74..a7b92d1 100755 --- a/doc/salome/gui/SUPERV/files/creating_a_new_graph.htm +++ b/doc/salome/gui/SUPERV/files/creating_a_new_graph.htm @@ -50,43 +50,48 @@ onerror = null; - - + +

Creating a new graph

 

@@ -96,8 +101,8 @@ else

 

Click icon  in - the SUPERVISOR toolbar or form the main menu choose Edit - > New Dataflow. After it a new window with SUPERVISOR viewer + the Supervisor toolbar or form the main menu choose Edit + > New Dataflow. After it a new window with Supervisor viewer will be automatically created and you will see the dialog box allowing to add nodes into your graph. (see also: Adding nodes)

diff --git a/doc/salome/gui/SUPERV/files/deleting_links.htm b/doc/salome/gui/SUPERV/files/deleting_links.htm index 8d144d4..5971c9a 100755 --- a/doc/salome/gui/SUPERV/files/deleting_links.htm +++ b/doc/salome/gui/SUPERV/files/deleting_links.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Deleting links

To delete a link between two ports:

diff --git a/doc/salome/gui/SUPERV/files/deleting_nodes.htm b/doc/salome/gui/SUPERV/files/deleting_nodes.htm index c6537d3..ee70a10 100755 --- a/doc/salome/gui/SUPERV/files/deleting_nodes.htm +++ b/doc/salome/gui/SUPERV/files/deleting_nodes.htm @@ -38,43 +38,48 @@ onerror = null; - - + +

Deleting nodes

This action of insertion is possible only if the main graph diff --git a/doc/salome/gui/SUPERV/files/directing_dataflow_between_nodes.htm b/doc/salome/gui/SUPERV/files/directing_dataflow_between_nodes.htm index ca9e419..e2ba4f5 100755 --- a/doc/salome/gui/SUPERV/files/directing_dataflow_between_nodes.htm +++ b/doc/salome/gui/SUPERV/files/directing_dataflow_between_nodes.htm @@ -36,51 +36,56 @@ onerror = null; - - + +

Directing dataflow between nodes

-

SUPERVISOR component +

Supervisor component automatically defines for each node two special ports an Input Gate  and an Output Gate. They are managed - by  SUPERVISOR + by  Supervisor and are not arguments of services of nodes.

Sometimes the flow of @@ -135,10 +140,6 @@ else

 

-

 

- -

 

-

Related Topics diff --git a/doc/salome/gui/SUPERV/files/editing_imported_graphs.htm b/doc/salome/gui/SUPERV/files/editing_imported_graphs.htm deleted file mode 100755 index bf81d15..0000000 --- a/doc/salome/gui/SUPERV/files/editing_imported_graphs.htm +++ /dev/null @@ -1,107 +0,0 @@ - - - - - -Editing imported graphs - - - - - - - - - - - -

Editing imported graphs

- -

To modify an existing graph:

- -

Click  icon -  in the - toolbar of  SUPERVISION - module.

- -

 

- -

You will see the same - dialog box allowing to find and select a necessary file. After the selection - of a file, a new window containing a graph will appear.

- -

 

- -

There is no visual difference between read-only - graphs and modifiable graphs. - But the difference can be seen if you click in the main part of the window  - to open the pop-up menu: a modifiable graph has a pop-up menu containing - several supplementary items allowing edition of a graph.

- - - - diff --git a/doc/salome/gui/SUPERV/files/editing_node_function.htm b/doc/salome/gui/SUPERV/files/editing_node_function.htm index f104ff0..e4f73d1 100755 --- a/doc/salome/gui/SUPERV/files/editing_node_function.htm +++ b/doc/salome/gui/SUPERV/files/editing_node_function.htm @@ -22,7 +22,7 @@ img_whs5 { border:none; float:none; width:36px; height:38px; border-style:none; p.whs6 { font-family:'Times New Roman' , serif; font-style:italic; color:#ff0000; } p.whs7 { font-family:'Times New Roman' , serif; margin-left:40px; font-style:normal; color:#000000; } p.whs8 { font-family:'Times New Roman' , serif; margin-left:40px; font-style:normal; color:#000000; font-size:12pt; } -img_whs9 { border:none; width:449px; height:204px; float:none; } +img_whs9 { border:none; width:449px; height:204px; float:none; border-style:none; } p.whs10 { font-family:'Times New Roman' , serif; font-size:12pt; margin-left:0px; } --> - - + +

Editing node function

-

In SUPERVISOR +

In Supervisor there is a possibility to edit the service of an already created node.

diff --git a/doc/salome/gui/SUPERV/files/exporting_graphs.htm b/doc/salome/gui/SUPERV/files/exporting_graphs.htm index 709e1d8..c91103d 100755 --- a/doc/salome/gui/SUPERV/files/exporting_graphs.htm +++ b/doc/salome/gui/SUPERV/files/exporting_graphs.htm @@ -16,10 +16,10 @@ if (navigator.appName !="Netscape") - - + +

Exporting graphs

The operation of exportation of a created graph allows to save it as *. xml  - file, which can be reloaded in future into the window of  SUPERVISOR. + file, which can be reloaded in future into the window of  Supervisor.

 

@@ -101,7 +106,7 @@ else

1. Click on the window of the graph to make it current and after it  click icon  in - the toolbar of SUPERVISOR component or form the main menu select File > Export Dataflow.  

 

diff --git a/doc/salome/gui/SUPERV/files/filtering_and_storing_output_messages.htm b/doc/salome/gui/SUPERV/files/filtering_and_storing_output_messages.htm index 6ee5709..5ae943a 100755 --- a/doc/salome/gui/SUPERV/files/filtering_and_storing_output_messages.htm +++ b/doc/salome/gui/SUPERV/files/filtering_and_storing_output_messages.htm @@ -19,7 +19,8 @@ img_whs2 { border:none; width:30px; height:30px; float:none; border-style:none; p.whs3 { font-family:'Times New Roman' , serif; } p.whs4 { font-family:'Times New Roman' , serif; margin-left:0px; } p.whs5 { font-family:'Times New Roman' , serif; margin-left:40px; font-style:normal; color:#000000; } -img_whs6 { border:none; border-style:none; width:448px; height:274px; float:none; } +p.whs6 { margin-left:80px; } +img_whs7 { border:none; width:448px; height:274px; float:none; border-style:none; } --> - - + +

Filtering and logging output messages

-

In SUPERVISOR +

In Supervisor you can filter and save in a definite text file all output messages produced by the component during execution of your graph:

@@ -100,15 +106,15 @@ else

 

Before execution of your graph right-click - on the background of the SUPERVISOR viewer window containing your graph + on the background of the Supervisor viewer window containing your graph and from the pop-up menu choose Filter Notification option. The following dialog box will appear:

-

 

+

 

-

              

+

-

 

+

            

In this dialog box you can specify a file, where all output messages will diff --git a/doc/salome/gui/SUPERV/files/goto_nodes.htm b/doc/salome/gui/SUPERV/files/goto_nodes.htm index 0fe5ec9..fb3094f 100755 --- a/doc/salome/gui/SUPERV/files/goto_nodes.htm +++ b/doc/salome/gui/SUPERV/files/goto_nodes.htm @@ -38,43 +38,48 @@ onerror = null; - - + +

GOTO nodes

GOTO node represents a simple transmitter of data from diff --git a/doc/salome/gui/SUPERV/files/importing_graphs_from_file.htm b/doc/salome/gui/SUPERV/files/importing_graphs_from_file.htm index 52a5f6d..9d41162 100755 --- a/doc/salome/gui/SUPERV/files/importing_graphs_from_file.htm +++ b/doc/salome/gui/SUPERV/files/importing_graphs_from_file.htm @@ -52,47 +52,52 @@ onerror = null; - - + +

Importing graphs from file

-

In SUPERVISOR component +

In Supervisor component graphs can be saved and stored in *.xml files.

 

@@ -116,8 +121,6 @@ else

 

-

 

-

The graphs imported using this option will be read-only. You will not be able to edit it: add nodes, modify links between ports, edit nodes etc. This graphs can be ONLY diff --git a/doc/salome/gui/SUPERV/files/inserting_graphs.htm b/doc/salome/gui/SUPERV/files/inserting_graphs.htm index 521eb9a..1ab3415 100755 --- a/doc/salome/gui/SUPERV/files/inserting_graphs.htm +++ b/doc/salome/gui/SUPERV/files/inserting_graphs.htm @@ -19,7 +19,7 @@ p.whs2 { text-align:JUSTIFY; font-family:'Times New Roman' , serif; font-size:12 p.whs3 { text-align:JUSTIFY; font-family:'Times New Roman' , serif; font-size:12pt; margin-left:40px; } p.whs4 { text-align:CENTER; font-family:'Times New Roman' , serif; font-size:12pt; } p.whs5 { font-family:'Times New Roman' , serif; font-size:12pt; background-image:url('../texture_horiz_ltbluebubbles.jpg'); } -img_whs6 { border-style:none; border:none; float:none; width:36px; height:38px; } +img_whs6 { border:none; float:none; width:36px; height:38px; border-style:none; } p.whs7 { font-family:'Times New Roman' , serif; font-size:12pt; } --> - - + +

Inserting graphs

To insert a graph from *.xml  file into another graph:

@@ -83,7 +88,7 @@ else

 

1. Right-click on the background of the - SUPERVISOR viewer window containing your graph and from the pop-up menu + Supervisor viewer window containing your graph and from the pop-up menu choose Insert File option.

 

diff --git a/doc/salome/gui/SUPERV/files/introduction_to_supervisor.htm b/doc/salome/gui/SUPERV/files/introduction_to_supervisor.htm deleted file mode 100755 index 0a66385..0000000 --- a/doc/salome/gui/SUPERV/files/introduction_to_supervisor.htm +++ /dev/null @@ -1,183 +0,0 @@ - - - - - -Introduction to SUPERVISION - - - - - - - - - - - - -

Introduction to SUPERVISOR

- -

SUPERVISOR module - of the SALOME platform allows to define and execute a chain of distributed - numeric components, as well as to control the progress of this chain. -

- -

In SUPERVISOR - module all calculations are executed with the help of graphs - representing a graphical presentation of the chain of operations. Each - graph consists of one or several linked nodes. - Each node represents a graphical presentation of one service (function) - provided by distributed numeric components (factory - nodes) or defined by the user (inline - nodes).     

- -

 

- -

 SUPERVISOR module in SALOME platform is destined for :

- -

 

- - - -

 SUPERVISOR - module allows to:

- -

 

- - - -

 

- -

-Related Topics - - -

- -

 

- - - - diff --git a/doc/salome/gui/SUPERV/files/loop_nodes.htm b/doc/salome/gui/SUPERV/files/loop_nodes.htm index 0c8a3ae..6584c6d 100755 --- a/doc/salome/gui/SUPERV/files/loop_nodes.htm +++ b/doc/salome/gui/SUPERV/files/loop_nodes.htm @@ -15,14 +15,14 @@ if (navigator.appName !="Netscape") - - + +

Loop nodes

Loop node is a @@ -171,7 +176,7 @@ else for the first time. That function will have to return as first output argument a boolean before output arguments (ports) defined by the user in the node. If that function value is true the body of the loop will - automatically be executed. If it is false SUPERVISOR component will resume + automatically be executed. If it is false, Supervisor component will resume execution after the end of the loop. That first output argument will not be represented as an output port and will not be used in the graph.

@@ -182,7 +187,7 @@ else
  • NEXT: A “Next” function which is executed - each time that SUPERVISOR component resume the execution from the end + each time that Supervisor component resume the execution from the end of the loop to the beginning.

  • @@ -266,21 +271,21 @@ else
  • The input ports, which have been created in the Start Loop node are automatically - duplicated by SUPERVISOR component as output ports of this node.

  • + duplicated by Supervisor component as output ports of this node.

    -
  • SUPERVISOR +

  • Supervisor component automatically  adds the same input and output ports in the  End Loop node as in the Start Loop node.

  • If an output port of the Start Loop node has no link and if the corresponding - input port of the End Loop node has no link, SUPERVISOR component automatically + input port of the End Loop node has no link, Supervisor component automatically transmits its value to the corresponding End Loop node during execution. You shouldn't define such links.

  • When - SUPERVISOR component executes the End Loop node, it automatically transmits + Supervisor component executes the End Loop node, it automatically transmits the actual values of  the output ports of the End Loop node to the input ports of the Start Loop node.

  • diff --git a/doc/salome/gui/SUPERV/files/modifying_links.htm b/doc/salome/gui/SUPERV/files/modifying_links.htm index e0b7057..0cda486 100755 --- a/doc/salome/gui/SUPERV/files/modifying_links.htm +++ b/doc/salome/gui/SUPERV/files/modifying_links.htm @@ -51,47 +51,52 @@ onerror = null; - - + +

    Modifying links

    In SUPERVISOR you can modify an already + style="font-weight: bold;">Supervisor you can modify an already constructed link to make it look better in the structure of the whole graph.

    @@ -114,7 +119,7 @@ else

    Ortho mode of links construction allows to place points of a link under construction - in random positions in the viewer window - SUPERVISOR will automatically + in random positions in the viewer window - Supervisor will automatically place this points in such a way that the broken line will consist of right angle corners.

    @@ -125,10 +130,10 @@ else

     

    While constructing a link from any port - click on the background of the SUPERVISION viewer window and from the - pop-up menu mark Ortho option. - To return back to the normal mode of link construction in the same pop-menu - unmark Ortho option.

    + click on the background of the viewer window and from the pop-up menu + mark Ortho option. To return back + to the normal mode of link construction in the same pop-menu unmark Ortho option.

     

    diff --git a/doc/salome/gui/SUPERV/files/opening_graphs_referenced_in_the_study.htm b/doc/salome/gui/SUPERV/files/opening_graphs_referenced_in_the_study.htm deleted file mode 100755 index 714c87e..0000000 --- a/doc/salome/gui/SUPERV/files/opening_graphs_referenced_in_the_study.htm +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -Changing graph description - - - - - - - - - - - -

    Changing graph description

    - -

    This - option is available only if your graph is modifiable. Otherwise you'll - be able only to view the description of the graph.

    - -

     

    - -

    To change or just view the description of your graph:

    - -

     

    - -

    Right-click on the SUPERVISOR viewer window - containing your graph and from the pop-up menu choose Change - Informations option. The following dialog box will appear - where you can change the name of - your graph, enter the name of the author and additional comments concerning - your graph:

    - -

     

    - -

                            

    - -

     

    - -

    To confirm the changes in this dialog box - click  OK.

    - -

     

    - -

     

    - -

    -Related Topics - - -

    - -

     

    - -

     

    - - - - diff --git a/doc/salome/gui/SUPERV/files/placing_nodes_in_the_window.htm b/doc/salome/gui/SUPERV/files/placing_nodes_in_the_window.htm index fdf55b7..9801f44 100755 --- a/doc/salome/gui/SUPERV/files/placing_nodes_in_the_window.htm +++ b/doc/salome/gui/SUPERV/files/placing_nodes_in_the_window.htm @@ -16,7 +16,7 @@ if (navigator.appName !="Netscape") @@ -37,48 +37,53 @@ onerror = null; - - + +

    Locating nodes in the window

    -

    In SUPERVISOR you can locate - the nodes of your graph in any part of the SUPERVISOR viewer window.

    +

    In Supervisor you can locate + the nodes of your graph in any part of the viewer window.

     

    diff --git a/doc/salome/gui/SUPERV/files/referencing_output_values_in_the_study.htm b/doc/salome/gui/SUPERV/files/referencing_output_values_in_the_study.htm index 9c4387c..10c1dc9 100755 --- a/doc/salome/gui/SUPERV/files/referencing_output_values_in_the_study.htm +++ b/doc/salome/gui/SUPERV/files/referencing_output_values_in_the_study.htm @@ -55,48 +55,53 @@ onerror = null; - - + +

    Referencing output values in the study

    -

    In SUPERVISOR - you can reference  in +

    In Supervisor you + can reference  in the study all data calculated in the nodes. This option allows to view and store output values of the graph in the study.

    @@ -119,13 +124,12 @@ else

     

    -

    In - SUPERVISOR you can create as many references to output values as it's - necessary. If you haven't yet launched execution of your graph, SUPERVISOR - will create in the Object Browser a reference only to your graph and store - the references to the output parameters in this folder. After execution - of your graph all of them will be displayed in the Object Browser in the - following way:

    +

    You + can create as many references to output values as it's necessary. If you + haven't yet launched execution of your graph, Supervisor will create in + the Object Browser a reference only to your graph and store the references + to the output parameters in this folder. After execution of your graph + all of them will be displayed in the Object Browser in the following way:

     

    @@ -142,7 +146,7 @@ else

     

    -Related Topics +Related Topics

    diff --git a/doc/salome/gui/SUPERV/files/reloading_dataflow.htm b/doc/salome/gui/SUPERV/files/reloading_dataflow.htm index 6084014..c8396e9 100755 --- a/doc/salome/gui/SUPERV/files/reloading_dataflow.htm +++ b/doc/salome/gui/SUPERV/files/reloading_dataflow.htm @@ -16,9 +16,9 @@ if (navigator.appName !="Netscape") - - + +

    Reloading dataflow

    -

    In SUPERVISOR +

    In Supervisor component graphs can be edited from Python console. All these modifications - are at first automatically registered in SUPERVISOR Engine and after it - in the Graphical User Interface (in the SUPERVISOR viewer window) of SUPERVISOR - component. If some modifications of your graph, made from Python console, - hasn't been realized in GUI, you can manually reload your graph from SUPERVISOR + are at first automatically registered in Supervisor Engine and after it + in the Graphical User Interface (in the viewer window) of the component. + If some modifications of your graph, made from Python console, hasn't + been realized in GUI, you can manually reload your graph from Supervisor Engine.

     

    To reload a dataflow:

    -

     

    - -

    In the SUPERVISION toolbar +

    In the Supervisor toolbar click icon or from the main menu choose Supervisor > Reload item.

    -

     

    -

     

    diff --git a/doc/salome/gui/SUPERV/files/renaming_nodes.htm b/doc/salome/gui/SUPERV/files/renaming_nodes.htm index 6a3ad36..7f7826b 100755 --- a/doc/salome/gui/SUPERV/files/renaming_nodes.htm +++ b/doc/salome/gui/SUPERV/files/renaming_nodes.htm @@ -38,43 +38,48 @@ onerror = null; - - + +

    Renaming nodes

    This action of insertion is possible only if the main graph diff --git a/doc/salome/gui/SUPERV/files/running_dataflow.htm b/doc/salome/gui/SUPERV/files/running_dataflow.htm index 203938f..4c08e1e 100755 --- a/doc/salome/gui/SUPERV/files/running_dataflow.htm +++ b/doc/salome/gui/SUPERV/files/running_dataflow.htm @@ -55,43 +55,48 @@ onerror = null; - - + +

    Running dataflow

    To launch execution of your graph:

    diff --git a/doc/salome/gui/SUPERV/files/running_supervisor.htm b/doc/salome/gui/SUPERV/files/running_supervisor.htm index b383208..66921f2 100755 --- a/doc/salome/gui/SUPERV/files/running_supervisor.htm +++ b/doc/salome/gui/SUPERV/files/running_supervisor.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

    Running SUPERVISOR

     

    -Related Topics +Related Topics

    diff --git a/doc/salome/gui/SUPERV/files/setting_input_parameters.htm b/doc/salome/gui/SUPERV/files/setting_input_parameters.htm index c73957b..e22a8c3 100755 --- a/doc/salome/gui/SUPERV/files/setting_input_parameters.htm +++ b/doc/salome/gui/SUPERV/files/setting_input_parameters.htm @@ -56,43 +56,48 @@ onerror = null; - - + +

    Setting input parameters

    Input parameters of a graph are set in the Input ports diff --git a/doc/salome/gui/SUPERV/files/step-by-step_execution.htm b/doc/salome/gui/SUPERV/files/step-by-step_execution.htm index b471bd0..168440b 100755 --- a/doc/salome/gui/SUPERV/files/step-by-step_execution.htm +++ b/doc/salome/gui/SUPERV/files/step-by-step_execution.htm @@ -19,7 +19,7 @@ img_whs2 { border:none; width:30px; height:30px; float:none; border-style:none; p.whs3 { font-family:'Times New Roman' , serif; } p.whs4 { font-family:'Times New Roman' , serif; font-style:italic; color:#ff0000; } p.whs5 { font-family:'Times New Roman' , serif; margin-left:40px; color:#000000; font-style:normal; } -img_whs6 { border-style:none; border:none; width:25px; height:27px; float:none; } +img_whs6 { border:none; width:25px; height:27px; float:none; border-style:none; } p.whs7 { font-family:'Times New Roman' , serif; margin-left:0px; } --> - - + +

    Step-by-Step execution

    -

    In SUPERVISOR +

    In Supervisor there is an additional option allowing to launch Step-by-Step execution of your graph. This type of execution is based on the operations described in the chapter 'Controlling diff --git a/doc/salome/gui/SUPERV/files/switch_nodes.htm b/doc/salome/gui/SUPERV/files/switch_nodes.htm index 06cc72f..deac8b8 100755 --- a/doc/salome/gui/SUPERV/files/switch_nodes.htm +++ b/doc/salome/gui/SUPERV/files/switch_nodes.htm @@ -16,7 +16,7 @@ if (navigator.appName !="Netscape") - - + +

    Switch nodes

    Switch node is a kind of Control node. In fact two @@ -208,7 +213,7 @@ else

  • The input ports created by the user in an End Switch node are automatically duplicated by the - SuperVision component as output ports of the End Switch node. That component + Supervisor component as output ports of the End Switch node. That component will fill the value of such output ports with the corresponding values of such input ports at execution time.

  • @@ -225,8 +230,6 @@ else

     

    -

     

    -

    Related Topics diff --git a/doc/salome/gui/SUPERV/files/usage_of_supervisor_module.htm b/doc/salome/gui/SUPERV/files/usage_of_supervisor_module.htm index 7fc989b..6d93ea0 100755 --- a/doc/salome/gui/SUPERV/files/usage_of_supervisor_module.htm +++ b/doc/salome/gui/SUPERV/files/usage_of_supervisor_module.htm @@ -15,8 +15,8 @@ if (navigator.appName !="Netscape") - - -

    In SUPERVISOR you can:

    - -

     

    - -

    Usage - of  SUPERVISOR - consists of 3 phases:

    - -

     

    + + +

    In Supervisor you can:

    1. Construction - and edition of a graph
    2. + class=kadov-p>Construct + and edit graphs
    3. Initialization - of a graph
    4. + class=kadov-p>Initialize + graphs
    5. Execution + class=kadov-p>Execute and control the activity of a graph
      -

     

    +

     

    -

    STEP 1 : Construction and edition of a graph

    @@ -120,7 +117,7 @@ else
  • Launch - SUPERVISOR
  • + Supervisor
  • Create @@ -166,16 +163,16 @@ else the module catalogue
  • -

     

    +

     

    -

    STEP 2 : Initialization of a graph

    -

    Initialization +

    Initialization of a graph is a procedure consisting of several interactive actions which allow execution of this graph:

    -

     

    +

     

      @@ -199,7 +196,7 @@ else   -

      STEP 3 : Execution and control the activity of a graph

      @@ -243,7 +240,7 @@ else
      -Related Topics +Related Topics diff --git a/doc/salome/gui/SUPERV/files/viewing_output_vaues.htm b/doc/salome/gui/SUPERV/files/viewing_output_vaues.htm index 1099cb6..6d72e60 100755 --- a/doc/salome/gui/SUPERV/files/viewing_output_vaues.htm +++ b/doc/salome/gui/SUPERV/files/viewing_output_vaues.htm @@ -52,43 +52,48 @@ onerror = null; - - + +

      Examining calculated data

      diff --git a/doc/salome/gui/SUPERV/index.htm b/doc/salome/gui/SUPERV/index.htm new file mode 100755 index 0000000..d73632a --- /dev/null +++ b/doc/salome/gui/SUPERV/index.htm @@ -0,0 +1,180 @@ + + +Supervisor Module Reference Manual + + + + + + + + + + + + + diff --git a/doc/salome/gui/SUPERV/index_csh.htm b/doc/salome/gui/SUPERV/index_csh.htm new file mode 100755 index 0000000..4e3345f --- /dev/null +++ b/doc/salome/gui/SUPERV/index_csh.htm @@ -0,0 +1,106 @@ + + +Supervisor Module Reference Manual + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/index_rhc.htm b/doc/salome/gui/SUPERV/index_rhc.htm new file mode 100755 index 0000000..19f8eb7 --- /dev/null +++ b/doc/salome/gui/SUPERV/index_rhc.htm @@ -0,0 +1,106 @@ + + +Supervisor Module Reference Manual + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/macro_node.htm b/doc/salome/gui/SUPERV/macro_node.htm index 06dcd1f..36fa418 100755 --- a/doc/salome/gui/SUPERV/macro_node.htm +++ b/doc/salome/gui/SUPERV/macro_node.htm @@ -34,43 +34,48 @@ onerror = null; - - + +

      Macro Nodes

      Macro Nodes are diff --git a/doc/salome/gui/SUPERV/pics/description.jpg b/doc/salome/gui/SUPERV/pics/description.jpg deleted file mode 100755 index 48f974b..0000000 Binary files a/doc/salome/gui/SUPERV/pics/description.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/referencing_graphs_in_the_study.htm b/doc/salome/gui/SUPERV/referencing_graphs_in_the_study.htm index a9d2e0f..519e211 100755 --- a/doc/salome/gui/SUPERV/referencing_graphs_in_the_study.htm +++ b/doc/salome/gui/SUPERV/referencing_graphs_in_the_study.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

      Referencing graphs in the study

      Unlike other SALOME modules, in the Supervisor module the objects (graphs) diff --git a/doc/salome/gui/SUPERV/supervision.htm b/doc/salome/gui/SUPERV/supervision.htm deleted file mode 100755 index f0bbba4..0000000 --- a/doc/salome/gui/SUPERV/supervision.htm +++ /dev/null @@ -1,139 +0,0 @@ - - - - SUPERVISION reference manual - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/supervision.log b/doc/salome/gui/SUPERV/supervision.log index 7800df5..8db9838 100755 --- a/doc/salome/gui/SUPERV/supervision.log +++ b/doc/salome/gui/SUPERV/supervision.log @@ -1,5 +1,5 @@ |SourceProjectName:SUPERVISION.hpr -|DestinationProjectName:supervision.htm +|DestinationProjectName:index.htm whhost.js whmsg.js whmozemu.js @@ -74,63 +74,47 @@ cshdat_webhelp.htm whcsh_home.htm whcshdata.htm cshdat_robohelp.htm -wht_tab0.gif -wht_tab1.gif -wht_tab2.gif -wht_tab3.gif -wht_tab4.gif -wht_tab5.gif -wht_tab6.gif -wht_tab7.gif -wht_tab8.gif -wht_glo_h.gif -wht_glo_n.gif -wht_fts_h.gif -wht_fts_n.gif -wht_idx_h.gif -wht_idx_n.gif -wht_toc_h.gif -wht_toc_n.gif -wht_ws.gif -wht_ws_g.gif -wht_logo1.gif -wht_logo2.gif -wht_abgw.jpg -wht_abgi.jpg -wht_abge.jpg -wht_abtw.jpg -wht_abte.jpg -wht_abti.jpg -wht_spac.gif -wht_next.gif -wht_next_g.gif -wht_prev.gif -wht_prev_g.gif -wht_sync.gif -wht_hide.gif -wht_go.gif -whstart.ico -whestart.ico -whrstart.ico +whd_topic.xml +whd_nvp10.htm +whd_nvp20.htm +whd_tabs.htm +whd_dpns.htm +whd_tab0.gif +whd_tab1.gif +whd_tab2.gif +whd_tab3.gif +whd_tab4.gif +whd_tab5.gif +whd_tab6.gif +whd_tab7.gif +whd_tab8.gif +whd_toc1.gif +whd_toc2.gif +whd_toc3.gif +whd_toc4.gif +whd_show0.gif +whd_show1.gif +whd_show2.gif +whd_hide0.gif +whd_hide1.gif +whd_hide2.gif +whd_sync0.gif +whd_sync1.gif +whd_sync2.gif +whd_prev0.gif +whd_prev1.gif +whd_prev2.gif +whd_next0.gif +whd_next1.gif +whd_next2.gif +whd_wbsh0.gif +whd_wbsh1.gif +whd_wbsh2.gif whidhtml.htm whfdhtml.htm -whskin_banner.htm -whtbar.js -whskin_pdhtml.htm -whskin_papplet.htm -whskin_plist.htm -whskin_tbars.htm -whskin_mbars.htm -wht_toc4.gif -wht_toc1.gif -wht_toc2.gif -wht_toc3.gif -whskin_frmset010.htm -whst_topics.xml -whskin_frmset01.htm -supervision_hha.hhk -supervision.hhc -supervision.hhk +index_hha.hhk +index.hhc +index.hhk files\about_nodes.htm files\adding_information_about_graphs.htm files\adding_links_from_an_output_port.htm @@ -145,17 +129,14 @@ files\creating_a_new_graph.htm files\deleting_links.htm files\deleting_nodes.htm files\directing_dataflow_between_nodes.htm -files\editing_imported_graphs.htm files\editing_node_function.htm files\exporting_graphs.htm files\filtering_and_storing_output_messages.htm files\goto_nodes.htm files\importing_graphs_from_file.htm files\inserting_graphs.htm -files\introduction_to_supervisor.htm files\loop_nodes.htm files\modifying_links.htm -files\opening_graphs_referenced_in_the_study.htm files\placing_nodes_in_the_window.htm files\referencing_output_values_in_the_study.htm files\reloading_dataflow.htm @@ -169,10 +150,11 @@ files\usage_of_supervisor_module.htm files\viewing_output_vaues.htm macro_node.htm referencing_graphs_in_the_study.htm +supervisor.htm ehelp.xml robohhre.lng texture_horiz_ltbluebubbles.jpg -supervision.glo +index.glo default.css i_blue.jpg image60.jpg @@ -180,7 +162,6 @@ pics\runicn.jpg pics\loopfunctions.jpg pics\browsenodeadd.png note1.gif -pics\description.jpg pics\addnodeinline.png switch.jpg comp1.jpg @@ -218,7 +199,7 @@ tip1.gif image3.gif pics\stepbystep.jpg ehlpdhtm.js -supervision.ppf +index.ppf ss_btn_related_topics.gif default_ns.css whxdata\whtdata0.xml @@ -266,6 +247,6 @@ whgdata\whlstf3.htm whgdata\whlstf4.htm whgdata\whlstf5.htm whgdata\whlstg0.htm -supervision.htm -supervision_csh.htm -supervision_rhc.htm +index.htm +index_csh.htm +index_rhc.htm diff --git a/doc/salome/gui/SUPERV/supervision_csh.htm b/doc/salome/gui/SUPERV/supervision_csh.htm deleted file mode 100755 index 0ec7e76..0000000 --- a/doc/salome/gui/SUPERV/supervision_csh.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -SUPERVISION reference manual - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/supervision_rhc.htm b/doc/salome/gui/SUPERV/supervision_rhc.htm deleted file mode 100755 index b0cfeb4..0000000 --- a/doc/salome/gui/SUPERV/supervision_rhc.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -SUPERVISION reference manual - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/supervisor.htm b/doc/salome/gui/SUPERV/supervisor.htm new file mode 100755 index 0000000..1094066 --- /dev/null +++ b/doc/salome/gui/SUPERV/supervisor.htm @@ -0,0 +1,190 @@ + + + + + +supervisor + + + + + + + + + + + + + +

      Introduction + to Supervisor

      + +

      Supervisor module + of the SALOME platform allows to define and execute a chain of distributed + numeric components, as well as to control the progress of this chain. +

      + +

      In Supervisor + module all calculations are executed with the help of graphs + representing a graphical presentation of the chain of operations. Each + graph consists of one or several linked nodes. + Each node represents a graphical presentation of one service (function) + provided by distributed numeric components (factory + nodes) or defined by the user (inline + nodes).     

      + +

       

      + +

       Supervisor module in SALOME platform is destined for :

      + +

       

      + +
        + +
      • Construction + of graphs linking the solvers
      • + +
      • Loading + solvers into divided containers
      • + +
      • Supervision + and control of graph execution
      • + +

         

        +
      + +

       Supervisor + module allows to:

      + +

       

      + +
        + +
      • Edit + graphs in interactive mode
      • + +
      • Control + graphs in interactive mode
      • + +
      • Visualize + solverÂ’s activity
      • + +
      • Visualize + execution of graphs with parallel branches
      • + +
      • Direct + data flow
      • + +
      • Publish, + filter and save output messages in a definite file
      • +
      + +

       

      + +

      + +Related Topics + + +

      + +

       

      + + + + diff --git a/doc/salome/gui/SUPERV/whcsh_home.htm b/doc/salome/gui/SUPERV/whcsh_home.htm index c94fbfb..5a486ba 100755 --- a/doc/salome/gui/SUPERV/whcsh_home.htm +++ b/doc/salome/gui/SUPERV/whcsh_home.htm @@ -14,7 +14,7 @@ else } var gCSHFileName="whcshdata.htm"; -var gHomePage="supervision.htm"; +var gHomePage="index.htm"; var gaProj=new Array(); gaProj[0]=new Object(); gaProj[0].sProjPath=_replaceSlash(_getPath(document.location.href)); diff --git a/doc/salome/gui/SUPERV/whcshdata.htm b/doc/salome/gui/SUPERV/whcshdata.htm index c7f832d..ed8b06e 100755 --- a/doc/salome/gui/SUPERV/whcshdata.htm +++ b/doc/salome/gui/SUPERV/whcshdata.htm @@ -1,6 +1,6 @@ -SUPERVISION reference manual +Supervisor Module Reference Manual diff --git a/doc/salome/gui/SUPERV/whd_dpns.htm b/doc/salome/gui/SUPERV/whd_dpns.htm new file mode 100755 index 0000000..1bca236 --- /dev/null +++ b/doc/salome/gui/SUPERV/whd_dpns.htm @@ -0,0 +1,43 @@ + + +Navigator Pane + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whd_hide0.gif b/doc/salome/gui/SUPERV/whd_hide0.gif new file mode 100755 index 0000000..97ea0bb Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_hide0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_hide1.gif b/doc/salome/gui/SUPERV/whd_hide1.gif new file mode 100755 index 0000000..97ea0bb Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_hide1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_hide2.gif b/doc/salome/gui/SUPERV/whd_hide2.gif new file mode 100755 index 0000000..97ea0bb Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_hide2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_next0.gif b/doc/salome/gui/SUPERV/whd_next0.gif new file mode 100755 index 0000000..d92dda5 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_next0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_next1.gif b/doc/salome/gui/SUPERV/whd_next1.gif new file mode 100755 index 0000000..d92dda5 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_next1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_next2.gif b/doc/salome/gui/SUPERV/whd_next2.gif new file mode 100755 index 0000000..d92dda5 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_next2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_nvp10.htm b/doc/salome/gui/SUPERV/whd_nvp10.htm new file mode 100755 index 0000000..30f060c --- /dev/null +++ b/doc/salome/gui/SUPERV/whd_nvp10.htm @@ -0,0 +1,15 @@ + + +Navigation Pane + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whd_nvp20.htm b/doc/salome/gui/SUPERV/whd_nvp20.htm new file mode 100755 index 0000000..c5754bc --- /dev/null +++ b/doc/salome/gui/SUPERV/whd_nvp20.htm @@ -0,0 +1,334 @@ + + +navigation pane + + + + + + + + + + + + + + + + + diff --git a/doc/salome/gui/SUPERV/whd_prev0.gif b/doc/salome/gui/SUPERV/whd_prev0.gif new file mode 100755 index 0000000..518561a Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_prev0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_prev1.gif b/doc/salome/gui/SUPERV/whd_prev1.gif new file mode 100755 index 0000000..518561a Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_prev1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_prev2.gif b/doc/salome/gui/SUPERV/whd_prev2.gif new file mode 100755 index 0000000..518561a Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_prev2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_show0.gif b/doc/salome/gui/SUPERV/whd_show0.gif new file mode 100755 index 0000000..60e8e68 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_show0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_show1.gif b/doc/salome/gui/SUPERV/whd_show1.gif new file mode 100755 index 0000000..60e8e68 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_show1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_show2.gif b/doc/salome/gui/SUPERV/whd_show2.gif new file mode 100755 index 0000000..60e8e68 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_show2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_sync0.gif b/doc/salome/gui/SUPERV/whd_sync0.gif new file mode 100755 index 0000000..1a9785c Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_sync0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_sync1.gif b/doc/salome/gui/SUPERV/whd_sync1.gif new file mode 100755 index 0000000..1a9785c Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_sync1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_sync2.gif b/doc/salome/gui/SUPERV/whd_sync2.gif new file mode 100755 index 0000000..1a9785c Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_sync2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab0.gif b/doc/salome/gui/SUPERV/whd_tab0.gif new file mode 100755 index 0000000..955c42f Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab1.gif b/doc/salome/gui/SUPERV/whd_tab1.gif new file mode 100755 index 0000000..b3ec41d Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab2.gif b/doc/salome/gui/SUPERV/whd_tab2.gif new file mode 100755 index 0000000..08fb0ce Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab3.gif b/doc/salome/gui/SUPERV/whd_tab3.gif new file mode 100755 index 0000000..1819c8e Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab3.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab4.gif b/doc/salome/gui/SUPERV/whd_tab4.gif new file mode 100755 index 0000000..1a6fc4f Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab4.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab5.gif b/doc/salome/gui/SUPERV/whd_tab5.gif new file mode 100755 index 0000000..9340192 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab5.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab6.gif b/doc/salome/gui/SUPERV/whd_tab6.gif new file mode 100755 index 0000000..fe312d2 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab6.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab7.gif b/doc/salome/gui/SUPERV/whd_tab7.gif new file mode 100755 index 0000000..3b95ae2 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab7.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tab8.gif b/doc/salome/gui/SUPERV/whd_tab8.gif new file mode 100755 index 0000000..c80acc8 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_tab8.gif differ diff --git a/doc/salome/gui/SUPERV/whd_tabs.htm b/doc/salome/gui/SUPERV/whd_tabs.htm new file mode 100755 index 0000000..1568f57 --- /dev/null +++ b/doc/salome/gui/SUPERV/whd_tabs.htm @@ -0,0 +1,533 @@ + + +WebHelp Tabs Frame in Navigation Pane + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whd_toc1.gif b/doc/salome/gui/SUPERV/whd_toc1.gif new file mode 100755 index 0000000..1101725 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_toc1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_toc2.gif b/doc/salome/gui/SUPERV/whd_toc2.gif new file mode 100755 index 0000000..975e5f6 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_toc2.gif differ diff --git a/doc/salome/gui/SUPERV/whd_toc3.gif b/doc/salome/gui/SUPERV/whd_toc3.gif new file mode 100755 index 0000000..4b8122f Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_toc3.gif differ diff --git a/doc/salome/gui/SUPERV/whd_toc4.gif b/doc/salome/gui/SUPERV/whd_toc4.gif new file mode 100755 index 0000000..3f9a036 Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_toc4.gif differ diff --git a/doc/salome/gui/SUPERV/whd_topic.xml b/doc/salome/gui/SUPERV/whd_topic.xml new file mode 100755 index 0000000..a1b0320 --- /dev/null +++ b/doc/salome/gui/SUPERV/whd_topic.xml @@ -0,0 +1,85 @@ + + + + + + + + + + +"]]> + + + + +"]]> + + + + +"; +OutputInTopicNavBarDataWebSearch.form();]]> + + + + + + + + + + +"]]> + + + diff --git a/doc/salome/gui/SUPERV/whd_wbsh0.gif b/doc/salome/gui/SUPERV/whd_wbsh0.gif new file mode 100755 index 0000000..383688e Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_wbsh0.gif differ diff --git a/doc/salome/gui/SUPERV/whd_wbsh1.gif b/doc/salome/gui/SUPERV/whd_wbsh1.gif new file mode 100755 index 0000000..383688e Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_wbsh1.gif differ diff --git a/doc/salome/gui/SUPERV/whd_wbsh2.gif b/doc/salome/gui/SUPERV/whd_wbsh2.gif new file mode 100755 index 0000000..383688e Binary files /dev/null and b/doc/salome/gui/SUPERV/whd_wbsh2.gif differ diff --git a/doc/salome/gui/SUPERV/whdata/whftdata0.htm b/doc/salome/gui/SUPERV/whdata/whftdata0.htm index eec0896..7fd6b0e 100755 --- a/doc/salome/gui/SUPERV/whdata/whftdata0.htm +++ b/doc/salome/gui/SUPERV/whdata/whftdata0.htm @@ -26,17 +26,14 @@ aTE("Creating a new graph","files/creating_a_new_graph.htm"); aTE("Deleting links","files/deleting_links.htm"); aTE("Deleting nodes","files/deleting_nodes.htm"); aTE("Directing dataflow between nodes","files/directing_dataflow_between_nodes.htm"); -aTE("Editing imported graphs","files/editing_imported_graphs.htm"); aTE("Editing node function","files/editing_node_function.htm"); aTE("Exporting graphs","files/exporting_graphs.htm"); aTE("Filtering and storing output messages","files/filtering_and_storing_output_messages.htm"); aTE("GOTO nodes","files/goto_nodes.htm"); aTE("Importing graphs from file","files/importing_graphs_from_file.htm"); aTE("Inserting graphs","files/inserting_graphs.htm"); -aTE("Introduction to SUPERVISION","files/introduction_to_supervisor.htm"); aTE("Loop nodes","files/loop_nodes.htm"); aTE("Modifying links","files/modifying_links.htm"); -aTE("Changing graph description","files/opening_graphs_referenced_in_the_study.htm"); aTE("Placing nodes in the window","files/placing_nodes_in_the_window.htm"); aTE("Referencing output values in the study","files/referencing_output_values_in_the_study.htm"); aTE("Reloading dataflow","files/reloading_dataflow.htm"); @@ -50,6 +47,7 @@ aTE("Usage of SUPERVISION module","files/usage_of_supervisor_module.htm"); aTE("Examiming calculated data","files/viewing_output_vaues.htm"); aTE("Macro Node","macro_node.htm"); aTE("Referencing graphs in the study","referencing_graphs_in_the_study.htm"); +aTE("supervisor","supervisor.htm"); //--> diff --git a/doc/salome/gui/SUPERV/whdata/whfts.htm b/doc/salome/gui/SUPERV/whdata/whfts.htm index 42b38a2..609e985 100755 --- a/doc/salome/gui/SUPERV/whdata/whfts.htm +++ b/doc/salome/gui/SUPERV/whdata/whfts.htm @@ -10,7 +10,7 @@ diff --git a/doc/salome/gui/SUPERV/whdata/whfwdata0.htm b/doc/salome/gui/SUPERV/whdata/whfwdata0.htm index cfac6c1..d0983f0 100755 --- a/doc/salome/gui/SUPERV/whdata/whfwdata0.htm +++ b/doc/salome/gui/SUPERV/whdata/whfwdata0.htm @@ -12,481 +12,475 @@ -<p>Your browser does not support frames. We recommend that you update your browser to a version that supports frames.</p><p>To view the Help system without frames click on this<a href="whgdata/whnvp30.htm">hyperlink.</a></p> +<p>Your browser does not support frames. We recommend that you update your browser to a version that supports frames.</p><p>To view the Help system without frames click on this<a href="whgdata/whnvp30.htm">hyperlink.</a></p> \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whres.xml b/doc/salome/gui/SUPERV/whres.xml index f3f010a..89ee8b3 100755 --- a/doc/salome/gui/SUPERV/whres.xml +++ b/doc/salome/gui/SUPERV/whres.xml @@ -188,69 +188,69 @@ - - + + - + - - - - + + + + - - + + - - - + + +
      - + <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> <button normal="" hover="" /> - <editwith value="20" /> + <editwith value="28" /> </form> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> - <empty name="" size="8pt" color="" style="" weight="" decoration="" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> + <empty name="Arial" size="9pt" color="#666666" style="normal" weight="normal" decoration="none" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </index> <fts> <form> <fonts> - <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" /> + <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> <button normal="" hover="" /> - <editwith value="20" /> + <editwith value="28" /> </form> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> - <error name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> + <error name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </fts> <glossary> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </glossary> </paneskin> </resource> \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whrstart.ico b/doc/salome/gui/SUPERV/whrstart.ico deleted file mode 100755 index bffcd6e..0000000 Binary files a/doc/salome/gui/SUPERV/whrstart.ico and /dev/null differ diff --git a/doc/salome/gui/SUPERV/whskin_banner.htm b/doc/salome/gui/SUPERV/whskin_banner.htm deleted file mode 100755 index 39ed797..0000000 --- a/doc/salome/gui/SUPERV/whskin_banner.htm +++ /dev/null @@ -1,49 +0,0 @@ -<html> -<head> -<title>About WebHelp                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -

      Macromedia

      -

      Copyright © 1992 - 2004, eHelp Corporation

      -

      Author: eHelp Corporation

      -
      -

      Powered by: WebHelp 5.50 -
      Generated by: RoboHelp X5 -
      www.ehelp.com

      -
      - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whskin_frmset01.htm b/doc/salome/gui/SUPERV/whskin_frmset01.htm deleted file mode 100755 index 3b8d56a..0000000 --- a/doc/salome/gui/SUPERV/whskin_frmset01.htm +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whskin_frmset010.htm b/doc/salome/gui/SUPERV/whskin_frmset010.htm deleted file mode 100755 index 8a02235..0000000 --- a/doc/salome/gui/SUPERV/whskin_frmset010.htm +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whskin_homepage.htm b/doc/salome/gui/SUPERV/whskin_homepage.htm index f0bbba4..d73632a 100755 --- a/doc/salome/gui/SUPERV/whskin_homepage.htm +++ b/doc/salome/gui/SUPERV/whskin_homepage.htm @@ -1,40 +1,34 @@ - - - SUPERVISION reference manual - - - - - - - + +Supervisor Module Reference Manual - + + + + + + + - - - - - - - - - - \ No newline at end of file + + + + diff --git a/doc/salome/gui/SUPERV/whskin_info.htm b/doc/salome/gui/SUPERV/whskin_info.htm index cef3999..e263b8b 100755 --- a/doc/salome/gui/SUPERV/whskin_info.htm +++ b/doc/salome/gui/SUPERV/whskin_info.htm @@ -7,9 +7,9 @@

      WebHelp 5.50 System Info

      - - - + + + diff --git a/doc/salome/gui/SUPERV/whskin_mbars.htm b/doc/salome/gui/SUPERV/whskin_mbars.htm deleted file mode 100755 index c4fa48a..0000000 --- a/doc/salome/gui/SUPERV/whskin_mbars.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - WebHelp Navigation Mini-bar - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whskin_papplet.htm b/doc/salome/gui/SUPERV/whskin_papplet.htm deleted file mode 100755 index 5f8296a..0000000 --- a/doc/salome/gui/SUPERV/whskin_papplet.htm +++ /dev/null @@ -1,360 +0,0 @@ - - -Navigation Pane - - - - - - - - - - - - - - - - - - diff --git a/doc/salome/gui/SUPERV/whskin_pdhtml.htm b/doc/salome/gui/SUPERV/whskin_pdhtml.htm deleted file mode 100755 index 763aa14..0000000 --- a/doc/salome/gui/SUPERV/whskin_pdhtml.htm +++ /dev/null @@ -1,64 +0,0 @@ - - - Navigation Pane - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whskin_pickup.htm b/doc/salome/gui/SUPERV/whskin_pickup.htm index 1f1af7f..816fc70 100755 --- a/doc/salome/gui/SUPERV/whskin_pickup.htm +++ b/doc/salome/gui/SUPERV/whskin_pickup.htm @@ -198,14 +198,14 @@ goFont=new whFont("Verdana","8pt","#000000","normal","normal","none"); goHoverFont=new whFont("Verdana","8pt","#666666","normal","normal","none"); -setBackgroundcolor("White"); -setFont("Table", "Tahoma","8pt","Navy","Normal","Normal","none"); -setListBackgroundcolor("White"); -setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none"); -setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline"); -setActiveBgColor("Silver"); +setFont("Table", "Arial","9pt","#000000","normal","normal","none"); + + +setFont("Normal", "Arial","9pt","#000000","normal","normal","none"); +setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline"); +setActiveBgColor("#cccccc"); window.onload=window_OnLoad; window.onresize = window_onResize; diff --git a/doc/salome/gui/SUPERV/whskin_plist.htm b/doc/salome/gui/SUPERV/whskin_plist.htm deleted file mode 100755 index f7cf6d1..0000000 --- a/doc/salome/gui/SUPERV/whskin_plist.htm +++ /dev/null @@ -1,238 +0,0 @@ - - - Navigation Pane - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whskin_tbars.htm b/doc/salome/gui/SUPERV/whskin_tbars.htm deleted file mode 100755 index 6cb4902..0000000 --- a/doc/salome/gui/SUPERV/whskin_tbars.htm +++ /dev/null @@ -1,101 +0,0 @@ - - - WebHelp Navigation Toolbar - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/SUPERV/whst_topics.xml b/doc/salome/gui/SUPERV/whst_topics.xml deleted file mode 100755 index 6dce998..0000000 --- a/doc/salome/gui/SUPERV/whst_topics.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - -";]]> - - - - -"]]> - - - - -"; -OutputInTopicNavBarDataWebSearch.form();]]> - - - - - - - - - - -";]]> - - - diff --git a/doc/salome/gui/SUPERV/whstart.ico b/doc/salome/gui/SUPERV/whstart.ico deleted file mode 100755 index 365ecea..0000000 Binary files a/doc/salome/gui/SUPERV/whstart.ico and /dev/null differ diff --git a/doc/salome/gui/SUPERV/whstart.js b/doc/salome/gui/SUPERV/whstart.js index 37a1ae8..bc33438 100755 --- a/doc/salome/gui/SUPERV/whstart.js +++ b/doc/salome/gui/SUPERV/whstart.js @@ -31,10 +31,10 @@ function delayReload() } } -var gsToolbarOrder = "toc|fts|glo|blankblock|searchform|banner"; -var gsMinibarOrder = "blankblock|hide2|"; +var gsToolbarOrder = ""; +var gsMinibarOrder = ""; -var gsTopic = "files/introduction_to_supervisor.htm"; +var gsTopic = "supervisor.htm"; var PANE_OPT_SEARCH = 1; var PANE_OPT_BROWSESEQ = 2; var gnOpts=-1; diff --git a/doc/salome/gui/SUPERV/wht_abge.jpg b/doc/salome/gui/SUPERV/wht_abge.jpg deleted file mode 100755 index 5e816c9..0000000 Binary files a/doc/salome/gui/SUPERV/wht_abge.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_abgi.jpg b/doc/salome/gui/SUPERV/wht_abgi.jpg deleted file mode 100755 index bfedc68..0000000 Binary files a/doc/salome/gui/SUPERV/wht_abgi.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_abgw.jpg b/doc/salome/gui/SUPERV/wht_abgw.jpg deleted file mode 100755 index 95af21f..0000000 Binary files a/doc/salome/gui/SUPERV/wht_abgw.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_abte.jpg b/doc/salome/gui/SUPERV/wht_abte.jpg deleted file mode 100755 index a5638fa..0000000 Binary files a/doc/salome/gui/SUPERV/wht_abte.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_abti.jpg b/doc/salome/gui/SUPERV/wht_abti.jpg deleted file mode 100755 index 14ac68c..0000000 Binary files a/doc/salome/gui/SUPERV/wht_abti.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_abtw.jpg b/doc/salome/gui/SUPERV/wht_abtw.jpg deleted file mode 100755 index 46e68b1..0000000 Binary files a/doc/salome/gui/SUPERV/wht_abtw.jpg and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_fts_h.gif b/doc/salome/gui/SUPERV/wht_fts_h.gif deleted file mode 100755 index feb79ae..0000000 Binary files a/doc/salome/gui/SUPERV/wht_fts_h.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_fts_n.gif b/doc/salome/gui/SUPERV/wht_fts_n.gif deleted file mode 100755 index 8483be4..0000000 Binary files a/doc/salome/gui/SUPERV/wht_fts_n.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_glo_h.gif b/doc/salome/gui/SUPERV/wht_glo_h.gif deleted file mode 100755 index 12223e5..0000000 Binary files a/doc/salome/gui/SUPERV/wht_glo_h.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_glo_n.gif b/doc/salome/gui/SUPERV/wht_glo_n.gif deleted file mode 100755 index 32803eb..0000000 Binary files a/doc/salome/gui/SUPERV/wht_glo_n.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_go.gif b/doc/salome/gui/SUPERV/wht_go.gif deleted file mode 100755 index 106f1d1..0000000 Binary files a/doc/salome/gui/SUPERV/wht_go.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_hide.gif b/doc/salome/gui/SUPERV/wht_hide.gif deleted file mode 100755 index 6ec602d..0000000 Binary files a/doc/salome/gui/SUPERV/wht_hide.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_idx_h.gif b/doc/salome/gui/SUPERV/wht_idx_h.gif deleted file mode 100755 index 2df1b16..0000000 Binary files a/doc/salome/gui/SUPERV/wht_idx_h.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_idx_n.gif b/doc/salome/gui/SUPERV/wht_idx_n.gif deleted file mode 100755 index fd193a0..0000000 Binary files a/doc/salome/gui/SUPERV/wht_idx_n.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_logo1.gif b/doc/salome/gui/SUPERV/wht_logo1.gif deleted file mode 100755 index 2ef5700..0000000 Binary files a/doc/salome/gui/SUPERV/wht_logo1.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_logo2.gif b/doc/salome/gui/SUPERV/wht_logo2.gif deleted file mode 100755 index 2ac62e8..0000000 Binary files a/doc/salome/gui/SUPERV/wht_logo2.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_next.gif b/doc/salome/gui/SUPERV/wht_next.gif deleted file mode 100755 index 8ea834d..0000000 Binary files a/doc/salome/gui/SUPERV/wht_next.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_next_g.gif b/doc/salome/gui/SUPERV/wht_next_g.gif deleted file mode 100755 index c0e9758..0000000 Binary files a/doc/salome/gui/SUPERV/wht_next_g.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_prev.gif b/doc/salome/gui/SUPERV/wht_prev.gif deleted file mode 100755 index b7eaba8..0000000 Binary files a/doc/salome/gui/SUPERV/wht_prev.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_prev_g.gif b/doc/salome/gui/SUPERV/wht_prev_g.gif deleted file mode 100755 index 8647909..0000000 Binary files a/doc/salome/gui/SUPERV/wht_prev_g.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_spac.gif b/doc/salome/gui/SUPERV/wht_spac.gif deleted file mode 100755 index fc25609..0000000 Binary files a/doc/salome/gui/SUPERV/wht_spac.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_sync.gif b/doc/salome/gui/SUPERV/wht_sync.gif deleted file mode 100755 index 0ef1747..0000000 Binary files a/doc/salome/gui/SUPERV/wht_sync.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab0.gif b/doc/salome/gui/SUPERV/wht_tab0.gif deleted file mode 100755 index 955c42f..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab0.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab1.gif b/doc/salome/gui/SUPERV/wht_tab1.gif deleted file mode 100755 index b3ec41d..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab1.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab2.gif b/doc/salome/gui/SUPERV/wht_tab2.gif deleted file mode 100755 index 08fb0ce..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab2.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab3.gif b/doc/salome/gui/SUPERV/wht_tab3.gif deleted file mode 100755 index 1819c8e..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab3.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab4.gif b/doc/salome/gui/SUPERV/wht_tab4.gif deleted file mode 100755 index 1a6fc4f..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab4.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab5.gif b/doc/salome/gui/SUPERV/wht_tab5.gif deleted file mode 100755 index 9340192..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab5.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab6.gif b/doc/salome/gui/SUPERV/wht_tab6.gif deleted file mode 100755 index fe312d2..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab6.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab7.gif b/doc/salome/gui/SUPERV/wht_tab7.gif deleted file mode 100755 index 3b95ae2..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab7.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_tab8.gif b/doc/salome/gui/SUPERV/wht_tab8.gif deleted file mode 100755 index c80acc8..0000000 Binary files a/doc/salome/gui/SUPERV/wht_tab8.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_toc1.gif b/doc/salome/gui/SUPERV/wht_toc1.gif deleted file mode 100755 index 515c352..0000000 Binary files a/doc/salome/gui/SUPERV/wht_toc1.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_toc2.gif b/doc/salome/gui/SUPERV/wht_toc2.gif deleted file mode 100755 index 2e3d6c8..0000000 Binary files a/doc/salome/gui/SUPERV/wht_toc2.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_toc3.gif b/doc/salome/gui/SUPERV/wht_toc3.gif deleted file mode 100755 index 330f369..0000000 Binary files a/doc/salome/gui/SUPERV/wht_toc3.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_toc4.gif b/doc/salome/gui/SUPERV/wht_toc4.gif deleted file mode 100755 index 3f9a036..0000000 Binary files a/doc/salome/gui/SUPERV/wht_toc4.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_toc_h.gif b/doc/salome/gui/SUPERV/wht_toc_h.gif deleted file mode 100755 index fe20f68..0000000 Binary files a/doc/salome/gui/SUPERV/wht_toc_h.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_toc_n.gif b/doc/salome/gui/SUPERV/wht_toc_n.gif deleted file mode 100755 index ce28310..0000000 Binary files a/doc/salome/gui/SUPERV/wht_toc_n.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_ws.gif b/doc/salome/gui/SUPERV/wht_ws.gif deleted file mode 100755 index 563db8b..0000000 Binary files a/doc/salome/gui/SUPERV/wht_ws.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/wht_ws_g.gif b/doc/salome/gui/SUPERV/wht_ws_g.gif deleted file mode 100755 index 3056b75..0000000 Binary files a/doc/salome/gui/SUPERV/wht_ws_g.gif and /dev/null differ diff --git a/doc/salome/gui/SUPERV/whtbar.js b/doc/salome/gui/SUPERV/whtbar.js deleted file mode 100755 index 08b19e5..0000000 --- a/doc/salome/gui/SUPERV/whtbar.js +++ /dev/null @@ -1,2043 +0,0 @@ -// WebHelp 5.10.006 -var gaButtons=new Array(); -var gaTypes=new Array(); -var gaBtnBgColor=new Array(); -var gaSelBtnBgColor=new Array(); -var gaOrders=null; -var gaObjBtns=new Array(); -var BTN_TEXT=1; -var BTN_IMG=2; -var BTN_IMG_TOP=4 -var BTN_IMG_BOTTOM=8; -var BTN_IMG_LEFT=16; -var BTN_IMG_RIGHT=32; -var gsAlign="left"; -var gsBgImage=""; -var gsBgColor="#99ccff"; -var gsShadow="#cccccc"; -var gsTBBgImage=""; -var gnShowHideStyle=0; -var goTocInfo=null; -var gbTocInfoInited=false; -var goWebSearch=null; -var gsTBFontFamily="Arial"; -var gsTBFontSize="xx-small"; -var gsTBFontColor="#003063"; -var gsTBDarkColor="#808080"; -var gsTBLightColor="#FFFAFA"; -var gsTBSelectedBgColor="#639ace"; -var gsTBFontSelectedColor="#ffffff"; -var gaOnLoads=new Array(); -var goWebSearchEnable=true; - -var goShow=null; -var goHide=null; -var goHide2=null; -var goSync=null; - -var goToc=null; -var goIdx=null; -var goFts=null; -var goGlo=null; -var goNext=null; -var goPrev=null; - -var LAYOUT=1; -var HLAYOUT=0; -var VLAYOUT=1; -var ALIGN=2; -var BALIGN=0; -var EALIGN=2; -var goEl=null; -var gnRE=0; - -var gnButtonLayout=0; -var gnShowHide=-1; - -var gbEqualSize=false; -var goCusButton=new Array(); -var gsBtnStyle=""; -var gaAvenues=null; -var gsCurAveName=""; - -var gsIToc=null; -var gsITocS=null; -var gsIIndex=null; -var gsIIndexS=null; -var gsISearch=null; -var gsISearchS=null; -var gsIGlossary=null; -var gsIGlossaryS=null; -var gsIBanner=null; -var gsIGo=null; - -var gsIHide=null; -var gsIPrev=null; -var gsINext=null; -var gsISync=null; -var gsINextD=null; -var gsIPrevD=null; -var gsIWebSearch=null; -var gsIWebSearchD=null; - -var gbAveButttnInited=false; -var goNextParent=null; -var goPrevParent=null; -var gsSearchPrompt="- Search -"; - -var gstrSearch=""; -var gbPreview=false; -gbPreview=false; -var gsSearchFormTitle=""; -var gnHasNavPane=-1; -var gbInitBtn=false; -var gaBtns=new Array(); -var gbWhTBar=false; -var goTextFont=null; -var goSelTextFont=null; -var gsPane=""; -var gbNeedUpdateAve=false; -var gbUpdateTimerCount=0; - -function setGoImage(sGoImage) -{ - if(sGoImage) - { - gsIGo=sGoImage; - } -} - -function btnBgColor(sType,sColor) -{ - this.sType=sType; - this.sColor=sColor; -} - -function setBackground(sBgImage) -{ - gsBgImage=sBgImage; -} - -function setBackgroundcolor(sBgColor) -{ - gsBgColor=sBgColor; -} - -function setAlignment(strAlignment) -{ - gnButtonLayout=0; - if(strAlignment=="left") - { - gnButtonLayout=HLAYOUT|BALIGN; - } - else if(strAlignment=="right") - { - gnButtonLayout=HLAYOUT|EALIGN; - } - else if(strAlignment=="top") - { - gnButtonLayout=VLAYOUT|BALIGN; - } - else if(strAlignment=="bottom") - { - gnButtonLayout=VLAYOUT|EALIGN; - } -} - -function writeStyle(bMiniBar) -{ - var sStyle=""; - sStyle+="\n"; - document.write(sStyle); -} - -function button(sType,sText,nWidth,nHeight) -{ - this.sType=sType; - this.sText=sText; - this.nWidth=nWidth; - this.nHeight=nHeight; - - this.aIs=new Array(); - var i=0; - while(button.arguments.length>i+4) - { - if (button.arguments[4+i]) - this.aIs[i]=_getFullPath(_getPath(document.location.href),button.arguments[4+i]); - else - this.aIs[i]=""; - i++; - } -} - -function getImage(oImage,sTitle) -{ - if(oImage.aIs[0]) - { - var sI=""; - if(sTitle=="") - sTitle=oImage.sText; - sI+="\""+sTitle+"\"0) - sI+=" width="+oImage.nWidth; - if(oImage.nHeight>0) - sI+=" height="+oImage.nHeight; - sI+=" border=0 align=\"absmiddle\">"; - return sI; - } - return ""; -} - -function getCurrentAveName() -{ - var oSelect=getElement("avenue"); - if(oSelect) - return oSelect.value; - else - return ""; -} - -function updateWebSearch(bEnable) -{ - var oWebSearch=getElement("btnwebsearch"); - var oWebSearchParent=null; - if(oWebSearch) - oWebSearchParent=getParentNode(oWebSearch); - goWebSearchEnable=bEnable; - if(oWebSearchParent) - { - if(bEnable) - enableButton(oWebSearchParent,goWebSearch); - else - disableButton(oWebSearchParent,goWebSearch); - } - -} - -function setState(oEL,sState) -{ - if(gbNav6||gbOpera) - oEL.setAttribute("state",sState); - else - oEL.state=sState; -} - -function updateAvenueIfNeeded() -{ - gbUpdateTimerCount--; - if (gbNeedUpdateAve&&gbUpdateTimerCount==0) - { - updateAvenue(); - } -} - -function updateAvenue() -{ - var sSelect=getAvenueHTML(gaAvenues); - var oSelect=getElement("avenue"); - if(oSelect) - { - if(gbNav6) - { - var oParent=getParentNode(oSelect); - - if(oParent) - { - removeThis(oSelect); - oParent.insertAdjacentHTML("afterBegin",sSelect); - } - } - else - oSelect.outerHTML=sSelect; - oSelect=getElement("avenue"); - if(isValidAvenue(gaAvenues,gsCurAveName)) - oSelect.value=gsCurAveName; - } - updateAveButton(); -} - -function initAveButtonObj() -{ - if(!gbAveButttnInited) - { - var oNext=getElement("btnavnext"); - if(oNext) - goNextParent=getParentNode(oNext); - - var oPrev=getElement("btnavprev"); - if(oPrev) - goPrevParent=getParentNode(oPrev); - } - gbAveButttnInited=true; -} - -function disableAveButton() -{ - initAveButtonObj(); - if(goNextParent) - disableButton(goNextParent,goNext); - if(goPrevParent) - disableButton(goPrevParent,goPrev); -} - -function disableButton(oEl,oBtn) -{ - setState(oEl,"disable"); - var sPF=oEl.className.substring(0,6); - oEl.className=sPF+"Disable"; - var oAs = getElementsByTag(oEl,"a"); - if (oAs.length>0) - { - oAs[0].style.cursor="default"; - } - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3) - { - if(oBtn.aIs[3]) - oIs[0].src=oBtn.aIs[3]; - } - else - oEl.style.visibility="hidden"; -} - -function enableButton(oEl,oBtn) -{ - setState(oEl,"normal"); - if(oEl==goEl) - { - var sPF=oEl.className.substring(0,6); - oEl.className=sPF+"Up"; - } - var oAs = getElementsByTag(oEl,"a"); - if (oAs.length>0) - { - oAs[0].style.cursor="hand"; - } - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0) - { - if(oBtn.aIs[0]) - oIs[0].src=oBtn.aIs[0]; - } - oEl.style.visibility="visible"; -} - -function updateAveButton() -{ - initAveButtonObj(); - var strAveName=getCurrentAvenue(); - if(strAveName!="") - { - if(gaAvenues) - { - for(var i=0;i0) - { - for(var i=0;i"; - sSelect+=""; - if(aAvenues) - { - for(var i=0;i"+aAvenues[i].sName+""; - } - } - sSelect+=""; - return sSelect; -} - -function addAvenueSelection() -{ - var oMsg=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object()); - var sButton=""; - if(SendMessage(oMsg)) - { - sButton=getAvenueHTML(oMsg.oParam.aAvenues); - } - else - { - sButton=getAvenueHTML(null); - } - gaButtons[gaButtons.length]=""; -} - -function setSearchFormTitle(sTitle) -{ - gsSearchFormTitle=sTitle; -} - -function highLightIfNeeded() -{ - if(document.searchForm.searchString.value==gsSearchPrompt) - { - document.searchForm.searchString.select(); - } -} - -function addSearchForm() -{ - var sPropmptString=gsSearchPrompt; - - var nWidth=20; - if(!nWidth) nWidth=20; - if(gbNav4) nWidth=nWidth*.6; - - if(gsSearchFormTitle) - sPropmptString=""; - var sButton="
      Start Page supervision.htm
      Skin Name Default
      Generating Time 14:42 12/05/2005
      Start Page index.htm
      Skin Name
      Generating Time 12:49 05/22/2006
      Language ID 1033
      Compile Script webhelp5_compile_script.xml
      Compile Build Version 13.10.606
      "+sButton+"
      "; - if(gbNav6) - sButton=""+sButton; - if("image"=="text") - { - sButton+=""; - } - else if("image"=="image"&&gsIGo) - { - sButton+=""; - } - sButton+="
      "+_textToHtml(gsSearchFormTitle)+"" - sButton+="\"Go\"
      "; - if(gbNav6) - sButton+=""; - var nBtn=gaButtons.length; - gaButtons[nBtn]=""+sButton+""; - gaTypes[nBtn]="searchform"; -} - -function getShowHide() -{ - var sText=""; - var sI=""; - if(hasNavPane()) - { - if(goHide) - { - if(gnShowHideStyle&BTN_TEXT) - sText=goHide.sText; - if(gnShowHideStyle&BTN_IMG) - sI=getImage(goHide,"Hide"); - } - } - else - { - if(goShow) - { - if(gnShowHideStyle&BTN_TEXT) - sText=goShow.sText; - if(gnShowHideStyle&BTN_IMG) - sI=getImage(goShow,"Show"); - } - } - var sButton=genButton(sText,sI,gnShowHideStyle); - return sButton; -} - -function addBanner(sImage) -{ - if(sImage) - { - var nBtn=gaButtons.length; - gaButtons[nBtn]="     \"About"; - gaTypes[nBtn]="banner"; - } -} - -function showBanner() -{ - if (!gbPreview) - { - var nWidth=390; - var nHeight=204; - var nScreenWidth=screen.width; - var nScreenHeight=screen.height; - var nLeft=(nScreenWidth-nWidth)/2; - var nTop=(nScreenHeight-nHeight)/2; - if (gbIE4) - { - if (gbIE5) - nHeight+=20; - else - nHeight+=40; - window.showModalDialog("whskin_banner.htm","","dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;resizable:no;status:no;scroll:no;help:no;center:yes;"); - } - else - window.open("whskin_banner.htm","banner","dependent,innerHeight="+nHeight+",innerWidth="+nWidth+",height="+nHeight+",width="+nWidth+",resizable=no,menubar=no,location=no,personalbar=no,status=no,scrollbar=no,toolbar=no,screenX="+nLeft+",screenY="+nTop); - } -} - -function addButton(sType,nStyle,sTitle,sHref,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6) -{ - var sButton=""; - var bMini=false; - var sText=""; - var sI=""; - var bState=false; - var nBtn=gaButtons.length; - var bHref=false; - if(sType=="show"&&isShowHideEnable()) - { - var svTitle="Show Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - goShow=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goShow; - if(gnShowHide!=-1) - { - nBtn=gnShowHide; - } - else - { - gnShowHide=nBtn; - } - sButton+=getShowHide(); - sButton+=""; - bState=true; - } - else if(sType=="hide"&&isShowHideEnable()) - { - var svTitle="Hide Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - goHide=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goHide; - if(gnShowHide!=-1) - { - nBtn=gnShowHide; - } - else - { - gnShowHide=nBtn; - } - sButton+=getShowHide(); - sButton+=""; - bState=true; - } - else if(sType=="hide2"&&(!gbNav4)&&(!gbOpera)) - { - var svTitle="Hide Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - if(!sI1) - sI1=gsIHide; - goHide2=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goHide2; - if(nStyle&BTN_TEXT) - sText=goHide2.sText - - if(nStyle&BTN_IMG) - sI=getImage(goHide2,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="synctoc") - { - var svTitle="Sync TOC"; - sButton=""; - if(!sI1) - sI1=gsISync; - goSync=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goSync; - if(nStyle&BTN_TEXT) - sText=goSync.sText - - if(nStyle&BTN_IMG) - sI=getImage(goSync,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="toc") - { - var svTitle="Contents"; - sButton=""; - if(!sI1) - sI1=gsIToc; - if(!sI2) - sI2=gsITocS; - if(!sI4) - sI4=gsITocS; - goToc=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goToc; - if(nStyle&BTN_TEXT) - sText=goToc.sText - - if(nStyle&BTN_IMG) - sI=getImage(goToc,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="idx") - { - var svTitle="Index"; - sButton=""; - if(!sI1) - sI1=gsIIndex; - if(!sI2) - sI2=gsIIndexS; - if(!sI4) - sI4=gsIIndexS; - goIdx=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goIdx; - if(nStyle&BTN_TEXT) - sText=goIdx.sText - - if(nStyle&BTN_IMG) - sI=getImage(goIdx,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="fts") - { - var svTitle="Search"; - sButton=""; - if(!sI1) - sI1=gsISearch; - if(!sI2) - sI2=gsISearchS; - if(!sI4) - sI4=gsISearchS; - goFts=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goFts; - if(nStyle&BTN_TEXT) - sText=goFts.sText - - if(nStyle&BTN_IMG) - sI=getImage(goFts,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="glo") - { - var svTitle="Glossary"; - sButton=""; - if(!sI1) - sI1=gsIGlossary; - if(!sI2) - sI2=gsIGlossaryS; - if(!sI4) - sI4=gsIGlossaryS; - goGlo=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goGlo; - if(nStyle&BTN_TEXT) - sText=goGlo.sText - - if(nStyle&BTN_IMG) - sI=getImage(goGlo,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="avnext") - { - var svTitle="Next Topic"; - sButton=""; - if(!sI1) - sI1=gsINext; - if(!sI4) - sI4=gsINextD; - goNext=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goNext; - if(nStyle&BTN_TEXT) - sText=goNext.sText - - if(nStyle&BTN_IMG) - sI=getImage(goNext,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="avprev") - { - var svTitle="Previous Topic"; - sButton=""; - if(!sI1) - sI1=gsIPrev; - if(!sI4) - sI4=gsIPrevD; - goPrev=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goPrev; - if(nStyle&BTN_TEXT) - sText=goPrev.sText - - if(nStyle&BTN_IMG) - sI=getImage(goPrev,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="blankblock") - { - gaButtons[nBtn]=null; - gaTypes[nBtn]=sType; - } - else if(sType=="websearch") - { - var svTitle="WebSearch"; - sButton=""; - if(!sI1) - sI1=gsIWebSearch; - if(!sI4) - sI4=gsIWebSearchD; - goWebSearch=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goWebSearch; - if(nStyle&BTN_TEXT) - sText=goWebSearch.sText - - if(nStyle&BTN_IMG) - sI=getImage(goWebSearch,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - } - else if(sType.indexOf("custom")==0) - { - var nCusBtnIdx=goCusButton.length; - goCusButton[nCusBtnIdx]=new cusButton(sType,sTitle,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goCusButton[nCusBtnIdx]; - var re=new RegExp("\"","g"); - var svTitle=sTitle.replace(re, """); - if(sHref&&sHref.length!=0) - { - sButton=""; - if(nStyle&BTN_TEXT) - sText=sTitle; - if(nStyle&BTN_IMG) - sI+=getImage(goCusButton[nCusBtnIdx],sTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - } - if(sButton.length!=0) - { - var btnClass=""; - if(sText||bMini) - btnClass="clsBtnNormal"; - else - btnClass="clsNoBNormal"; - - if(!bState) - { - if(bHref) - gaButtons[nBtn]=""+sButton+""; - else - gaButtons[nBtn]=""+sButton+""; - } - else - gaButtons[nBtn]=""+sButton+""; - gaTypes[nBtn]=sType; - } - - if(sType=="avenuesel") - addAvenueSelection(); - else if(sType=="searchform") - addSearchForm(); - else if(sType=="banner") - { - if(!sI1) - sI1=gsIBanner; - addBanner(sI1); - } -} - -function isShowHideEnable() -{ - if(gbIE4) - return true; - else - return false; -} - -function genButton(sText,sI,nStyle) -{ - var sButton=""; - var sShowText=_textToHtml(sText); - if (gbNav4 && !gbNav6) - sShowText += " "; - if(sText!=""&&sI!="") - { - if(nStyle&BTN_IMG_TOP) - sButton+=sI+"
      "+ sShowText; - else if(nStyle&BTN_IMG_BOTTOM) - sButton+=sText+"
      "+sI; - else if(nStyle&BTN_IMG_RIGHT) - sButton+=sText+" "+sI; - else - sButton+=sI+" "+sShowText; - } - else if(sText!="") - { - sButton+=sShowText; - } - else if(sI!="") - { - sButton+=sI; - } - return sButton; -} - -function searchB() -{ - var onMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null); - SendMessage(onMsg); - - var oMsg=new whMessage(WH_MSG_SEARCHTHIS,this,1,document.searchForm.searchString.value); - if(!SendMessage(oMsg)) - gstrSearch=document.searchForm.searchString.value; - else - gstrSearch=""; -} - -function ReSortToolbarButtons() -{ - var bSearchEnabled=isSearchEnabled(); - var strOrder=""; - var oMsg=new whMessage(WH_MSG_TOOLBARORDER,this,1,null); - if(SendMessage(oMsg)) - { - strOrder=oMsg.oParam; - } - if(strOrder.length>0) - { - gaOrders=strOrder.split("|"); - var aTempButtons=new Array(); - var ti=0; - for(var si=0;si0) - { - gaOrders=strOrder.split("|"); - var aTempButtons=new Array(); - var ti=0; - for(var si=0;si0) - { - var strHeight="100%"; - var strWidth="100%"; - if (gbNav4) - { - strHeight=window.innerHeight-4; - strWidth=window.innerWidth-4; - } - if (gbIE4) - { - strHeight=document.body.clientHeight-4; - strWidth=document.body.clientWidth-4; - } - if(gbNav6) - sHTML=""; - else - sHTML="
      "; - if((gnButtonLayout&LAYOUT)==HLAYOUT) - { - sHTML+=""; - for(var i=0;i"; - } - sHTML+=""; - } - else - { - for(var i=0;i"+gaButtons[i]+""; - else - sHTML+=""; - } - } - if(gbNav6) - sHTML+="
      "; - else - sHTML+=""; - } - document.write(sHTML); - if(document.body) - document.body.onselectstart=onSelect; - updateAveButton(); -} - -function hasNavPane() -{ - if(gnHasNavPane==-1) - { - gnHasNavPane=0; - var oParam=new Object(); - oParam.bVisible=false; - var oMsg=new whMessage(WH_MSG_ISPANEVISIBLE,this,1,oParam); - if(SendMessage(oMsg)) - { - if(oParam.bVisible) - gnHasNavPane=1; - } - - } - if(gnHasNavPane==1) - return true; - else - return false; -} - -function getTocInfo() -{ - var oParam=new Object(); - oParam.oTocInfo=null; - var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam); - if(SendMessage(oMsg)) - { - goTocInfo=oParam.oTocInfo; - gbTocInfoInited=true; - } -} - -function onBtnClick(e) -{ - var oEl=null; - var oElo=null; - if(gbNav6) - { - oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oElo=event.srcElement; - oEl=oElo; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - if(oElo.tagName=="A"||oElo.tagName=="IMG") return true; - var oaA=getElementsByTag(oElo,"A"); - if(oaA&&oaA.length) - { - var oA=oaA[0]; - if(gbNav6) - { - var sCmd=oA.getAttribute("onclick"); - var nCmd=sCmd.indexOf("return false;"); - if(nCmd!=-1); - sCmd=sCmd.substring(0,nCmd); - setTimeout(sCmd,1); - } - else - oA.onclick(); - } -} - -function onBtnMouseDown(e,nBtn) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>2) - { - if(gaObjBtns[nBtn].aIs[2]) - oIs[0].src=gaObjBtns[nBtn].aIs[2]; - } - var sState=getState(oEl); - if(sState!="disable") - { - oEl.className=sPF+"Down"; - } -} - -function onBtnMouseUp(e,nBtn) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3) - { - if(gaObjBtns[nBtn].aIs[3]) - oIs[0].src=gaObjBtns[nBtn].aIs[3]; - } - } - else - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0) - { - if(gaObjBtns[nBtn].aIs[0]) - oIs[0].src=gaObjBtns[nBtn].aIs[0]; - } - } - if(goEl==oEl) - { - if(sState!="down"&&sState!="disable") - { - oEl.className=sPF+"Up"; - } - } -} - -function getState(oEl) -{ - var sState=""; - if(gbNav6||gbOpera) - sState=oEl.getAttribute("state"); - else - if(oEl.state) - sState=oEl.state; - return sState; -} - -function onBtnMouseOver(e,nBtn) -{ - markButton(e); - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - if(sState=="down") - oEl.className=sPF+"Down"; - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>4) - { - if(gaObjBtns[nBtn].aIs[4]) - oIs[0].src=gaObjBtns[nBtn].aIs[4]; - } - } - else - { - oEl.className=sPF+"Up"; - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>1) - { - if(gaObjBtns[nBtn].aIs[1]) - oIs[0].src=gaObjBtns[nBtn].aIs[1]; - } - } -} - -function onBtnMouseOut(e,nBtn) -{ - goEl=null; - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3) - { - if(gaObjBtns[nBtn].aIs[3]) - oIs[0].src=gaObjBtns[nBtn].aIs[3]; - } - if(sState=="down") - oEl.className=sPF+"Down"; - } - else - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0) - { - if(gaObjBtns[nBtn].aIs[0]) - oIs[0].src=gaObjBtns[nBtn].aIs[0]; - } - oEl.className=sPF+"Normal"; - } -} - -function showToc() -{ - var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null) - SendMessage(oMsg); -} - -function showIndex() -{ - var oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null) - SendMessage(oMsg); -} - -function showFts() -{ - var oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null) - SendMessage(oMsg); -} - -function showGlossary() -{ - var oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null) - SendMessage(oMsg); -} - -function syncWithShow() -{ - if(!gbTocInfoInited) - { - getTocInfo(); - } - if(goTocInfo) - { - showToc(); - var oParam=goTocInfo; - var oMsg=new whMessage(WH_MSG_SYNCTOC,this,1,oParam); - SendMessage(oMsg); - } -} - -function markButton(e) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - oEl=event.srcElement; - while(oEl&&oEl.tagName!="TD") oEl=getParentNode(oEl); - if(oEl) - goEl=oEl; -} - -function showHidePane() -{ - var oMsg=null; - if(hasNavPane()) - oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null); - else - oMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null); - SendMessage(oMsg); -} - -function goAveNext() -{ - goAvenue(true); -} - -function goAvePrev() -{ - goAvenue(false); -} - -function doWebSearch() -{ - if (goWebSearchEnable) - { - var oMsg=new whMessage(WH_MSG_WEBSEARCH,this,1,null); - SendMessage(oMsg); - } -} - -function goAvenue(bNext) -{ - var oMsg=null; - initAveButtonObj(); - gsCurAveName=getCurrentAveName(); - if(gbNav4&&!gbNav6) - { - if(bNext) - { - gaAvenues=null; - updateAvenue(); - oMsg=new whMessage(WH_MSG_NEXT,this,1,null); - SendMessage(oMsg); - } - else if(!bNext) - { - gaAvenues=null; - updateAvenue(); - oMsg=new whMessage(WH_MSG_PREV,this,1,null); - SendMessage(oMsg); - } - } - else - { - if(bNext&&goNextParent) - { - var sState=getState(goNextParent); - if(sState!="disable") - { - gaAvenues=null; - gbNeedUpdateAve=true; - gbUpdateTimerCount++; - setTimeout("updateAvenueIfNeeded();", 2000); - oMsg=new whMessage(WH_MSG_NEXT,this,1,null); - SendMessage(oMsg); - } - } - else if(!bNext&&goPrevParent) - { - var sState=getState(goPrevParent); - if(sState!="disable") - { - gaAvenues=null; - gbNeedUpdateAve=true; - gbUpdateTimerCount++; - setTimeout("updateAvenueIfNeeded();", 2000); - oMsg=new whMessage(WH_MSG_PREV,this,1,null); - SendMessage(oMsg); - } - } - } -} - -function window_Unload() -{ - if(!gbNav4||gbNav6) - { - UnRegisterListener2(this,WH_MSG_GETSEARCHS); - UnRegisterListener2(this,WH_MSG_PANESTATUE); - UnRegisterListener2(this,WH_MSG_SYNCINFO); - UnRegisterListener2(this,WH_MSG_PANEINFO); - UnRegisterListener2(this,WH_MSG_AVENUEINFO); - UnRegisterListener2(this,WH_MSG_GETCURRENTAVENUE); - UnRegisterListener2(this,WH_MSG_ENABLEWEBSEARCH); - UnRegisterListener2(this,WH_MSG_INITSEARCHSTRING); - UnRegisterListener2(this,WH_MSG_NOSEARCHINPUT); - UnRegisterListener2(this,WH_MSG_NOSYNC); - } -} - -function window_OnLoad() -{ - if(!gbOpera7&&document.body) - { - if(gsBgImage&&gsBgImage.length>0) - { - document.body.background=gsBgImage; - } - if(gsBgColor&&gsBgColor.length>0) - { - document.body.bgColor=gsBgColor; - } - } - doCusOnLoad(); - var oMsg=new whMessage(WH_MSG_GETPANEINFO,this,1,null); - if(SendMessage(oMsg)) - { - setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1); - } - if (!gaAvenues) - { - var oMsg2=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object()); - if(SendMessage(oMsg2)) - { - gaAvenues=oMsg2.oParam.aAvenues; - gbNeedUpdateAve=false; - setTimeout("updateAvenue();",1); - } - } -} - -function onSendMessage(oMsg) -{ - var nMsgId=oMsg.nMessageId; - if(nMsgId==WH_MSG_GETSEARCHS) - { - if(document.searchForm&&document.searchForm.searchString) - { - oMsg.oParam.sValue=document.searchForm.searchString.value; - return false; - } - } - else if(nMsgId==WH_MSG_PANESTATUE) - { - if(oMsg.oParam=="visible") - { - if(isShowHideEnable()) - setTimeout("flipShowHide(true);",1); - setTimeout("showPaneButton();",1); - } - else - { - if(isShowHideEnable()) - setTimeout("flipShowHide(false);",1); - setTimeout("hidePaneButton();",1); - } - } - else if(nMsgId==WH_MSG_PANEINFO) - { - if(oMsg.oParam) - setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1); - else - setTimeout("hidePaneButton();",1); - } - else if(nMsgId==WH_MSG_SYNCINFO) - { - if(oMsg.oParam) - goTocInfo=oMsg.oParam; - else - goTocInfo=null; - gbTocInfoInited=true; - } - else if(nMsgId==WH_MSG_AVENUEINFO) - { - gaAvenues=oMsg.oParam; - gbNeedUpdateAve=false; - setTimeout("updateAvenue();",1); - } - else if(nMsgId==WH_MSG_GETCURRENTAVENUE) - { - var sAveName=getCurrentAvenue(); - if(sAveName!="") - { - oMsg.oParam.sAvenue=sAveName; - return false; - } - else - return true; - } - else if(nMsgId==WH_MSG_ENABLEWEBSEARCH) - { - setTimeout("updateWebSearch("+oMsg.oParam+");",1); - } - else if(nMsgId==WH_MSG_INITSEARCHSTRING) - { - if(gstrSearch!="") - { - oMsg.oParam=gstrSearch; - gstrSearch=""; - return false; - } - } - else if(nMsgId==WH_MSG_NOSEARCHINPUT) - { - var oSearchInput = getElement("searchInput"); - if (oSearchInput) - { - oSearchInput.style.visibility = "hidden"; - return false; - } - } - else if(nMsgId==WH_MSG_NOSYNC) - { - var oSync = getElement("btnsynctoc"); - if (oSync) - { - oSync.style.visibility = "hidden"; - return false; - } - } - return true; -} - -function getCurrentAvenue() -{ - var strAveName=""; - var oSelect=getElement("avenue"); - if(oSelect) - { - strAveName=oSelect.value; - } - return strAveName; -} - -function initBtn() -{ - var oBtn=null; - oBtn=getElement("btntoc"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnidx"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnfts"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnglo"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - gbInitBtn=true; -} - -function showPaneButton() -{ - flipPaneButton(gsPane); -} - -function hidePaneButton() -{ - flipPaneButton(""); -} - -function flipPaneButton(sPane) -{ - if (sPane) - gsPane=sPane; - if(!gbInitBtn) - initBtn(); - - var oUp=null; - if(sPane) - { - oUp=getElement("btn"+sPane); - } - for(var i=0;i0) - { - var strClassName=oaA[0].className; - oaA[0].className="btnsel"+strClassName.substring(3); - } - } - var oIs=getElementsByTag(oEl,"img"); - var oBtn=getButtonObjByType(gaBtns[i].id.substring(3)); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3) - { - if(oBtn.aIs[3]) - oIs[0].src=oBtn.aIs[3]; - } - } - } - else - { - var oEl=getParentNode(gaBtns[i]); - var sState=getState(oEl); - var sPF=oEl.className.substring(0,6); - if(sState=="down") - { - setState(oEl,"up"); - if(oEl==goEl) - oEl.className=sPF+"Up"; - else - oEl.className=sPF+"Normal"; - - if(sPF=="clsBtn") - { - if(gaBtns[i].id) - { - var sColor=getBtnColor(gaBtns[i].id.substring(3),false); - if(sColor) - { - oEl.style.backgroundColor=sColor - } - else - { - oEl.style.backgroundColor=""; - } - } - - var oaA=getElementsByTag(oEl,"A"); - if(oaA.length>0) - { - var strClassName=oaA[0].className; - oaA[0].className="btn"+strClassName.substring(6); - } - } - var oIs=getElementsByTag(oEl,"img"); - var oBtn=getButtonObjByType(gaBtns[i].id.substring(3)); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0) - { - if(oBtn.aIs[0]) - oIs[0].src=oBtn.aIs[0]; - } - } - } - } - } -} - -function flipShowHide(bShow) -{ - gnHasNavPane=-1; - var oA=getElement("btnshowhide"); - if(oA) - { - var oEl=getParentNode(oA); - var sPF=oEl.className.substring(0,6); - if(oEl&&oEl.state) - { - if(bShow) - { - oEl.state="down"; - oEl.className=sPF+"Down"; - } - else - { - oEl.state="up"; - - if(oEl==goEl) - oEl.className=sPF+"Up"; - else - oEl.className=sPF+"Normal"; - } - } - oA.innerHTML=getShowHide(); - } -} - -function cusOnClick(nIdx) -{ - if(goCusButton.length>nIdx) - { - var sOnClick=goCusButton[nIdx].sOnClick; - if(sOnClick&&sOnClick.length>0) - { - if(!gbPreview) - eval(sOnClick); - return false; - } - } - return true; -} - -function cusOnMouseOver(nIdx) -{ - if(goCusButton.length>nIdx) - { - var sOnMouseOver=goCusButton[nIdx].sOnMouseOver; - if(sOnMouseOver&&sOnMouseOver.length>0) - { - if(!gbPreview) - eval(sOnMouseOver); - return false; - } - } - return true; -} - -function doCusOnLoad() -{ - if(!gbPreview&&gaOrders) - { - for(var i=0;ii+7) - { - if (cusButton.arguments[7+i]) - this.aIs[i]=_getFullPath(_getPath(document.location.href),cusButton.arguments[7+i]); - else - this.aIs[i]=""; - i++; - } - if(sOnLoad) - { - registerOnLoad(sOnLoad,sType); - } -} - -function getBtnColor(sType,bSel) -{ - var aBtnColors=null; - if(bSel) - aBtnColors=gaSelBtnBgColor; - else - aBtnColors=gaBtnBgColor; - if(aBtnColors) - { - for(var i=0;i - - - @@ -38,5 +35,6 @@ + diff --git a/doc/salome/gui/SUPERV/whxdata/whfts.xml b/doc/salome/gui/SUPERV/whxdata/whfts.xml index 799655d..f559c27 100755 --- a/doc/salome/gui/SUPERV/whxdata/whfts.xml +++ b/doc/salome/gui/SUPERV/whxdata/whfts.xml @@ -2,6 +2,6 @@ - + diff --git a/doc/salome/gui/SUPERV/whxdata/whfwdata0.xml b/doc/salome/gui/SUPERV/whxdata/whfwdata0.xml index 9f5e2be..db8e535 100755 --- a/doc/salome/gui/SUPERV/whxdata/whfwdata0.xml +++ b/doc/salome/gui/SUPERV/whxdata/whfwdata0.xml @@ -1,480 +1,474 @@ - 22,33, - 8,16,19,20,2,22,23,28,31,33,34, + 20,30, + 8,15,18,19,2,20,21,25,28,30,31, 6, - 33, - 8,16,19,20,2,23,28,31,34, + 30, + 8,15,18,19,2,21,25,28,31, 6, - 16,34, + 15,31, 6, - 1,24,5,19,26, - 7,29, + 1,5,18,23, + 7,26, 6, 4, - 22, - 6,29,30, - 22,25, - 12,20,28,30,34, - 21,34, - 22,36, - 3,4,10,22, - 3,4,5,10,19,2,22,23,34, - 1,24,32, - 32, + 20, + 6,26,27, + 20,22, + 12,19,25,27,31, + 35,31, + 20,33, + 3,4,10,20, + 3,4,5,10,18,2,20,21,31, + 1,29, + 29, 0,7, 2, - 4,10,13,14,16,21,23,25,26,32,34, - 9,11,15,23, - 22,33, - 23, - 9,18,20,34, - 2,36,23,25,31, - 4,1,24,5,14,35,17,30,31, - 3,6,15, - 13,22,33, - 4,2,23, - 6,33,34, + 4,10,13,15,21,22,23,29,35,31, + 9,11,14,21, + 20,30, + 21, + 9,17,19,31, + 2,33,21,22,28, + 4,1,5,32,16,27,28, + 3,6,14, + 13,20,30, + 4,2,21, + 6,30,31, 7, - 1,24,5,34, - 10,13,22,23,37,27,29,33, - 1,24,5,22,30, - 23, - 4,6,9,17,20,23, - 32, - 17,22,29, - 22,33, + 1,5,31, + 10,13,20,21,34,24,26,30, + 1,5,20,27, + 21, + 4,6,9,16,19,21, + 29, + 16,20,26, + 20,30, 11, - 36,23,25, + 33,21,22, 2, - 22, - 26,31, - 13,22,33, - 30, - 4,1,24,5,6,10,14,35,16,17,19,20,22,37,28,30,31, - 31, - 21,29,33, + 20, + 23,28, + 13,20,30, + 27, + 4,1,5,6,10,32,15,16,18,19,20,34,25,27,28, + 28, + 26,35,30, 7, - 23, - 35,26,31,34, - 22, - 3,4,15,28,31, - 35,26,29,34, - 21,22,37, - 26, - 18,29,33, + 21, + 32,23,28,31, + 20, + 3,4,14,25,28, + 32,23,26,31, + 20,34,35, + 23, + 17,26,30, 7, - 34, - 21, - 3,1,24,5,6,7,22,26,28,33, - 32, - 6,22, - 3,4,1,24,5,6,9,10,11,35,16,17,19,20,2,26,27,29,30,31,32, + 31, + 35, + 3,1,5,6,7,20,23,25,30, + 29, + 6,20, + 3,4,1,5,6,9,10,11,32,15,16,18,19,2,23,24,26,27,28,29, 4, - 3,4,1,24,5,6,8,9,10,11,12,14,15,35,16,17,19,20,2,36,23,37,26,27,28,29,30,31,32, - 22, + 3,4,1,5,6,8,9,10,11,12,14,32,15,16,18,19,2,33,21,34,23,24,25,26,27,28,29, + 20, 2, - 3,4,26, - 1,24,5,34, - 18,33, - 36, - 0,4,5,7,13,16,17,19,21,22,27,33, - 17, - 0,4,7,18,33, - 1,24,5,34, - 22,33, - 29,34, - 34, - 1,24,5,16, - 0,7,13,2,33,34, - 0,34, + 3,4,23, + 1,5,31, + 17,30, + 33, + 0,4,5,7,13,15,16,18,20,24,35,30, + 16, + 0,4,7,17,30, + 1,5,31, + 20,30, + 26,31, + 31, + 1,5,15, + 0,7,13,2,30,31, + 0,31, 7, - 0,4,21,23,34, - 27, - 0,7,34, - 11,23, - 6,21,23,34, - 4,1,24,5,6,9,10,14,17,19,20,37, - 21, - 22, - 0,6,7,8,18,21,22,32,33,34, - 22, - 4,9,34, - 23, - 0,4,35,22,33, - 33, + 0,4,21,35,31, + 24, + 0,7,31, + 11,21,31, + 6,21,35,31, + 4,1,5,6,9,10,16,18,19,34, + 35, + 20, + 0,6,7,8,17,20,29,35,30,31, + 20, + 4,9,31, + 21, + 0,4,32,20,30, + 30, 7, - 4,9,10,11,15,16,22,37,26,33,34, - 0,4,7,35,16, - 2,23, + 4,9,10,11,14,15,20,34,23,30,31, + 0,4,7,32,15, + 2,21, 4, 2, - 0,4,13,35,18,21,26,29,34, - 6,7,9,10,13,16,19,22,27,29,32,33, - 22,33, - 7,2,22,33, - 0,4,7,13,21,22,33,34, - 4,6,8,35,17,21,2,29,33, - 11,12,34, - 33, + 0,4,13,32,17,23,26,35,31, + 6,7,9,10,13,15,18,20,24,26,29,30, + 20,30, + 7,2,20,30, + 0,4,7,13,20,35,30,31, + 4,6,8,32,16,2,26,35,30, + 11,12,31, + 30, 13, - 32, - 1,24,5,6,7, - 30, - 21, - 4,1,24,5,10,14,35,16,17,19,20,22,28,31, - 14, - 0,2,34, - 13,21, - 6,35,26, - 21, - 21, + 29, + 1,5,6,7, + 27, + 35, + 4,1,5,10,32,15,16,18,19,20,25,28, + 0,2,31, + 13,35, + 6,32,23, + 35, + 35, 13, 4, - 22, - 36,31, - 23,25, - 25, - 22,33, - 3,4,5,7,10,14,15,19,21,36,27, - 4,14,34, - 15, - 33, - 22,33, - 22,36,37,29,33, - 22,33, - 27, - 3,1,24,5,15,16,22,28, - 36, - 13,19,22,29,33, - 22, - 17, - 35,34, - 10,2,22,33, - 0,4,7,8,13,19,21,22,29,33, - 7,8,13,17,21,22,26,29,32,33,34, - 4,14,15,16,34, - 7,16,34, - 16, + 20, + 33,28, + 21,22, + 22, + 20,30, + 3,4,5,7,10,14,18,33,24,35,31, + 4,31, + 14, + 30, + 20,30, + 20,33,34,26,30, + 20,30, + 24, + 3,1,5,14,15,20,25, + 33, + 13,18,20,26,30, + 20, + 16, + 32,31, + 10,2,20,30, + 0,4,7,8,13,18,20,26,35,30,31, + 7,8,13,16,20,23,26,29,35,30,31, + 4,14,15,31, + 7,15,31, + 15, 7, - 22,33, - 3,4,7,15,21, - 34, - 22, - 4,16, - 4,14,15,16,17,19,20,21,36,34, - 33, - 17,21,34, - 17, - 14,16, - 7,22,29,33, - 4,18,2,22,27,29,32,33, + 20,30, + 3,4,7,14,35, + 31, + 20, + 4,15, + 4,14,15,16,18,19,33,35,31, + 30, + 16,35,31, + 16, + 15, + 7,20,26,30, + 4,17,2,20,24,26,29,30, 10, 6, - 0,13,18,21, - 16,26, - 0,4,1,24,5,7,10,35,17,2,22,23,26,29,30,31,33,34, + 0,13,17,35, + 15,23, + 0,4,1,5,7,10,32,16,2,20,21,23,26,27,28,30,31, 2, 4, - 26,31, + 23,28, 6, - 4,7,15,18,21,22,33, - 30, - 33, - 4,16, - 7,13,33, + 4,7,14,17,20,35,30, + 27, + 30, + 4,15, + 7,13,30, 0, - 9,2,22,26,31,33, + 9,2,20,23,28,30, 4,13, - 31, + 28, 2, - 0,4,18, - 0,3,4,1,24,5,6,7,8,9,10,12,13,14,15,16,17,19,20,21,2,22,36,23,25,37,26,27,28,29,31,32,33,34, - 37, - 0,21,27, - 27, - 8,27, + 0,4,17, + 0,3,4,1,5,6,7,8,9,10,12,13,14,15,16,18,19,2,20,33,21,22,34,23,24,25,26,28,29,35,30,31, + 34, + 0,24,35, + 24, + 8,24, 4,6, - 26, - 33, - 21, - 4,22, + 23, + 30, + 35, + 4,20, 6, 7,2, - 29, - 33, - 33, - 33, - 4,10,14,16,19,27,29,30,32, - 3,4,1,24,5,7,8,12,13,14,15,16,20,22,26,27,28,31,33, + 26, + 30, + 30, + 30, + 4,10,15,18,24,26,27,29, + 3,4,1,5,7,8,12,13,14,15,19,20,23,24,25,28,30, 13, - 29, + 26, 13, - 14,19,36,34, + 18,33,31, 2, - 36, - 22, + 33, + 20, 4, - 22, - 7,34, + 20, + 7,31, 4, - 1,24,5,34, - 7,2,22,33, - 22, - 0,22,29,33, - 19, - 22,34, - 22, - 3,4,7,15,18,21,22,33, - 0,3,4,7,13,35,18,2,22,29,31,33,34, - 20,34, - 12,20,28, - 22,33, - 33, + 1,5,31, + 7,2,20,30, + 20, + 0,20,26,30, + 18,31, + 20,31, + 20, + 3,4,7,14,17,20,35,30, + 0,3,4,7,13,32,17,2,20,26,28,30,31, + 19,31, + 12,19,25, + 20,30, + 30, 4, - 21,34, + 35,31, 8, - 4,5,27, - 29, + 4,5,24, + 26, 13, 2, - 21, - 14,15,27,30, - 1,24,5, - 7,8,29, - 8,29, - 22,33, + 35, + 14,24,27, + 1,5, + 7,8,26, + 8,26, + 20,30, 6, - 22,29,33, - 7,8,22,26,29,32,34, - 33, - 36, + 20,26,30, + 7,8,20,23,26,29,31, + 30, + 33, 2, 4, - 4,20,2, - 2,23, - 0,10,11,13,19,21,2,22,23,31,33,34, + 4,19,2, + 2,21, + 0,10,11,13,18,2,20,21,28,35,30,31, 3,4, - 1,24,5,26, - 4,15,21, - 25,30,34, - 17, - 23, - 0,4,22,29,33,34, - 22, - 0,36, - 4,10,12,14,16,19,20,27,28,29,32,34, - 16,23, - 13,22, - 33, - 4,15,27, - 23, - 22, + 1,5,23, + 4,14,35, + 22,27,31, + 16, + 21, + 0,4,20,26,30,31, + 20, + 0,33, + 4,10,12,15,18,19,24,25,26,29,31, + 15,21, + 13,20, + 30, + 4,14,24, + 21, + 20, 0,9, 6, - 3,4,1,24,5,6,9,10,11,14,15,35,16,17,19,20,2,23,26,27,29,30,31,32, - 17,21,34, - 4,6,29, - 22, - 6,7,21,23, - 3,1,24,5,12,14,15,20,28,34, - 4,19,27, - 14,19,23,29,34, - 0,14,21,37,30,34, - 33, - 11,2,23,25, - 4,2,23,34, - 23, - 22,33, - 3,1,24,5,7,16,22,28,33, + 3,4,1,5,6,9,10,11,14,32,15,16,18,19,2,21,23,24,26,27,28,29, + 16,35,31, + 4,6,26, + 20, + 6,7,21,35, + 3,1,5,12,14,19,25,31, + 4,18,24, + 18,21,26,31, + 0,34,27,35,31, + 30, + 11,2,21,22, + 4,2,21,31, + 21, + 20,30, + 3,1,5,7,15,20,25,30, 3, 2, - 4,7,14,18,26,34, - 4,9,10,14,16,28,29,31,34, - 0,4,22,26,32, - 0,3,4,5,6,7,8,10,12,13,15,35,17,18,19,21,2,22,36,25,37,26,28,29,31,32,33,34, - 6,23, - 17, - 21, - 37,26,31, - 34, - 1,24,5,19,28,31, - 0,3,4,7,12,15,18,20,21,2,28,33, - 4,9,14,20, - 29, - 16,21,29,32, + 4,7,17,23,31, + 4,9,10,15,25,26,28,31, + 0,4,20,23,29, + 0,3,4,5,6,7,8,10,12,13,14,32,16,17,18,2,20,33,22,34,23,25,26,28,29,35,30,31, + 6,21, + 16, + 35, + 34,23,28, + 31, + 1,5,18,25,28, + 0,3,4,7,12,14,17,19,2,25,35,30, + 4,9,19, + 26, + 15,26,29,35, 4, - 3,4,1,24,5,8,9,11,12,15,35,17,19,20,2,23,25,26,28,31,32, - 34, + 3,4,1,5,8,9,11,12,14,32,16,18,19,2,21,22,23,25,28,29, + 31, 3, - 23, - 1,24,5,22, - 33, - 7,2,22,33, - 0,3,4,7,13,35,17,18,21,2,22,26,29,31,33,34, - 13,21, - 33, - 4,26,31,33, - 0,4,7,35,17,26,29,31,33, - 3,5,6,8,12,14,15,35,25,28, - 6,34, - 22,33, + 21, + 1,5,20, + 30, + 7,2,20,30, + 0,3,4,7,13,32,16,17,2,20,23,26,28,35,30,31, + 13,35, + 30, + 4,23,28,30, + 0,4,7,32,16,23,26,28,30, + 3,5,6,8,12,14,32,22,25, + 6,31, + 20,30, 4, - 29,33, - 34, - 10,2,36, - 23,25, - 4,21, - 2,23,34, - 3,4,1,24,5,6,8,9,11,14,35,17,20,2,23,37,26,31, - 0,3,4,6,7,11,13,35,18,19,2,22,36,23,26,31,33,34, - 6,23, - 13,15, - 3,12,15,20,22,28, + 26,30, + 10,2,33, + 21,22, + 4,35, + 2,21,31, + 3,4,1,5,6,8,9,11,32,16,19,2,21,34,23,28, + 0,3,4,6,7,11,13,32,17,18,2,20,33,21,23,28,30,31, + 6,21, + 13,14, + 3,12,14,19,20,25, 7, - 7,33, - 21,2,36,25, + 7,30, + 2,33,22,35, 13, - 34, - 18,22,33, - 17, - 21, - 4,7,21, - 21, - 17,22,37,26,33,34, + 31, + 17,20,30, + 16, + 35, + 4,7,35, + 35, + 16,20,34,23,30,31, 4, - 4,7,15,22,27,33, - 23, + 4,7,14,20,24,30, + 21, 6, - 3,12,14,15,19,20,28,34, - 27, + 3,12,14,18,19,25,31, + 24, 2, - 18, + 17, 7, 4, - 34, - 37,26,31, - 7,27, - 16,27, - 25, - 3,26, - 28,34, - 25, - 4,7,18,21,22,36, - 0,6,36, - 19,25,26, + 31, + 34,23,28, + 7,24, + 15,24, + 22, + 3,23, + 25,31, + 22, + 4,7,17,20,33,35, + 0,6,33, + 18,22,23, 3, - 29, - 37,33, - 8,22,29,32,34, - 22,23,33, - 3,4,1,24,5,6,8,9,11,12,15,35,17,20,2,23,37,26,28,31, - 7,8,22,29,30,33, - 18,21,22,26,33, + 26, + 34,30, + 8,20,26,29,31, + 20,21,30, + 3,4,1,5,6,8,9,11,12,14,32,16,19,2,21,34,23,25,28, + 7,8,20,26,27,30, + 17,20,23,35,30, 13, - 4,21,37,30, - 4,14,22,23,26,29, - 16,17,19,21, - 7,15, - 10,14,2,22,36, - 16,19,20, + 4,34,27,35, + 4,20,21,23,26, + 15,16,18,35, + 7,14, + 10,2,20,33, + 15,18,19, 4, - 14, - 3,4,8,12,14,15,16,19,37,28, + 3,4,8,12,14,15,18,34,25, 4, - 14, - 35, - 0,4,7,13,15,35,18,21,22,33, - 5,35,17,22,23,29,31,34, - 22, - 6,22,33, + 32, + 0,4,7,13,14,32,17,20,35,30, + 5,32,16,20,21,26,28,31, + 20, + 6,20,30, 7, 4, - 10,18,22,33, + 10,17,20,30, 4, 2, - 0,4,22,32,33, - 13,21, - 21,34, + 0,4,20,29,30, + 13,35, + 35,31, 13, 13, - 17, - 4,16,19,20,22,28, - 22,36,29,30,32,33, - 8,22,29,33, - 7,22,29,33, - 32,34, - 29,34, - 0,19,26, - 16, + 16, + 4,15,18,19,20,25, + 20,33,26,27,29,30, + 8,20,26,30, + 7,20,26,30, + 29,31, + 26,31, + 0,18,23, + 15, 7, 2, - 7,23,29, - 0,37,26,31,34, - 36, - 36, - 22,33, - 7,14,21,23,27,33, - 0,4,1,24,6,8,9,10,13,15,16,17,19,20,21,2,22,23,25,37,26,27,29,30,32,34, - 14, - 7,8,29,32,34, - 0,4,13,33, - 33, - 8,18,22,26,27,29, + 7,21,26, + 0,34,23,28,31, + 33, + 33, + 20,30, + 7,35, + 0,4,1,6,8,9,10,13,14,15,16,18,19,2,20,21,22,34,23,24,26,27,29,35,30,31, + 7,8,26,29,31, + 0,4,13,30, + 30, + 8,17,20,23,24,26, 4, 6, 0, - 33, - 17, - 26, + 30, + 16, + 23, 4, - 4,22, + 4,20, 6,13, - 7,13,22,36,26,33, - 3,5,6,7,8,12,15,35,22,25,28,33, - 4,10,14,16,19,27,29,30,32, - 18, - 0,18,22,33, - 18,22,33, + 7,13,20,33,23,30, + 3,5,6,7,8,12,14,32,20,22,25,30, + 4,10,15,18,24,26,27,29, + 17, + 0,17,20,30, + 17,20,30, 4, - 13,22,33, - 4,26, - 4,11,13,2,22,33, - 0,3,4,7,13,17,22,31,32,33, - 22,33, + 13,20,30, + 4,23, + 4,11,13,2,20,30, + 0,3,4,7,13,16,20,28,29,30, + 20,30, 4, - 37, - 23, - 3,4,1,24,5,6,8,9,11,14,35,17,20,2,23,37,26,31, - 16,29,30, - 15, - 3,6,7,19,21,22,27,29,33,34, - 34, - 32, - 31, - 0,7,13,35,22,26,31,33,34, - 33, - 4,1,24,5,6,9,10,17,20,23,25,26,27,34, + 34, + 21, + 3,4,1,5,6,8,9,11,32,16,19,2,21,34,23,28, + 15,26,27, + 14, + 3,6,7,18,20,24,26,35,30,31, + 29, + 28, + 0,7,13,32,20,23,28,30,31, + 30, + 4,1,5,6,9,10,16,19,21,22,23,24,31, 2, - 14,25, - 21, - 7,8,29, - 16, - 4,36,23,26, - 6,21, - 22, - 11,22,23,29, - 6,23,29, - 33, - 4,1,24,5,7,9,10,12,13,14,35,17,18,19,2,22,23,26,28,29,30,31,32,33,34, - 4,1,24,6,9,10,14,35,16,17,20,36,23,25,37,27,30, - 6,18, + 22, + 35, + 7,8,26, + 15, + 4,33,21,23, + 6,35, + 20, + 11,20,21,26, + 6,21,26, + 30, + 4,1,5,7,9,10,12,13,32,16,17,18,2,20,21,23,25,26,27,28,29,30,31, + 4,1,6,9,10,32,15,16,19,33,21,22,34,24,27, + 6,17, 4, - 20, - 33, - 16,19,20,36, - 8,26, - 3,4,1,24,5,6,8,9,10,11,12,16,17,19,20,2,23,25,37,26,27,28,29,31,32, + 19, + 30, + 15,18,19,33, + 8,23, + 3,4,1,5,6,8,9,10,11,12,15,16,18,19,2,21,22,34,23,24,25,26,28,29, 2, 6, diff --git a/doc/salome/gui/SUPERV/whxdata/whtdata0.xml b/doc/salome/gui/SUPERV/whxdata/whtdata0.xml index 736f086..0b64c11 100755 --- a/doc/salome/gui/SUPERV/whxdata/whtdata0.xml +++ b/doc/salome/gui/SUPERV/whxdata/whtdata0.xml @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/doc/salome/tui/Makefile.in b/doc/salome/tui/Makefile.in index cff3021..27a9f21 100644 --- a/doc/salome/tui/Makefile.in +++ b/doc/salome/tui/Makefile.in @@ -44,6 +44,8 @@ docs: cp -fr $(srcdir)/SUPERV/HTML/ SUPERV/ rm -fr INPUT +dev_docs: docs + clean: rm -fr SUPERV diff --git a/doc/salome/tui/SUPERV/sources/myheader.html b/doc/salome/tui/SUPERV/sources/myheader.html index 1dc1ce7..d2efb75 100755 --- a/doc/salome/tui/SUPERV/sources/myheader.html +++ b/doc/salome/tui/SUPERV/sources/myheader.html @@ -5,6 +5,7 @@ Main Page +