File: layersmenu-plain_menu.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 (42 lines) | stat: -rw-r--r-- 1,018 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
<!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>