]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Merge with OCC_development_generic_2006 BR2-D5-38-2003
authorapo <apo@opencascade.com>
Wed, 11 Jan 2006 08:22:02 +0000 (08:22 +0000)
committerapo <apo@opencascade.com>
Wed, 11 Jan 2006 08:22:02 +0000 (08:22 +0000)
doc/salome/MED_index_v3.1.0.html [new file with mode: 0644]
doc/salome/Makefile.in
doc/salome/tui/MED/doxyfile
doc/salome/tui/MED/sources/static/tree.js

diff --git a/doc/salome/MED_index_v3.1.0.html b/doc/salome/MED_index_v3.1.0.html
new file mode 100644 (file)
index 0000000..5217304
--- /dev/null
@@ -0,0 +1,94 @@
+<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+                                                
+  <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+                                                
+  <meta name="GENERATOR"
+ content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+  <title>Med Module Documentation</title>
+</head>
+  <body bgcolor="#cccccc" text="#000000" link="#0000ee" alink="#0000ee"
+ vlink="#551a8b">
+         
+<div align="center">    &nbsp;            
+<center>           
+<center>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
+ &nbsp;&nbsp;</center>
+         
+<table width="96%" align="center">
+            <tbody>
+               <tr>
+            <td><a href="http://www.opencascade.com"><img
+ src="tui/MED/sources/logocorp.gif" border="0" height="46" width="122">
+                 </a></td>
+              <td>                                                      
+                       
+      <div align="right"><a href="http://www.opencascade.org/SALOME/"><img
+ src="tui/MED/sources/application.gif" border="0" height="46"
+ width="108">
+                 </a></div>
+            </td>
+            </tr>
+                                                          
+  </tbody>     
+</table>
+         
+<div align="center">     
+<center>     
+<hr width="100%" size="2">    
+<h1>Med MODULE Documentation</h1>
+                                      </center>
+     </div>
+         
+<table width="96%">
+       <tbody>
+                   
+  </tbody>     
+</table>
+     </center>
+         
+<div align="center">        
+<p> <img src="tui/MED/sources/Application-About.png"
+ alt="Application-About.png" width="30%" height="20%">
+     &nbsp; &nbsp;&nbsp;          </p>
+              </div>
+         
+<center>     
+<table width="96%">
+       <tbody>
+                     
+  </tbody>     
+</table>
+    <br>
+            </center>
+       
+<address> </address>
+     <br>
+        
+<address> </address>
+     
+<center></center>
+        
+<center><br>
+    </center>
+       
+<address> </address>
+     
+<center><big><a href="tui/MED/index.html">TUI Documentation</a></big></center>
+        
+<address> </address>
+     
+<center></center>
+        
+<center><br>
+    <br>
+     </center>
+     </div>
+      <br>
+   <br>
+  <br>
+ <br>
+</body>
+</html>
index b411e327180b02dad2206d809d0497a0870adbad..c19de8770d05a3d170346256ecd6f2f2bd0716df 100644 (file)
@@ -19,7 +19,7 @@ docs:
        @@SETX@; for d in $(SUBDIRS); do        \
           (cd $$d && $(MAKE) $@) || exit 1;    \
        done; \
-       cp -f $(srcdir)/MED_index.html MED_index.html
+       cp -f $(srcdir)/MED_index_v3.1.0.html MED_index_v3.1.0.html
 
 clean:
        @@SETX@; for d in $(SUBDIRS); do        \
@@ -34,10 +34,10 @@ distclean: clean
 install:
        $(MAKE) docs
        (cd tui && $(MAKE) install);
-       cp -f MED_index.html $(docdir)
+       cp -f MED_index_v3.1.0.html $(docdir)
 
 uninstall:
        @@SETX@; for d in $(SUBDIRS); do        \
           (cd $$d && $(MAKE) $@) || exit 1;    \
        done; \
-       rm -fr $(docdir)/MED_index.html
+       rm -fr $(docdir)/MED_index_v3.1.0.html
index 09f901ef78670852cc366b15dc2fa5430a971919..91bd757f29045fd75316f96f24b014aade1e5ce7 100755 (executable)
@@ -3,7 +3,7 @@
 #---------------------------------------------------------------------------
 # Project related configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = "SALOME v.3.1.0a"
+PROJECT_NAME           = "SALOME - MED - v.3.1.0"
 PROJECT_NUMBER         = id#1.1
 OUTPUT_DIRECTORY       = ../
 CREATE_SUBDIRS         = NO
index d410052c45e8d38984fb7644d176ae759ce395dc..9faf73c4f4e46525136c85ca6272021799c7a383 100755 (executable)
@@ -1,4 +1,4 @@
-foldersTree = gFld("<b>SALOME v.2.1.0 </b>", "", "")
+foldersTree = gFld("<b>SALOME v.3.1.0 </b>", "", "")
      insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
 
 aux1 = insFld(foldersTree, gFld("TUI Reference Guide", ""))