summaryrefslogtreecommitdiff
path: root/template/default/help_no.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/help_no.html')
-rw-r--r--template/default/help_no.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/default/help_no.html b/template/default/help_no.html
index 48e8d0f..c98f917 100644
--- a/template/default/help_no.html
+++ b/template/default/help_no.html
@@ -2,23 +2,23 @@
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=<%! ISO-8859-1 !%>" />
- <title><%! No Help Available !%></title>
+ <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+ <title><?% gettext('No Help Available') %?></title>
<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
- <tmpl_if usercss>
+ <?% IF usercss %?>
<link href="user.css" rel="stylesheet" media="screen" type="text/css" />
- </tmpl_if>
+ <?% END %?>
</head>
<body id="no" class="help" onload="window.focus()">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group">
<tr class="heading">
- <td><h2><%! No Help Available !%></h2></td>
+ <td><h2><?% gettext('No Help Available') %?></h2></td>
</tr>
<tr class="row_even">
<td>
- <%! <p>No help available yet. For adding or changing text please contact <a href="mailto:mail@andreas.vdr-developer.org">mail@andreas.vdr-developer.org</a>.</p> !%>
+ <?% gettext('<p>No help available yet. For adding or changing text please contact <a href="mailto:mail@andreas.vdr-developer.org">mail@andreas.vdr-developer.org</a>.</p>') %?>
</td>
</tr>
</table>