Update of /cvsroot/lambda/lambda/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4179
Added Files:
footer.tpl header.tpl
Removed Files:
foot.tpl head.tpl
Log Message:
- Renamed foot.tpl and head.tpl
- Header.tpl contains static title: Lambda
--- NEW FILE: header.tpl ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Lambda</title>
<link rel="stylesheet" type="text/css" href="/style/main.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
--- head.tpl DELETED ---
--- NEW FILE: footer.tpl ---
</body>
</html>
--- foot.tpl DELETED ---
|