summaryrefslogtreecommitdiff
path: root/templates/ja/header.tmpl.in
blob: 86298ac2110246ea85b641843f6622b3baf1a698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<html>
  <head>
    <link rel="stylesheet" href="/cups.css" type="text/css">
    <link rel="shortcut icon" href="/apple-touch-icon.png" type="image/png">
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    {refresh_page?<meta http-equiv="refresh" content="{refresh_page}">:}
    <meta http-equiv="X-UA-Compatible" content="IE=9">
    <meta name="viewport" content="width=device-width">
    <script type="text/javascript"><!--
      /* Show an error if cookies are disabled */
      function check_cookies() {
	if (!navigator.cookieEnabled) {
	      document.getElementById('body').innerHTML = 'This page uses cookies to prevent common cross-site attacks. Please enable cookies in your browser.';
	}
      }
    --></SCRIPT>
    <title>{title} - CUPS @CUPS_VERSION@@CUPS_REVISION@</title>
  </head>
  <body onload="check_cookies();">
    <div class="header">
      <ul>
	<li><a href="http://www.cups.org/" target="_blank">CUPS.org</a></li>
	<li><a href="/">ホーム</a></li>
	<li><a {SECTION=admin?class="active" :}href="/admin">管理</a></li>
	<li><a {SECTION=classes?class="active" :}href="/classes/">クラス</a></li>
	<li><a {SECTION=help?class="active" :}href="/help/">ヘルプ</a></li>
	<li><a {SECTION=jobs?class="active" :}href="/jobs/">ジョブ</a></li>
	<li><a {SECTION=printers?class="active" :}href="/printers/">プリンター</a></li>
      </ul>
    </div>
    <div class="body">
      <div class="row">
	<h1>{title}</h1>