/[webpac]/trunk2/out/search.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/out/search.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 391 by dpavlin, Wed Jul 21 16:45:47 2004 UTC revision 446 by dpavlin, Tue Sep 14 23:11:40 2004 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC  <!DOCTYPE html PUBLIC
2            "-//W3C//DTD XHTML 1.0 Strict//EN"            "-//W3C//DTD XHTML 1.0 Strict//EN"
3            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hr" lang="hr">
5    <head>    <head>
6      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
7      <title>HIDRA Eurovoc CD</title>      <title>HIDRA Eurovoc CD</title>
8        <script src="js/l2_unescape.js" type="text/javascript"></script>
9      <script src="js/getargs.js" type="text/javascript"></script>      <script src="js/getargs.js" type="text/javascript"></script>
10      <script src="js/search.js" type="text/javascript"></script>      <script src="js/search.js" type="text/javascript"></script>
11      <script src="js/usage.js" type="text/javascript"></script>      <script src="js/usage.js" type="text/javascript"></script>
# Line 12  Line 13 
13    
14    <body>    <body>
15    
16    <span style="background: #e0e0e0;">
17        <a href="search.html"><b>search</b></a> |
18        <a href="thesaurus.html">thesarus</a> |
19        <a href="browse.html">browse</a>
20    </span>
21    
22    <div>
23    
24      <script type="text/javascript">      <script type="text/javascript">
25        var args=getArgs();        var args=getArgs();
26        function select_option(value,text,selected) {        function select_option(value,text,selected) {
# Line 54  Line 63 
63    
64      </script>      </script>
65    
66    </div>
67    
68    </body>    </body>
69  </html>  </html>

Legend:
Removed from v.391  
changed lines
  Added in v.446

  ViewVC Help
Powered by ViewVC 1.1.26