java/cewolf-1.0/src/site/menu.html
author František Kučera <franta-hg@frantovo.cz>
Sat, 28 Feb 2009 21:31:02 +0100
changeset 1 639991d0808a
permissions -rw-r--r--
Rozbalená knihovna verze 1.0
franta-hg@1
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
franta-hg@1
     2
<html>
franta-hg@1
     3
<head>
franta-hg@1
     4
  <title>Menu</title>
franta-hg@1
     5
  <meta http-equiv="content-type"
franta-hg@1
     6
 content="text/html; charset=ISO-8859-1">
franta-hg@1
     7
  <style type="text/css">body,table,tr,td {margin: 0px;}</style>
franta-hg@1
     8
  <script type="text/javascript">
franta-hg@1
     9
  <!--
franta-hg@1
    10
    normal1 = new Image();
franta-hg@1
    11
    normal1.src = "img/intro_button_off.png";
franta-hg@1
    12
    highlight1 = new Image();
franta-hg@1
    13
    highlight1.src = "img/intro_button_on.png";
franta-hg@1
    14
        
franta-hg@1
    15
    normal2 = new Image();
franta-hg@1
    16
    normal2.src = "img/tutorial_button_off.png";
franta-hg@1
    17
    highlight2 = new Image();
franta-hg@1
    18
    highlight2.src = "img/tutorial_button_on.png";
franta-hg@1
    19
        
franta-hg@1
    20
    normal3 = new Image();
franta-hg@1
    21
    normal3.src = "img/taglib_button_off.png";
franta-hg@1
    22
    highlight3 = new Image();
franta-hg@1
    23
    highlight3.src = "img/taglib_button_on.png";
franta-hg@1
    24
        
franta-hg@1
    25
    normal4 = new Image();
franta-hg@1
    26
    normal4.src = "img/screens_button_off.png";
franta-hg@1
    27
    highlight4 = new Image();
franta-hg@1
    28
    highlight4.src = "img/screens_button_on.png";
franta-hg@1
    29
        
franta-hg@1
    30
    normal5 = new Image();
franta-hg@1
    31
    normal5.src = "img/api_button_off.png";
franta-hg@1
    32
    highlight5 = new Image();
franta-hg@1
    33
    highlight5.src = "img/api_button_on.png";
franta-hg@1
    34
        
franta-hg@1
    35
    normal6 = new Image();
franta-hg@1
    36
    normal6.src = "img/project_button_off.png";
franta-hg@1
    37
    highlight6 = new Image();
franta-hg@1
    38
    highlight6.src = "img/project_button_on.png";
franta-hg@1
    39
        
franta-hg@1
    40
    normal7 = new Image();
franta-hg@1
    41
    normal7.src = "img/downloads_button_off.png";
franta-hg@1
    42
    highlight7 = new Image();
franta-hg@1
    43
    highlight7.src = "img/downloads_button_on.png";
franta-hg@1
    44
        
franta-hg@1
    45
    normal8 = new Image();
franta-hg@1
    46
    normal8.src = "img/faq_button_off.png";
franta-hg@1
    47
    highlight8 = new Image();
franta-hg@1
    48
    highlight8.src = "img/faq_button_on.png";
franta-hg@1
    49
        
franta-hg@1
    50
    function changeImg(nr,obj) {
franta-hg@1
    51
     window.document.images[nr].src = obj.src;
franta-hg@1
    52
    }
franta-hg@1
    53
franta-hg@1
    54
  //-->
franta-hg@1
    55
  </script>
franta-hg@1
    56
</head>
franta-hg@1
    57
<body
franta-hg@1
    58
 style="background-image: url(img/menu_bg.png);">
franta-hg@1
    59
<table cellpadding="0" cellspacing="0" border="0" width="100%">
franta-hg@1
    60
  <tbody>
franta-hg@1
    61
    <tr>
franta-hg@1
    62
      <td valign="top" width="164"><img src="img/menu_corner.png"
franta-hg@1
    63
 alt="menu cornder" width="78" height="26"> </td>
franta-hg@1
    64
    </tr>
franta-hg@1
    65
    <tr>
franta-hg@1
    66
      <td valign="top" align="center"> <a href="brief.html"
franta-hg@1
    67
 target="content" onmouseover="changeImg(1,highlight1)"
franta-hg@1
    68
 onmouseout="changeImg(1,normal1)"> <img src="img/intro_button_off.png"
franta-hg@1
    69
 alt="intro" border="0"> </a> </td>
franta-hg@1
    70
    </tr>
franta-hg@1
    71
    <tr>
franta-hg@1
    72
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
    73
    </tr>
franta-hg@1
    74
    <tr align="center">
franta-hg@1
    75
      <td valign="top"><a href="tutorial.html" target="content"
franta-hg@1
    76
 onmouseover="changeImg(2,highlight2)" onmouseout="changeImg(2,normal2)"> <img
franta-hg@1
    77
 src="img/tutorial_button_off.png" alt="tutorial" width="111"
franta-hg@1
    78
 height="36" border="0"><br>
franta-hg@1
    79
      </a> </td>
franta-hg@1
    80
    </tr>
franta-hg@1
    81
    <tr>
franta-hg@1
    82
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
    83
    </tr>
franta-hg@1
    84
    <tr align="center">
franta-hg@1
    85
      <td valign="top" onmouseover="changeImg(3,highlight3)"
franta-hg@1
    86
 onmouseout="changeImg(3,normal3)"> <a href="taglib.html"
franta-hg@1
    87
 target="content"> <img src="img/taglib_button_off.png" alt="taglib"
franta-hg@1
    88
 width="111" height="36" border="0"><br>
franta-hg@1
    89
      </a> </td>
franta-hg@1
    90
    </tr>
franta-hg@1
    91
    <tr>
franta-hg@1
    92
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
    93
    </tr>
franta-hg@1
    94
    <tr align="center">
franta-hg@1
    95
      <td valign="top" onmouseover="changeImg(4,highlight4)"
franta-hg@1
    96
 onmouseout="changeImg(4,normal4)"> <a href="demo.html" target="content"> <img
franta-hg@1
    97
 src="img/screens_button_off.png" alt="screens" width="111" height="36"
franta-hg@1
    98
 border="0"><br>
franta-hg@1
    99
      </a> </td>
franta-hg@1
   100
    </tr>
franta-hg@1
   101
    <tr>
franta-hg@1
   102
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
   103
    </tr>
franta-hg@1
   104
    <tr align="center">
franta-hg@1
   105
      <td valign="top"> <a href="apidoc/index.html" target="content"
franta-hg@1
   106
 onmouseover="changeImg(5,highlight5)" onmouseout="changeImg(5,normal5)"> <img
franta-hg@1
   107
 src="img/api_button_off.png" alt="api" width="111" height="36"
franta-hg@1
   108
 border="0"><br>
franta-hg@1
   109
      </a> </td>
franta-hg@1
   110
    </tr>
franta-hg@1
   111
    <tr>
franta-hg@1
   112
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
   113
    </tr>
franta-hg@1
   114
    <tr align="center">
franta-hg@1
   115
      <td valign="top"> <a href="http://sourceforge.net/projects/cewolf"
franta-hg@1
   116
 target="new" onmouseover="changeImg(6,highlight6)"
franta-hg@1
   117
 onmouseout="changeImg(6,normal6)"> <img
franta-hg@1
   118
 src="img/project_button_off.png" alt="project" width="111" height="36"
franta-hg@1
   119
 border="0"><br>
franta-hg@1
   120
      </a> </td>
franta-hg@1
   121
    </tr>
franta-hg@1
   122
    <tr>
franta-hg@1
   123
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
   124
    </tr>
franta-hg@1
   125
    <tr align="center">
franta-hg@1
   126
      <td valign="top"> <a
franta-hg@1
   127
 href="http://sourceforge.net/project/showfiles.php?group_id=57282"
franta-hg@1
   128
 target="content" onmouseover="changeImg(7,highlight7)"
franta-hg@1
   129
 onmouseout="changeImg(7,normal7)"> <img
franta-hg@1
   130
 src="img/downloads_button_off.png" alt="downloads" width="111"
franta-hg@1
   131
 height="36" border="0"><br>
franta-hg@1
   132
      </a> </td>
franta-hg@1
   133
    </tr>
franta-hg@1
   134
    <tr>
franta-hg@1
   135
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
   136
    </tr>
franta-hg@1
   137
    <tr align="center">
franta-hg@1
   138
      <td valign="top"> <a href="faq/faq.html" target="content"
franta-hg@1
   139
 onmouseover="changeImg(8,highlight8)" onmouseout="changeImg(8,normal8)"> <img
franta-hg@1
   140
 src="img/faq_button_off.png" alt="FAQ" width="111" height="36"
franta-hg@1
   141
 border="0"><br>
franta-hg@1
   142
      </a> </td>
franta-hg@1
   143
    </tr>
franta-hg@1
   144
    <tr>
franta-hg@1
   145
      <td valign="top" height="5">&nbsp;</td>
franta-hg@1
   146
    </tr>
franta-hg@1
   147
    <tr align="center">
franta-hg@1
   148
      <td valign="top"> <a href="http://sourceforge.net" target="new"
franta-hg@1
   149
 height="30"><img
franta-hg@1
   150
 src="http://sourceforge.net/sflogo.php?group_id=57282&amp;type=5"
franta-hg@1
   151
 height="30" border="0" alt="SourceForge Logo"></a> </td>
franta-hg@1
   152
    </tr>
franta-hg@1
   153
  </tbody>
franta-hg@1
   154
</table>
franta-hg@1
   155
<br>
franta-hg@1
   156
<br>
franta-hg@1
   157
<br>
franta-hg@1
   158
</body>
franta-hg@1
   159
</html>