[Yanel-commits] rev 22809 - public/yanel/trunk/src/webapp

michi at wyona.com michi at wyona.com
Wed Feb 21 09:25:13 CET 2007


Author: michi
Date: 2007-02-21 09:25:10 +0100 (Wed, 21 Feb 2007)
New Revision: 22809

Removed:
   public/yanel/trunk/src/webapp/toolbar.html
Log:
obsolete

Deleted: public/yanel/trunk/src/webapp/toolbar.html
===================================================================
--- public/yanel/trunk/src/webapp/toolbar.html	2007-02-21 00:23:07 UTC (rev 22808)
+++ public/yanel/trunk/src/webapp/toolbar.html	2007-02-21 08:25:10 UTC (rev 22809)
@@ -1,39 +0,0 @@
-<html>
-<head>
-<title>Yanel Toolbar</title>
-
-<script>
-function expand (menu_id, event) {
-alert("Expand: " + menu_id);
-}
-
-function collapse (menu_id) {
-alert("Collapse: " + menu_id);
-}
-</script>
-
-<script>
-menu_file = [
-]
-</script>
-</head>
-<body>
-
-
-<table id="toolbar">
-<tr>
-<td>
-<span onmouseover="expand('file_menu',event)" onmouseout="collapse('file_menu')">File</span>
-</td>
-<td>
-<span onmouseover="expand('edit_menu',event)" onmouseout="collapse('edit_menu')">Edit</span>
-</td>
-<td>
-<span onmouseover="expand('help_menu',event)" onmouseout="collapse('help_menu')">Help</span>
-</td>
-</tr>
-</table>
-
-BODY
-</body>
-</html>




More information about the Yanel-commits mailing list