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