Salome HOME
Merging with WPdev
[modules/smesh.git] / doc / salome / gui / SMESH / whfform.htm
index 87d754ec4c1728c02b5c2a3645bccd8cc08adaf6..0f8f90ab6c9ca2fd3f403b5115b73d98a33e1593 100755 (executable)
-<html>\r
-<head>\r
-<title>Search Form</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation   www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<body bgcolor="#c0c0c0">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whform.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gstrInput = "";\r
-function ftsLookup(bCR)\r
-{\r
-       if (bCR)\r
-       {\r
-               var strInput = document.FtsInputForm.keywordField.value.toUpperCase();\r
-               if (strInput != "") {\r
-                       var oMsg = new whMessage(WH_MSG_SEARCHFTSKEY, this, 1, strInput);\r
-                       if (!SendMessage(oMsg))\r
-                       {\r
-                               gstrInput = strInput;\r
-                       }\r
-                       else\r
-                               gstrInput = "";\r
-               }\r
-\r
-               if (gbMac) {\r
-                       document.FtsInputForm.keywordField.focus();\r
-               }\r
-       }\r
-       return;\r
-}\r
-\r
-function beforeInit()\r
-{\r
-       var oParam = new Object();\r
-       oParam.sValue = "";\r
-       var oMsg = new whMessage(WH_MSG_GETSEARCHS, this, 1, oParam);\r
-       if (SendMessage(oMsg))\r
-       {\r
-               if (oParam.sValue != "" && oParam.sValue != "- Search -")\r
-               {\r
-                       document.FtsInputForm.keywordField.value = oParam.sValue;\r
-                       gfunLookUp(true);\r
-               }\r
-       }\r
-       init(); \r
-}\r
-\r
-function window_unload()\r
-{\r
-       UnRegisterListener2(this, WH_MSG_SHOWTOC);\r
-       UnRegisterListener2(this, WH_MSG_SHOWIDX);\r
-       UnRegisterListener2(this, WH_MSG_SHOWFTS);\r
-       UnRegisterListener2(this, WH_MSG_SHOWGLO);\r
-       UnRegisterListener2(this, WH_MSG_SEARCHTHIS);\r
-       UnRegisterListener2(this, WH_MSG_BACKUPSEARCH);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
-       if (oMsg.nMessageId == WH_MSG_SHOWFTS)\r
-       {\r
-               document.FtsInputForm.keywordField.focus();\r
-       }\r
-       else if (oMsg.nMessageId == WH_MSG_SHOWIDX ||\r
-               oMsg.nMessageId == WH_MSG_SHOWTOC || \r
-               oMsg.nMessageId == WH_MSG_SHOWGLO)\r
-       {\r
-               document.FtsInputForm.keywordField.blur();\r
-       }\r
-       else if (oMsg.nMessageId == WH_MSG_SEARCHTHIS)\r
-       {\r
-               if (oMsg.oParam != "- Search -")\r
-               {\r
-                       document.FtsInputForm.keywordField.value = oMsg.oParam;\r
-                       gfunLookUp(true);\r
-               }\r
-       }\r
-       else if (oMsg.nMessageId == WH_MSG_BACKUPSEARCH)\r
-       {\r
-               if (gstrInput)\r
-               {\r
-                       oMsg.oParam = gstrInput;\r
-                       gstrInput = "";\r
-                       return false;\r
-               }\r
-       }\r
-       return true;\r
-}\r
-\r
-if (window.gbWhForm)\r
-{\r
-       RegisterListener2(this, WH_MSG_SHOWTOC);\r
-       RegisterListener2(this, WH_MSG_SHOWIDX);\r
-       RegisterListener2(this, WH_MSG_SHOWFTS);\r
-       RegisterListener2(this, WH_MSG_SHOWGLO);\r
-       RegisterListener2(this, WH_MSG_SEARCHTHIS);\r
-       RegisterListener2(this, WH_MSG_BACKUPSEARCH);\r
-       gfunLookUp = ftsLookup;\r
-       gfunInit = null;\r
-       gstrFormName = "FtsInputForm"\r
-       gsTitle = "Type in the word(s) to search for:";\r
-       gsTitle = "Type in the word(s) to search for:";\r
-       setGoImage1("");\r
-       \r
-       \r
-       \r
-       \r
-       \r
-       \r
-       setGoText("Go");\r
-       setFont("Title", "Arial","9pt","#000000","normal","normal","none");\r
-       \r
-       \r
-       document.write(getFormHTML());\r
-       writeFormStyle();\r
-       window.onload = beforeInit;\r
-       window.onunload=window_unload;\r
-}\r
-else\r
-       document.location.reload();\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+<html>
+<head>
+<title>Search Form</title>
+
+<meta name="generator" content="RoboHelp by eHelp Corporation   www.ehelp.com">
+<meta name="description" content="WebHelp 5.50">
+</head>
+<style>
+<!--
+body {margin:0;}
+-->
+</style>
+<body bgcolor="#c0c0c0">
+<script language="javascript" src="whver.js"></script>
+<script language="javascript1.2" src="whmsg.js"></script>
+<script language="javascript1.2" src="whproxy.js"></script>
+<script language="javascript1.2" src="whutils.js"></script>
+<script language="javascript1.2" src="whform.js"></script>
+<script language="javascript1.2">
+<!--
+var gstrInput = "";
+function ftsLookup(bCR)
+{
+       if (bCR)
+       {
+               var strInput = document.FtsInputForm.keywordField.value.toUpperCase();
+               if (strInput != "") {
+                       var oMsg = new whMessage(WH_MSG_SEARCHFTSKEY, this, 1, strInput);
+                       if (!SendMessage(oMsg))
+                       {
+                               gstrInput = strInput;
+                       }
+                       else
+                               gstrInput = "";
+               }
+
+               if (gbMac) {
+                       document.FtsInputForm.keywordField.focus();
+               }
+       }
+       return;
+}
+
+function beforeInit()
+{
+       var oParam = new Object();
+       oParam.sValue = "";
+       var oMsg = new whMessage(WH_MSG_GETSEARCHS, this, 1, oParam);
+       if (SendMessage(oMsg))
+       {
+               if (oParam.sValue != "" && oParam.sValue != "- Search -")
+               {
+                       document.FtsInputForm.keywordField.value = oParam.sValue;
+                       gfunLookUp(true);
+               }
+       }
+       init(); 
+}
+
+function window_unload()
+{
+       UnRegisterListener2(this, WH_MSG_SHOWTOC);
+       UnRegisterListener2(this, WH_MSG_SHOWIDX);
+       UnRegisterListener2(this, WH_MSG_SHOWFTS);
+       UnRegisterListener2(this, WH_MSG_SHOWGLO);
+       UnRegisterListener2(this, WH_MSG_SEARCHTHIS);
+       UnRegisterListener2(this, WH_MSG_BACKUPSEARCH);
+}
+
+function onSendMessage(oMsg)
+{
+       if (oMsg.nMessageId == WH_MSG_SHOWFTS)
+       {
+               document.FtsInputForm.keywordField.focus();
+       }
+       else if (oMsg.nMessageId == WH_MSG_SHOWIDX ||
+               oMsg.nMessageId == WH_MSG_SHOWTOC || 
+               oMsg.nMessageId == WH_MSG_SHOWGLO)
+       {
+               document.FtsInputForm.keywordField.blur();
+       }
+       else if (oMsg.nMessageId == WH_MSG_SEARCHTHIS)
+       {
+               if (oMsg.oParam != "- Search -")
+               {
+                       document.FtsInputForm.keywordField.value = oMsg.oParam;
+                       gfunLookUp(true);
+               }
+       }
+       else if (oMsg.nMessageId == WH_MSG_BACKUPSEARCH)
+       {
+               if (gstrInput)
+               {
+                       oMsg.oParam = gstrInput;
+                       gstrInput = "";
+                       return false;
+               }
+       }
+       return true;
+}
+
+if (window.gbWhForm)
+{
+       RegisterListener2(this, WH_MSG_SHOWTOC);
+       RegisterListener2(this, WH_MSG_SHOWIDX);
+       RegisterListener2(this, WH_MSG_SHOWFTS);
+       RegisterListener2(this, WH_MSG_SHOWGLO);
+       RegisterListener2(this, WH_MSG_SEARCHTHIS);
+       RegisterListener2(this, WH_MSG_BACKUPSEARCH);
+       gfunLookUp = ftsLookup;
+       gfunInit = null;
+       gstrFormName = "FtsInputForm"
+       gsTitle = "Type in the word(s) to search for:";
+       gsTitle = "Type in the word(s) to search for:";
+       setGoImage1("");
+       
+       
+       
+       
+       
+       
+       setGoText("Go");
+       setFont("Title", "Arial","9pt","#000000","normal","normal","none");
+       
+       
+       document.write(getFormHTML());
+       writeFormStyle();
+       window.onload = beforeInit;
+       window.onunload=window_unload;
+}
+else
+       document.location.reload();
+//-->
+</script>
+</body>
+</html>