diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-03-23 11:33:16 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-03-23 11:33:16 +0100 |
commit | d652334559b84dded4e4d5c5c9c014232ff10616 (patch) | |
tree | b2d7bca66a9a1a51b7042b75971a7b78b7a72fb1 /template/French-incomplete/index.html | |
parent | 46de243c304867eff807fef1e2fc31c9ad8f2f66 (diff) | |
download | vdradmin-am-0.97-am2b.tar.gz vdradmin-am-0.97-am2b.tar.bz2 |
2005-03-23: 0.97-am2bv0.97-am2b
- added French template (Submitted by Trois Six)
- fixed English/i18n.pl
- removed all "bilder" and "copper" folders in all templates except "Deutsch" and replaced them by links to the folders in "Deutsch".
Diffstat (limited to 'template/French-incomplete/index.html')
-rw-r--r-- | template/French-incomplete/index.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/template/French-incomplete/index.html b/template/French-incomplete/index.html deleted file mode 100644 index 0b9dbdd..0000000 --- a/template/French-incomplete/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> - -<html> - - <head> - <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> - <title>VDR Admin <tmpl_var version> (<tmpl_var host>)</title> - </head> - - <frameset border="0" cols="165,*" frameborder="no" framespacing="0"> - <frame name="nav" noresize src="left.html"> - <frame name="main" noresize src="<tmpl_var loginpage>"> - <noframes> - - <body bgcolor="#ffffff"> - <p></p> - </body> - - </noframes> - </frameset> - -</html> |