/[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 420 by dpavlin, Thu Sep 9 18:25:34 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>
# Line 13  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 46  Line 54 
54        <input type="SUBMIT" value="Pretraži"/><br/>        <input type="SUBMIT" value="Pretraži"/><br/>
55      </form>      </form>
56    
     <a href="bfilter/bfilter.html">thesarus</a>  
     <a href="browse.html">browse</a>  
   
57      <script type="text/javascript">      <script type="text/javascript">
58    
59        if (args.query) {        if (args.query) {
# Line 58  Line 63 
63    
64      </script>      </script>
65    
66    </div>
67    
68    </body>    </body>
69  </html>  </html>

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

  ViewVC Help
Powered by ViewVC 1.1.26