header.tpl
来自「希望此段源编码能给所有需要它的朋友带去快乐」· TPL 代码 · 共 29 行
TPL
29 行
<!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">
<head>
<title>Piwik › Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{literal}
<script type="text/javascript">
function focusit() {
var formLogin = document.getElementById('form_login');
if(formLogin)
{
formLogin.focus();
}
}
window.onload = focusit;
</script>
{/literal}
<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico">
<link rel="stylesheet" href="plugins/Login/templates/login.css" type="text/css" media="screen" />
</head>
<body class="login">
<!-- shamelessly taken from wordpress 2.5 - thank you guys!!! -->
<div id="logo">
<a href="http://piwik.org" title="{$linkTitle}"><span class="h1"><span style="color: rgb(245, 223, 114);">P</span><span style="color: rgb(241, 175, 108);">i</span><span style="color: rgb(241, 117, 117);">w</span><span style="color: rgb(155, 106, 58);">i</span><span style="color: rgb(107, 50, 11);">k</span> <span class="description"># {'General_OpenSourceWebAnalytics'|translate}</span></span></a>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?