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/tv_flash.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/tv_flash.html')
-rw-r--r-- | template/French/tv_flash.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template/French/tv_flash.html b/template/French/tv_flash.html new file mode 100644 index 0000000..9022318 --- /dev/null +++ b/template/French/tv_flash.html @@ -0,0 +1,16 @@ +<html> +<head> + <title>Fernseher (<tmpl_var host>)</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> + +<body> + <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="100%" height="100%" id="remote" align="middle"> + <param name="allowScriptAccess" value="sameDomain" /> + <param name="movie" value="bilder/remote.swf" /> + <param name="quality" value="high" /> + <param name="bgcolor" value="#ffffff" /> + <embed src="bilder/remote.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="remote" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> + </object> +</body> +</html> |