[Cmake-commits] [cmake-commits] jjomier committed CMake-2.4.html 1.1 1.2 CMake-2.5.html 1.1 1.2 RunningCMake.html 1.1 1.2 about.html 1.2 1.3 blank.html 1.1 1.2 copyright.html 1.2 1.3 documentation.html 1.3 1.4 download.html 1.2 1.3 examples.html 1.1 1.2 index.html 1.4 1.5 install.html 1.2 1.3 mailinglist.html 1.2 1.3 news.html 1.3 1.4 participants.html 1.3 1.4 testing.html 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Mar 6 19:54:40 EST 2008
Update of /cvsroot/CMake/CMakeWeb/HTML2
In directory public:/mounts/ram/cvs-serv8940
Modified Files:
CMake-2.4.html CMake-2.5.html RunningCMake.html about.html
blank.html copyright.html documentation.html download.html
examples.html index.html install.html mailinglist.html
news.html participants.html testing.html
Log Message:
ENH: Fixed search
Index: download.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/download.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** download.html 1 Mar 2008 21:53:30 -0000 1.2
--- download.html 7 Mar 2008 00:54:35 -0000 1.3
***************
*** 22,25 ****
--- 22,34 ----
<META NAME="ROBOTS" CONTENT="ALL">
+ <script language="JavaScript">
+ function SubmitSearch()
+ {
+ var searchText = document.getElementById("searchtext").value;
+ window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
+ return false;
+ }
+ </script>
+
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 39,44 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: participants.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/participants.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** participants.html 6 Mar 2008 16:13:24 -0000 1.3
--- participants.html 7 Mar 2008 00:54:36 -0000 1.4
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: index.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** index.html 6 Mar 2008 16:22:02 -0000 1.4
--- index.html 7 Mar 2008 00:54:36 -0000 1.5
***************
*** 30,33 ****
--- 30,41 ----
</script>
+ <script language="JavaScript">
+ function SubmitSearch()
+ {
+ var searchText = document.getElementById("searchtext").value;
+ window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
+ return false;
+ }
+ </script>
</head>
<body>
***************
*** 38,43 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 46,51 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: mailinglist.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/mailinglist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** mailinglist.html 1 Mar 2008 21:53:30 -0000 1.2
--- mailinglist.html 7 Mar 2008 00:54:36 -0000 1.3
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: CMake-2.4.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/CMake-2.4.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMake-2.4.html 6 Mar 2008 16:13:21 -0000 1.1
--- CMake-2.4.html 7 Mar 2008 00:54:33 -0000 1.2
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: RunningCMake.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/RunningCMake.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** RunningCMake.html 6 Mar 2008 16:13:23 -0000 1.1
--- RunningCMake.html 7 Mar 2008 00:54:34 -0000 1.2
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: news.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/news.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** news.html 6 Mar 2008 16:13:24 -0000 1.3
--- news.html 7 Mar 2008 00:54:36 -0000 1.4
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: testing.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/testing.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** testing.html 1 Mar 2008 21:53:30 -0000 1.2
--- testing.html 7 Mar 2008 00:54:37 -0000 1.3
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: install.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/install.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** install.html 1 Mar 2008 21:53:30 -0000 1.2
--- install.html 7 Mar 2008 00:54:36 -0000 1.3
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: CMake-2.5.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/CMake-2.5.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMake-2.5.html 6 Mar 2008 16:13:22 -0000 1.1
--- CMake-2.5.html 7 Mar 2008 00:54:33 -0000 1.2
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: blank.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/blank.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** blank.html 6 Mar 2008 16:13:23 -0000 1.1
--- blank.html 7 Mar 2008 00:54:35 -0000 1.2
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: about.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/about.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** about.html 6 Mar 2008 22:21:43 -0000 1.2
--- about.html 7 Mar 2008 00:54:34 -0000 1.3
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: documentation.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/documentation.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** documentation.html 6 Mar 2008 16:13:23 -0000 1.3
--- documentation.html 7 Mar 2008 00:54:35 -0000 1.4
***************
*** 22,25 ****
--- 22,34 ----
<META NAME="ROBOTS" CONTENT="ALL">
+ <script language="JavaScript">
+ function SubmitSearch()
+ {
+ var searchText = document.getElementById("searchtext").value;
+ window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
+ return false;
+ }
+ </script>
+
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 39,44 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: copyright.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/copyright.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** copyright.html 1 Mar 2008 21:53:30 -0000 1.2
--- copyright.html 7 Mar 2008 00:54:35 -0000 1.3
***************
*** 21,25 ****
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
!
</head>
<body>
--- 21,32 ----
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
! <script language="JavaScript">
! function SubmitSearch()
! {
! var searchText = document.getElementById("searchtext").value;
! window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
! return false;
! }
! </script>
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 37,42 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
Index: examples.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML2/examples.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** examples.html 1 Mar 2008 18:30:26 -0000 1.1
--- examples.html 7 Mar 2008 00:54:35 -0000 1.2
***************
*** 22,25 ****
--- 22,34 ----
<META NAME="ROBOTS" CONTENT="ALL">
+ <script language="JavaScript">
+ function SubmitSearch()
+ {
+ var searchText = document.getElementById("searchtext").value;
+ window.location = "http://www.google.com/search?q=site%3Awww.cmake.org+"+searchText;
+ return false;
+ }
+ </script>
+
</head>
<body>
***************
*** 30,35 ****
<div id="search">
! <form id="form1" method="post" action="/cgi-bin/htsearch">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
</form>
</div>
--- 39,44 ----
<div id="search">
! <form id="searchform" onSubmit="return SubmitSearch()">
! <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" onfocus="this.value=''"/>
</form>
</div>
More information about the Cmake-commits
mailing list