File: layersmenu-horizontal_menu-full.ihtml

package info (click to toggle)
libphp-phplayersmenu 3.2.0rc-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,236 kB
  • ctags: 695
  • sloc: php: 2,676; makefile: 68; sh: 20
file content (57 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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>