File: layout.html

package info (click to toggle)
lua-orbit 2.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,956 kB
  • ctags: 638
  • sloc: sql: 78; sh: 32; makefile: 31; xml: 20
file content (27 lines) | stat: -rw-r--r-- 983 bytes parent folder | download | duplicates (7)
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
$import{"section_list"}

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"><head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Lablua - Home</title>
	 
	<link rel="stylesheet" href="$template_vpath/styles/stylesheet1.css" media="screen">
	<style type="text/css" media="screen">@import url("$template_vpath/styles/stylesheet2.css");</style>
	<link rel="stylesheet" href="$template_vpath/styles/print.css" media="print"></head><body>
<div id="container">
	<div id="header" title="sitename">
		<h1>Lablua</h1>
	</div> 
	<div id="mainnav">
		<ul>
		        <li><a href="$home_url">Home</a></li>
			$section_list{ include_tags = { "menu-%" } }[[<li><a href = "$uri">$title</a></li>]]
		</ul>
	</div>

	$view

	<div id="footer">
		Copyright  Lua.org 2006 <a href="http://www.keplerproject.org/xavante"><img src="$template_vpath/images/xavante.png"/></a>
	</div>
</div>
</body></html>