diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-08 14:33:23 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-08 14:33:23 +0000 |
| commit | 29fe7922708ba93009f6266a241740a03dffeb36 (patch) | |
| tree | 09431fef307a20209d2466706d057298f0a8df6b | |
| parent | ee5da34a3018428d8e291d118bd2e3d22fc38e52 (diff) | |
| download | xxv-29fe7922708ba93009f6266a241740a03dffeb36.tar.gz xxv-29fe7922708ba93009f6266a241740a03dffeb36.tar.bz2 | |
Charset Support. Use template start.tmpl with <?% charset %?> to show used data charset.
| -rw-r--r-- | skins/deltab/widgets/start.tmpl | 4 | ||||
| -rw-r--r-- | skins/deltab/widgets/wait.tmpl | 4 | ||||
| -rw-r--r-- | skins/stone/index.tmpl | 4 | ||||
| -rw-r--r-- | skins/stone/widgets/start.tmpl | 4 | ||||
| -rw-r--r-- | skins/stone/widgets/wait.tmpl | 4 | ||||
| -rw-r--r-- | skins/stone_flat/index.tmpl | 4 | ||||
| -rw-r--r-- | skins/xstyle/index.tmpl | 4 | ||||
| -rw-r--r-- | skins/xstyle/widgets/start.tmpl | 2 |
8 files changed, 15 insertions, 15 deletions
diff --git a/skins/deltab/widgets/start.tmpl b/skins/deltab/widgets/start.tmpl index acd0aa7..aa69505 100644 --- a/skins/deltab/widgets/start.tmpl +++ b/skins/deltab/widgets/start.tmpl @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?% INCLUDE skin.cfg %?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?></title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> diff --git a/skins/deltab/widgets/wait.tmpl b/skins/deltab/widgets/wait.tmpl index e7a02f8..ece6a35 100644 --- a/skins/deltab/widgets/wait.tmpl +++ b/skins/deltab/widgets/wait.tmpl @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> <title>XXV</title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <meta name="robots" content="noindex,noarchive,nofollow" /> diff --git a/skins/stone/index.tmpl b/skins/stone/index.tmpl index 21bffc4..a8cae26 100644 --- a/skins/stone/index.tmpl +++ b/skins/stone/index.tmpl @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?></title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> diff --git a/skins/stone/widgets/start.tmpl b/skins/stone/widgets/start.tmpl index 0c8b07d..45d11d9 100644 --- a/skins/stone/widgets/start.tmpl +++ b/skins/stone/widgets/start.tmpl @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?% INCLUDE skin.cfg %?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?></title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> diff --git a/skins/stone/widgets/wait.tmpl b/skins/stone/widgets/wait.tmpl index 4ce780b..14deedd 100644 --- a/skins/stone/widgets/wait.tmpl +++ b/skins/stone/widgets/wait.tmpl @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> <title>XXV</title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <meta name="robots" content="noindex,noarchive,nofollow" /> diff --git a/skins/stone_flat/index.tmpl b/skins/stone_flat/index.tmpl index 1c63454..5a7c405 100644 --- a/skins/stone_flat/index.tmpl +++ b/skins/stone_flat/index.tmpl @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>XXV</title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <meta name="robots" content="noindex,noarchive,nofollow" /> diff --git a/skins/xstyle/index.tmpl b/skins/xstyle/index.tmpl index 3067c0d..d603992 100644 --- a/skins/xstyle/index.tmpl +++ b/skins/xstyle/index.tmpl @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>XXV</title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <meta name="robots" content="noindex,noarchive,nofollow" /> diff --git a/skins/xstyle/widgets/start.tmpl b/skins/xstyle/widgets/start.tmpl index d371163..43d9811 100644 --- a/skins/xstyle/widgets/start.tmpl +++ b/skins/xstyle/widgets/start.tmpl @@ -8,7 +8,7 @@ <link rel="alternate" type="application/rss+xml" title="RSS-News 1.0" href="http://<?% info.HOST %?>/?cmd=request&data=rss&__version=1"> <link rel="alternate" type="application/rss+xml" title="RSS-News 2.0" href="http://<?% info.HOST %?>/?cmd=request&data=rss&__version=2"> <?% END %?> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=<?% charset %?>"> <meta name="copyright" content="copyright 2004 Xpix"> <!-- Styles --> <link href="style/style.css" type="text/css" rel="stylesheet" /> |
