Project

General

Profile

« Previous | Next » 

Revision 1081

Added by Matthias over 15 years ago

Added more meta tags to backend themes

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14 14
18-July 2009 Matthias Gallas
15
+	Added more meta tags to backend themes
15 16
!	Updated Argos_theme (Thanks to Argos and Luisehahne)
16 17
#	Again added some & to news and form to get more valid output (Thanks to Luisehahne)
17 18
#	Fixed wrong set </form> tag to get valid output (Thanks to Luisehahne)
trunk/wb/admin/login/forgot/index.php
140 140
								'WB_URL' => WB_URL,
141 141
								'ADMIN_URL' => ADMIN_URL,
142 142
								'THEME_URL' => THEME_URL,
143
								'LANGUAGE' => strtolower(LANGUAGE),
143 144
								'TEXT_EMAIL' => $TEXT['EMAIL'],
144 145
								'TEXT_SEND_DETAILS' => $TEXT['SEND_DETAILS'],
145 146
								'TEXT_HOME' => $TEXT['HOME'],
trunk/wb/framework/class.admin.php
139 139
													'CURRENT_USER' => $MESSAGE['START']['CURRENT_USER'],
140 140
													'DISPLAY_NAME' => $this->get_display_name(),
141 141
													'CHARSET' => $charset,
142
													'LANGUAGE' => strtolower(LANGUAGE),
142 143
													'VERSION' => VERSION,
143 144
													'WB_URL' => WB_URL,
144 145
													'ADMIN_URL' => ADMIN_URL,
trunk/wb/framework/class.login.php
386 386
											'MAX_PASSWORD_LEN' => $this->max_password_len,
387 387
											'WB_URL' => WB_URL,
388 388
											'THEME_URL' => THEME_URL,
389
											'LANGUAGE' => strtolower(LANGUAGE),
389 390
											'FORGOTTEN_DETAILS_APP' => $this->forgotten_details_app,
390 391
											'TEXT_FORGOTTEN_DETAILS' => $TEXT['FORGOTTEN_DETAILS'],
391 392
											'TEXT_USERNAME' => $TEXT['USERNAME'],
trunk/wb/templates/classic_theme/templates/header.htt
4 4
<head>
5 5
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="{TEXT_ADMINISTRATION}" />
9
<meta name="keywords" content="{TEXT_ADMINISTRATION}" />
7 10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" />
9 12
{BACKEND_MODULE_CSS}
trunk/wb/templates/classic_theme/templates/login_forgot.htt
4 4
<head>
5 5
<title>Retrieve Login Details</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css">
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="Retrieve Login Details" />
9
<meta name="keywords" content="Retrieve Login Details" />
10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
</head>
9 12
<body onload="document.forgot_pass.email.focus();">
10 13

  
trunk/wb/templates/classic_theme/templates/login.htt
4 4
<head>
5 5
<title>{TEXT_LOGIN}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="{TEXT_LOGIN}" />
9
<meta name="keywords" content="{TEXT_LOGIN}" />
7 10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
</head>
9 12
<body onload="document.login.{USERNAME_FIELDNAME}.focus();">
trunk/wb/templates/wb_theme/templates/header.htt
4 4
<head>
5 5
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="{TEXT_ADMINISTRATION}" />
9
<meta name="keywords" content="{TEXT_ADMINISTRATION}" />
7 10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" />
9 12
{BACKEND_MODULE_CSS}
trunk/wb/templates/wb_theme/templates/login_forgot.htt
4 4
<head>
5 5
<title>Retrieve Login Details</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css">
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="Retrieve Login Details" />
9
<meta name="keywords" content="Retrieve Login Details" />
10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
</head>
9 12
<body onload="document.forgot_pass.email.focus();">
10 13

  
trunk/wb/templates/wb_theme/templates/login.htt
4 4
<head>
5 5
<title>{TEXT_LOGIN}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="{TEXT_LOGIN}" />
9
<meta name="keywords" content="{TEXT_LOGIN}" />
7 10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
</head>
9 12
<body onload="document.login.{USERNAME_FIELDNAME}.focus();">
trunk/wb/templates/argos_theme/templates/login_forgot.htt
4 4
<head>
5 5
<title>Retrieve Login Details</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css">
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="Retrieve Login Details" />
9
<meta name="keywords" content="Retrieve Login Details" />
10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
</head>
9 12
<body onload="document.forgot_pass.email.focus();">
10 13

  
trunk/wb/templates/argos_theme/templates/login.htt
4 4
<head>
5 5
<title>{TEXT_LOGIN}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="{TEXT_LOGIN}" />
9
<meta name="keywords" content="{TEXT_LOGIN}" />
7 10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
</head>
9 12
<body onload="document.login.{USERNAME_FIELDNAME}.focus();">
trunk/wb/templates/argos_theme/templates/header.htt
4 4
<head>
5 5
<title>{WEBSITE_TITLE}&raquo;{TEXT_ADMINISTRATION}-{SECTION_NAME}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="{TEXT_ADMINISTRATION}" />
9
<meta name="keywords" content="{TEXT_ADMINISTRATION}" />
7 10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8 11
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" />
9 12
{BACKEND_MODULE_CSS}

Also available in: Unified diff