Code

Added modified menu templates, removed unused templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Oct 2007 14:55:52 +0000 (14:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Oct 2007 14:55:52 +0000 (14:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7701 594d385d-05f5-0310-b6e9-bd551577e9d8

17 files changed:
include/php_layers_menu/templates/GOsa_MultiSelectHeaderSubEntry.ihtml [new file with mode: 0644]
include/php_layers_menu/templates/layersmenu-horizontal_menu-full.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-horizontal_menu-keramik-full.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-horizontal_menu-keramik.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-horizontal_menu-old.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-horizontal_menu.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-horizontal_plain_menu-red.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-horizontal_plain_menu.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-plain_menu-green.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-plain_menu.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-sub_menu-galaxy.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-sub_menu-keramik.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-sub_menu-old.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-sub_menu.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-vertical_menu-galaxy.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-vertical_menu-old.ihtml [deleted file]
include/php_layers_menu/templates/layersmenu-vertical_menu.ihtml [deleted file]

diff --git a/include/php_layers_menu/templates/GOsa_MultiSelectHeaderSubEntry.ihtml b/include/php_layers_menu/templates/GOsa_MultiSelectHeaderSubEntry.ihtml
new file mode 100644 (file)
index 0000000..979ef2a
--- /dev/null
@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
+<title>The PHP Layers Menu - Templates</title>
+<link rel="StyleSheet" href="../layersmenu-gtk2.css" type="text/css"></link>
+<style type="text/css">
+<!--
+.submenu       {
+       position: relative;
+       visibility: visible;
+}
+//-->
+</style>
+</head>
+<body>
+
+<pre>
+This is a sub menu template.
+This comment does not appear on the resulting page.
+
+The table tags just inside the first div are needed
+to avoid problems with layers that cross the boundaries of the browsing window
+and to make things work with Opera 6.
+If you are sure that *all* your layers stay inside the browsing window
+and you do not have to support Opera 6
+(or if you will provide a "compatibility" menu version to Opera 6),
+you can safely remove it.
+--
+</pre>
+
+<!-- BEGIN template -->
+
+<div id="{layer_label}" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
+<table border="0" cellspacing="0" cellpadding="0">
+<tr>
+<td nowrap="nowrap">
+<div class="subframe">
+<!-- BEGIN sub_menu_cell -->
+<div id="{refid}" class="item">
+<div style='cursor: pointer;' onClick="send_menu_action('{href}');"{onmouseover}{title}{target}><img
+align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
+alt="" /><!-- BEGIN cell_icon --><img
+align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
+alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
+class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
+border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
+</div>
+<!-- END sub_menu_cell -->
+<!-- BEGIN separator -->
+<div class="separator">&nbsp;</div>
+<!-- END separator -->
+</div>
+</td>
+</tr>
+</table>
+</div>
+
+<!-- END template -->
+
+</body>
+</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_menu-full.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_menu-full.ihtml
deleted file mode 100644 (file)
index 3a3429a..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-gtk2.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal menu template.
-This comment does not appear on the resulting page.
-
-If you eliminate the external table, the menu bar extends and fills
-horizontally the browsing window.
---
-</pre>
-
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td>
-
-<!-- BEGIN template -->
-<!-- beginning of horizontal menu bar -->
-
-<div class="horbar">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<!-- BEGIN horizontal_menu_cell -->
-<td>
-<!-- BEGIN cell_link -->
-<div id="{menu_layer_label}" class="horbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END cell_link -->
-</td>
-<!-- END horizontal_menu_cell -->
-</tr>
-</table>
-</div>
-
-<!-- end of horizontal menu bar -->
-<!-- END template -->
-
-</td>
-</tr>
-</table>
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_menu-keramik-full.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_menu-keramik-full.ihtml
deleted file mode 100644 (file)
index 86620ff..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-keramik.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal menu template.
-This comment does not appear on the resulting page.
-
-If you eliminate the external table, the menu bar extends and fills
-horizontally the browsing window.
---
-</pre>
-
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td>
-<!-- BEGIN template -->
-<!-- beginning of horizontal menu bar -->
-
-<div class="khorbar">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<!-- BEGIN horizontal_menu_cell -->
-<td>
-<!-- BEGIN cell_link -->
-<div id="{menu_layer_label}" class="khorbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END cell_link -->
-</td>
-<!-- END horizontal_menu_cell -->
-</tr>
-</table>
-</div>
-
-<!-- end of horizontal menu bar -->
-<!-- END template -->
-</td>
-</tr>
-</table>
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_menu-keramik.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_menu-keramik.ihtml
deleted file mode 100644 (file)
index 970b65d..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-keramik.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal menu template.
-This comment does not appear on the resulting page.
-
-If you eliminate the external table, the menu bar extends and fills
-horizontally the browsing window.
---
-</pre>
-
-<!-- BEGIN template -->
-<!-- beginning of horizontal menu bar -->
-
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td>
-<div class="khorbar">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<!-- BEGIN horizontal_menu_cell -->
-<td>
-<!-- BEGIN cell_link -->
-<div id="{menu_layer_label}" class="khorbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END cell_link -->
-</td>
-<!-- END horizontal_menu_cell -->
-</tr>
-</table>
-</div>
-</td>
-</tr>
-</table>
-
-<!-- end of horizontal menu bar -->
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_menu-old.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_menu-old.ihtml
deleted file mode 100644 (file)
index f19a82f..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal menu template.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-<!-- beginning of horizontal menu bar -->
-
-<table border="0" cellpadding="2" cellspacing="0" class="darkbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="3" cellspacing="1">
-<tr valign="baseline">
-<!-- BEGIN horizontal_menu_cell -->
-<td class="ivorybodytable" align="center">
-<!-- BEGIN cell_link -->
-<div id="{menu_layer_label}" style="position: relative; visibility: visible;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<script language="JavaScript" type="text/javascript">
-<!--
-if (IE) fixieflm("{menu_layer_label}");
-// -->
-</script>
-<!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon --><a href="{href}"{onmouseover}{title}{target}
-class="phplmold">{text}</a><!-- BEGIN cell_arrow -->&nbsp;<img
-src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->
-</div>
-<!-- END cell_link -->
-</td>
-<!-- END horizontal_menu_cell -->
-</tr>
-</table>
-</td>
-</tr>
-</table>
-
-<!-- end of horizontal menu bar -->
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_menu.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_menu.ihtml
deleted file mode 100644 (file)
index 3c3ecf3..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-gtk2.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal menu template.
-This comment does not appear on the resulting page.
-
-If you eliminate the external table, the menu bar extends and fills
-horizontally the browsing window.
---
-</pre>
-
-<!-- BEGIN template -->
-<!-- beginning of horizontal menu bar -->
-
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td>
-<div class="horbar">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<!-- BEGIN horizontal_menu_cell -->
-<td>
-<!-- BEGIN cell_link -->
-<div id="{menu_layer_label}" class="horbaritem" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-src="{imgwww}{downsrc}" width="{downwidth}" height="{downheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END cell_link -->
-</td>
-<!-- END horizontal_menu_cell -->
-</tr>
-</table>
-</div>
-</td>
-</tr>
-</table>
-
-<!-- end of horizontal menu bar -->
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_plain_menu-red.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_plain_menu-red.ihtml
deleted file mode 100644 (file)
index ccbf352..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal plain menu template with *red* borders.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<table border="0" cellpadding="2" cellspacing="0" class="redbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="5" cellspacing="1" width="100%">
-<tr>
-<!-- BEGIN horizontal_plain_menu_cell -->
-<td class="ivorybodytable" align="left" valign="top">
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<!-- BEGIN plain_menu_cell -->
-<tr>
-<td class="ivorybodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
-</tr>
-<!-- END plain_menu_cell -->
-</table>
-</td>
-<!-- END horizontal_plain_menu_cell -->
-</tr>
-</table>
-</td>
-</tr>
-</table>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-horizontal_plain_menu.ihtml b/include/php_layers_menu/templates/layersmenu-horizontal_plain_menu.ihtml
deleted file mode 100644 (file)
index d771f03..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a horizontal plain menu template.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<table border="0" cellpadding="2" cellspacing="0" class="darkbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="5" cellspacing="1" width="100%">
-<tr>
-<!-- BEGIN horizontal_plain_menu_cell -->
-<td class="phplmbodytable" align="left" valign="top">
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<!-- BEGIN plain_menu_cell -->
-<tr>
-<td class="phplmbodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
-</tr>
-<!-- END plain_menu_cell -->
-</table>
-</td>
-<!-- END horizontal_plain_menu_cell -->
-</tr>
-</table>
-</td>
-</tr>
-</table>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-plain_menu-green.ihtml b/include/php_layers_menu/templates/layersmenu-plain_menu-green.ihtml
deleted file mode 100644 (file)
index d4f7c30..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a plain menu template with *green* borders.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<table border="0" cellpadding="3" cellspacing="0" class="greenbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="10" cellspacing="0">
-<tr>
-<td class="phplmbodytable" align="left">
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<!-- BEGIN plain_menu_cell -->
-<tr>
-<td class="phplmbodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
-</tr>
-<!-- END plain_menu_cell -->
-</table>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-plain_menu.ihtml b/include/php_layers_menu/templates/layersmenu-plain_menu.ihtml
deleted file mode 100644 (file)
index 0131277..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a plain menu template.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="10" cellspacing="0">
-<tr>
-<td class="phplmbodytable" align="left">
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<!-- BEGIN plain_menu_cell -->
-<tr>
-<td class="phplmbodytable" valign="middle" nowrap="nowrap">{nbsp}<a href="{href}"{title}{target} class="phplm">{text}</a></td>
-</tr>
-<!-- END plain_menu_cell -->
-</table>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-sub_menu-galaxy.ihtml b/include/php_layers_menu/templates/layersmenu-sub_menu-galaxy.ihtml
deleted file mode 100644 (file)
index a47cb04..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-galaxy.css" type="text/css"></link>
-<style type="text/css">
-<!--
-.mdksubmenu    {
-       position: relative;
-       visibility: visible;
-}
-//-->
-</style>
-</head>
-<body>
-
-<pre>
-This is a sub menu template.
-This comment does not appear on the resulting page.
-
-The table tags just inside the first div are needed
-to avoid problems with layers that cross the boundaries of the browsing window
-and to make things work with Opera 6.
-If you are sure that *all* your layers stay inside the browsing window
-and you do not have to support Opera 6
-(or if you will provide a "compatibility" menu version to Opera 6),
-you can safely remove it.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<div id="{layer_label}" class="mdksubmenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td nowrap="nowrap">
-<div class="mdksubframe">
-<!-- BEGIN sub_menu_cell -->
-<div id="{refid}" class="mdkitem">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-class="mdkfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END sub_menu_cell -->
-<!-- BEGIN separator -->
-<div class="mdkseparator">&nbsp;</div>
-<!-- END separator -->
-</div>
-</td>
-</tr>
-</table>
-</div>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-sub_menu-keramik.ihtml b/include/php_layers_menu/templates/layersmenu-sub_menu-keramik.ihtml
deleted file mode 100644 (file)
index 2dc2a7f..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-keramik.css" type="text/css"></link>
-<style type="text/css">
-<!--
-.ksubmenu      {
-       position: relative;
-       visibility: visible;
-}
-//-->
-</style>
-</head>
-<body>
-
-<pre>
-This is a sub menu template.
-This comment does not appear on the resulting page.
-
-The table tags just inside the first div are needed
-to avoid problems with layers that cross the boundaries of the browsing window
-and to make things work with Opera 6.
-If you are sure that *all* your layers stay inside the browsing window
-and you do not have to support Opera 6
-(or if you will provide a "compatibility" menu version to Opera 6),
-you can safely remove it.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<div id="{layer_label}" class="ksubmenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td nowrap="nowrap">
-<div class="ksubframe">
-<!-- BEGIN sub_menu_cell -->
-<div id="{refid}" class="kitem">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-class="kfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END sub_menu_cell -->
-<!-- BEGIN separator -->
-<div class="kseparator">&nbsp;</div>
-<!-- END separator -->
-</div>
-</td>
-</tr>
-</table>
-</div>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-sub_menu-old.ihtml b/include/php_layers_menu/templates/layersmenu-sub_menu-old.ihtml
deleted file mode 100644 (file)
index dfbe923..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a sub menu template.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<div id="{layer_label}" style="position: absolute; left: 0; top: 0; visibility: hidden;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="10" cellspacing="0" class="ivorybodytable" width="{abscissaStep}">
-<tr>
-<td>
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<tr>
-<td class="ivorybodytable" colspan="2" nowrap="nowrap">
-<b>{layer_title}</b>
-</td>
-</tr>
-<tr><td colspan="2">&nbsp;</td></tr>
-<!-- BEGIN sub_menu_cell -->
-<tr>
-<td nowrap="nowrap"><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon --></td>
-<td width="100%" class="ivorybodytable" valign="middle" nowrap="nowrap"><a
-href="{href}" id="{refid}"{onmouseover}{title}{target}
-class="phplmold">{text}</a><!-- BEGIN cell_arrow -->&nbsp;<img
-class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow --></td>
-</tr>
-<!-- END sub_menu_cell -->
-<!-- BEGIN separator -->
-
-<!-- END separator -->
-</table>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
-</div>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-sub_menu.ihtml b/include/php_layers_menu/templates/layersmenu-sub_menu.ihtml
deleted file mode 100644 (file)
index 979ef2a..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-gtk2.css" type="text/css"></link>
-<style type="text/css">
-<!--
-.submenu       {
-       position: relative;
-       visibility: visible;
-}
-//-->
-</style>
-</head>
-<body>
-
-<pre>
-This is a sub menu template.
-This comment does not appear on the resulting page.
-
-The table tags just inside the first div are needed
-to avoid problems with layers that cross the boundaries of the browsing window
-and to make things work with Opera 6.
-If you are sure that *all* your layers stay inside the browsing window
-and you do not have to support Opera 6
-(or if you will provide a "compatibility" menu version to Opera 6),
-you can safely remove it.
---
-</pre>
-
-<!-- BEGIN template -->
-
-<div id="{layer_label}" class="submenu" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td nowrap="nowrap">
-<div class="subframe">
-<!-- BEGIN sub_menu_cell -->
-<div id="{refid}" class="item">
-<div style='cursor: pointer;' onClick="send_menu_action('{href}');"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
-</div>
-<!-- END sub_menu_cell -->
-<!-- BEGIN separator -->
-<div class="separator">&nbsp;</div>
-<!-- END separator -->
-</div>
-</td>
-</tr>
-</table>
-</div>
-
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-vertical_menu-galaxy.ihtml b/include/php_layers_menu/templates/layersmenu-vertical_menu-galaxy.ihtml
deleted file mode 100644 (file)
index 2df70e1..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-galaxy.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a vertical menu template.
-This comment does not appear on the resulting page.
-
-The external table is needed to obtain a good formatting on Opera 6
-and to workaround problems for browsers that otherwise do not understand
-the "nowrap", i.e. IE5.
-You can safely remove it if you do not have to support Opera 6 and IE5,
-or if you will provide a "compatibility" menu version for them.
---
-</pre>
-
-<!-- BEGIN template -->
-<!-- beginning of vertical menu bar -->
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td nowrap="nowrap">
-<!-- BEGIN vertical_menu_box -->
-<div id="{menu_name}" class="mdkverbar" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<!-- BEGIN vertical_menu_cell -->
-<div id="{refid}" class="mdkitem">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-class="mdkfwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END vertical_menu_cell -->
-<!-- BEGIN separator -->
-<div class="mdkseparator">&nbsp;</div>
-<!-- END separator -->
-</div>
-<!-- END vertical_menu_box -->
-</td>
-</tr>
-</table>
-<!-- end of vertical menu bar -->
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-vertical_menu-old.ihtml b/include/php_layers_menu/templates/layersmenu-vertical_menu-old.ihtml
deleted file mode 100644 (file)
index 5cb751f..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-old.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a vertical menu template.
-This comment does not appear on the resulting page.
---
-</pre>
-
-<!-- BEGIN template -->
-<!-- beginning of vertical menu bar -->
-
-<table border="0" cellpadding="3" cellspacing="0" class="darkbordertable">
-<tr>
-<td>
-<table border="0" cellpadding="10" cellspacing="0" width="{abscissaStep}">
-<tr>
-<td class="phplmbodytable" align="left">
-<!-- BEGIN vertical_menu_box -->
-<div id="{menu_name}" style="position: relative; visibility: visible;" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<script language="JavaScript" type="text/javascript">
-<!--
-if (IE) fixieflm("{menu_name}");
-// -->
-</script>
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<!-- BEGIN vertical_menu_cell -->
-<tr>
-<td><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon --></td>
-<td class="phplmbodytable" valign="middle" nowrap="nowrap"><a href="{href}"
-id="{refid}"{onmouseover}{title}{target} class="phplmold">{text}</a><!-- BEGIN cell_arrow -->&nbsp;<img
-class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow --></td>
-</tr>
-<!-- END vertical_menu_cell -->
-<!-- BEGIN separator -->
-
-<!-- END separator -->
-</table>
-</div>
-<!-- END vertical_menu_box -->
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
-
-<!-- end of vertical menu bar -->
-<!-- END template -->
-
-</body>
-</html>
diff --git a/include/php_layers_menu/templates/layersmenu-vertical_menu.ihtml b/include/php_layers_menu/templates/layersmenu-vertical_menu.ihtml
deleted file mode 100644 (file)
index 4886e4c..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
-<title>The PHP Layers Menu - Templates</title>
-<link rel="StyleSheet" href="../layersmenu-gtk2.css" type="text/css"></link>
-</head>
-<body>
-
-<pre>
-This is a vertical menu template.
-This comment does not appear on the resulting page.
-
-The external table is needed to obtain a good formatting on Opera 6
-and to workaround problems for browsers that otherwise do not understand
-the "nowrap", i.e. IE5.
-You can safely remove it if you do not have to support Opera 6 and IE5,
-or if you will provide a "compatibility" menu version for them.
---
-</pre>
-
-<!-- BEGIN template -->
-<!-- beginning of vertical menu bar -->
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td nowrap="nowrap">
-<!-- BEGIN vertical_menu_box -->
-<div id="{menu_name}" class="verbar" onmouseover="clearLMTO();" onmouseout="setLMTO();">
-<!-- BEGIN vertical_menu_cell -->
-<div id="{refid}" class="item">
-<a href="{href}"{onmouseover}{title}{target}><img
-align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
-alt="" /><!-- BEGIN cell_icon --><img
-align="top" src="{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
-alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
-class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
-border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
-</div>
-<!-- END vertical_menu_cell -->
-<!-- BEGIN separator -->
-<div class="separator">&nbsp;</div>
-<!-- END separator -->
-</div>
-<!-- END vertical_menu_box -->
-</td>
-</tr>
-</table>
-<!-- end of vertical menu bar -->
-<!-- END template -->
-
-</body>
-</html>