File: template.html

package info (click to toggle)
lua-gtk 0.9%2B20100528-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,176 kB
  • ctags: 1,934
  • sloc: ansic: 9,571; sh: 373; makefile: 241
file content (33 lines) | stat: -rwxr-xr-x 642 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
    "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
 <meta name="description" content="LuaGnome Homepage #TITLE#">
 <meta name="keywords" content="Lua, Gtk">
 <title>LuaGnome #TITLE#</title>
 <link rel="stylesheet" href="luagnome.css" type="text/css">
</head>

<body>

<div id="header">
 <img width=128 height=128 border=0 alt="LuaGnome Logo" src="img/lua-gnome-logo.png"/>
 <p>Binding to Gnome Libraries for Lua</p>
 <p>#MAINMENU#
 </p>
</div>

<div id="sidemenu">
 #SIDEMENU#
</div>

<div id="content" class="#CONTENTCLASS#">
 <h2>#TITLE#</h2>

 #CONTENT#
</div>

</body>
</html>