[Lambda-cvs] lambda/templates footer.tpl,NONE,1.1 header.tpl,NONE,1.1 foot.tpl,1.1,NONE head.tpl,1.2
Status: Pre-Alpha
Brought to you by:
ariejan
From: Ariejan de V. <ar...@us...> - 2004-07-07 13:52:02
|
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 --- |