source: projects/web/trunk/template/header.tmpl @ 4474

Revision 4474, 2.7 KB checked in by daisuke, 13 years ago (diff)

add fecebook like and google +1 button.

RevLine 
[1284]1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="ja" lang="ja" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6  <meta http-equiv="content-script-type" content="text/javascript" />
7  <meta http-equiv="content-style-type" content="text/css" />
8  <title>Vine Linux</title>
[1781]9  <link href="/css/layout.css" rel="stylesheet" type="text/css" media="screen,tv,print" />
[1284]10  <link rel="icon" href="/images/vinelogo-trans.png" type="image/png" />
11  <link rel="shortcut icon" href="/images/vinelogo-trans.png" />
[1368]12  <script type="text/javascript">
[1293]13  var _gaq = _gaq || [];
14  _gaq.push(['_setAccount', 'UA-156959-1']);
15  _gaq.push(['_trackPageview']);
16  (function() {
17    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
18    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
19    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
20  })();
[1368]21  </script>
[4474]22  <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
23  {lang: 'ja'}
24  </script>
[1368]25</head>
[1293]26
[1284]27<body>
28
29<!-- HEADER -->
30<div id="toplogo">
31  <img src="/images/logo-vinelinux-nostring.png" alt="Vine Linux" />
32  <div id="toplogo-title">
33  <h1><strong>V</strong>ine<strong>L</strong>inux</h1>
34  <p>- コンパクトで軽量な日本語ディストリビューション -</p>
35  </div>
36
37  <!-- ADs/HEADER -->
38  <div id="ads">
39<script type="text/javascript"><!--
40google_ad_client = "pub-0334540465096658";
41/* 468x60, vinelinux top */
42google_ad_slot = "3130274210";
43google_ad_width = 468;
44google_ad_height = 60;
45//-->
46</script>
47<script type="text/javascript"
48src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
49</script>
50  </div>
51</div>
52<!-- End HEADER -->
53
54<div id="menu">
55  <ul id="main">
56    <li><a class="left" href="/">ホーム</a></li>
[1395]57    <li><a href="/aboutvinelinux.html">Vine Linux</a></li>
[1284]58    <li><a href="/download.html">ダウンロード</a></li>
59    <li><a href="/documentation.html">ドキュメント</a></li>
[1395]60    <li><a href="/books.html">書籍</a></li>
[1284]61    <li><a href="/ml.html">ML</a></li>
[1359]62    <li><a href="/errata.html">エラッタ情報</a></li>
[1284]63    <li><a href="/bts.html">バグ情報</a></li>
64    <li><a href="/projects.html">プロジェクト</a></li>
65    <li><a href="http://planet.vinelinux.org/">開発者ブログ</a></li>
66    <li><a href="http://trac.vinelinux.org/">Wiki</a></li>
67  </ul>
68</div>
69<!-- End Menu -->
Note: See TracBrowser for help on using the repository browser.