Revision 267
Added by ryan almost 19 years ago
trunk/wb/admin/interface/header.html | ||
---|---|---|
4 | 4 |
<head> |
5 | 5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title> |
6 | 6 |
<link href="{INTERFACE_DIR}/stylesheet.css" rel="stylesheet" type="text/css" /> |
7 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
7 | 8 |
<script language="javascript" type="text/javascript"> |
8 | 9 |
function confirm_link(message, url) { |
9 | 10 |
if(confirm(message)) location.href = url; |
trunk/wb/admin/login/forgot/template.html | ||
---|---|---|
3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | 4 |
<head> |
5 | 5 |
<title>Retrieve Login Details</title> |
6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
6 | 7 |
<link href="{INTERFACE_URL}/stylesheet.css" rel="stylesheet" type="text/css"> |
7 | 8 |
</head> |
8 | 9 |
<body onload="document.forgot_pass.email.focus();"> |
trunk/wb/admin/login/template.html | ||
---|---|---|
3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | 4 |
<head> |
5 | 5 |
<title>{TEXT_LOGIN}</title> |
6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
6 | 7 |
<link href="{INTERFACE_DIR_URL}/stylesheet.css" rel="stylesheet" type="text/css"> |
7 | 8 |
</head> |
8 | 9 |
<body onload="document.login.{USERNAME_FIELDNAME}.focus();"> |
Also available in: Unified diff
Added charset encoding for admin templates