Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-02-25 02:21:27 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-25 02:21:27 +0400
commitd52db895dd56559ac2633e8a2cad4b72d91cea99 (patch)
tree6428257952e5faf11baefe9b64aa5301783e7b9e /plugins/Login/templates/header.tpl
parent9a8a590bae9b801a3c24f6ef76b39db0ee48877b (diff)
Change DOCTYPE to html5
Login page is now HTML5 compatible Embed input icons
Diffstat (limited to 'plugins/Login/templates/header.tpl')
-rw-r--r--plugins/Login/templates/header.tpl13
1 files changed, 5 insertions, 8 deletions
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 7c5a57666c..6a7be43ecf 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -1,14 +1,11 @@
-<!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" dir="ltr">
+<!DOCTYPE html>
+<html>
<head>
<title>{if !$isCustomLogo}Piwik &rsaquo; {/if}{'Login_LogIn'|translate}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="plugins/Login/templates/login.css" />
<meta name="description" content="{'General_OpenSourceWebAnalytics'|translate|escape}" />
-
-
{if isset($forceSslLogin) && $forceSslLogin}
{literal}
@@ -44,14 +41,14 @@
{include file="CoreHome/templates/iframe_buster_body.tpl"}
{include file="default/ie6.tpl"}
<div id="logo">
- {if !$isCustomLogo}<a href="http://piwik.org" alt="Piwik" title="{$linkTitle}">{/if}
- <img src='{$logoLarge}' title="{$linkTitle}" width="240" style='margin-right:20px' />
+ {if !$isCustomLogo}<a href="http://piwik.org" title="{$linkTitle}">{/if}
+ <img src='{$logoLarge}' title="{$linkTitle}" alt="Piwik" width="240" style='margin-right:20px' />
{if $isCustomLogo}{capture name='poweredByPiwik'}
<i><a href="http://piwik.org/" target="_blank">{$linkTitle}</a></i>
{/capture}
{/if}
{if !$isCustomLogo}</a>
- <div class="description"><a href="http://piwik.org" alt="Piwik" title="{$linkTitle}">{$linkTitle}</a>
+ <div class="description"><a href="http://piwik.org" title="{$linkTitle}">{$linkTitle}</a>
<div class="arrow"> </div>
</div>
{/if}