]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/Siman/WebContent/WebHelp/whskin_homepage.htm
Salome HOME
Help contents is updated.
[tools/siman.git] / Workspace / Siman / WebContent / WebHelp / whskin_homepage.htm
1
2 <html>
3 <head><script language="javascript">
4 <!--
5 var sIcon="whstart.ico";
6 var sPath=document.location.href;
7 if (sPath.indexOf("http")!= -1)
8         document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");
9 //-->
10 </script>
11  <title>Salome Study Manager User's Guide</title>
12  <meta name="generator" content="RoboHelp by eHelp Corporation   www.ehelp.com">
13  <meta name="description" content="WebHelp 5.50">
14 </head>
15 <script type="text/javascript" language="javascript" src="whver.js"></script>
16 <script type="text/javascript" language="javascript" src="whutils.js"></script>
17 <script type="text/javascript" language="javascript" src="whmsg.js"></script>
18 <script type="text/javascript" language="javascript" >
19 <!--
20 if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)
21         document.location.reload();
22 //-->
23 </script>
24
25 <script type="text/javascript" language="javascript" src="whstub.js"></script>
26 <script language="javascript">
27 <!--
28 var nWebhelpNavPaneMode = 1;                    //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all
29 var strPaneDHTML  = "whskin_pdhtml.htm";                //whd_nvp10.htm  if tab enabled, whnframe.htm if tab disabled.
30 var strPaneApplet = "whskin_papplet.htm";
31 var strPaneList   = "whskin_plist.htm";
32 var bNoApplet  = false;
33
34 var strPane = "";
35
36 var nViewFrameType = -1;
37
38 if (!window.gAgent)
39 {
40         // low end browser, we don't even try to determine it.
41         document.location = "whnjs.htm";
42 }
43 else
44 {
45         if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari)                              
46                 document.location = "whnjs.htm";
47         else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))
48                 document.location = "whnjs.htm";
49         else if (gbMac && gbIE4 && !gbIE5)              
50                 document.location = "whnjs.htm";
51         //figure out which mode is the best
52         else
53         {
54                 nViewFrameType=nWebhelpNavPaneMode;
55                 if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)
56                 {
57                         var gbDHTML=(nWebhelpNavPaneMode==1);
58                         if (gbNav4)                                                                             nViewFrameType = 2;
59                         if (gbNav4&&(gnVerMinor < 4.1))                                         nViewFrameType = 3;
60                         if (gbNav4&&(gnVerMinor == 4.6))                                        nViewFrameType = 3;
61                         if (gbIE4&&gbDHTML)                                                                     nViewFrameType = 1;
62                         if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2)                     nViewFrameType = 3;
63                         if (gbNav4&&gbSunOS&&nViewFrameType==2)                 nViewFrameType = 3;
64                         if (gbNav6&&gbDHTML)                                                            nViewFrameType = 1;
65                         if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2)         nViewFrameType = 3;
66                         if (gbMac)                                                                                      nViewFrameType = 3;
67                         if (gbOpera7&&nViewFrameType == 2)                                      nViewFrameType = 3;
68                         if ((bNoApplet)&&(nViewFrameType == 2))                         nViewFrameType = 3;
69                 }
70         }
71 }
72
73 if (nViewFrameType!=-1)
74 {
75         var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));
76         //The colordepth of the 16 color on Windows is 1. 
77         if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))
78         {
79            alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");
80            nViewFrameType = 3;
81         }
82
83         //figure out which one is navpane
84         // ReplaceMark:nViewFrameType = 1
85         if (nViewFrameType == 1)
86         {
87                 if (gbNav4 && !gbNav6)
88                         strPane = strPaneList;
89                 else
90                         strPane = strPaneDHTML;
91         }
92         else if (nViewFrameType == 2)
93                 strPane = strPaneApplet;
94         else
95                 strPane = strPaneList;
96 }
97 //-->
98 </script>
99 <script type="text/javascript" language="javascript" src="whstart.js"></script>
100 <script type="text/javascript" language="javascript">
101 <!--
102 if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)
103         document.location = "whnjs.htm";
104
105 function CMRAgent( strID, strURL, strLabel, strFrameAttr )
106 {
107   this.m_strID = strID;
108   this.m_strURL = strURL;
109   this.m_strLabel = strLabel;
110   this.m_strFrameAttr = strFrameAttr;
111 }
112
113 function CMRServer()
114 {
115   this.m_cAgents = new Array;
116 }
117 var cMRServer = new CMRServer;
118 // GetServerInfo
119 // Registry the agent array handled by webhelp
120 // ReplaceMark:MRServer.strServerData
121 //-->
122 </script>
123
124 <script type="text/javascript" language="javascript">
125 <!--
126 if (nViewFrameType!=-1)
127 {
128         var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\"  frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";
129         document.write(strHTML);
130 }
131 //-->
132 </script>
133
134 <frameset cols="100%,*" frameborder=no border=0>
135   <frame src="whnjs.htm">
136   <frame src="whskin_blank.htm" noresize>
137 </frameset>
138
139 </html>