source: projects/web/trunk/template/footer.tmpl @ 10015

Revision 10015, 2.8 KB checked in by daisuke, 8 years ago (diff)

copyright 表記を 2016に変更

Line 
1<!-- link-unit -->
2<div class="ads-link-unit-wide" align="center">
3<div id="google-linkads-1"></div>
4<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
5<!-- vinelinux new link-unit -->
6<script>
7     ad = document.getElementById('google-linkads-1');
8     var adWidth = (typeof ad.getBoundingClientRect === 'function') ?
9     ad.getBoundingClientRect().width : ad.offsetWidth;
10     
11     google_ad_client = "ca-pub-0334540465096658";
12     
13     if ( adWidth >= 728 )      google_ad_param = ["728", "15", "6936914939"];
14     else if ( adWidth >= 468 ) google_ad_param = ["468", "15", "2367114535"];
15     else if ( adWidth >= 200 ) google_ad_param = ["200", "90", "3843847731"];
16     else if ( adWidth >= 180 ) google_ad_param = ["180", "90", "5320580934"];
17     else if ( adWidth >= 160 ) google_ad_param = ["160", "90", "6797314134"];
18     else                       google_ad_param = ["120", "90", "8274047334"];
19     
20     document.write (
21     '<ins class="adsbygoogle" style="display:inline-block;'
22     + 'width:' + google_ad_param[0] + 'px;'
23     + 'height:' + google_ad_param[1] + 'px'
24     + '" data-ad-client="' + google_ad_client
25     + '" data-ad-slot="' + google_ad_param[2]
26     + '"></ins>'
27     );
28     (adsbygoogle = window.adsbygoogle || []).push({});
29</script>
30</div>
31
32<!-- google ads -->
33<div class="koukoku">
34<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
35<!-- vinelinux responsive bottom -->
36<ins class="adsbygoogle"
37     style="display:block"
38     data-ad-client="ca-pub-0334540465096658"
39     data-ad-slot="9390853731"
40     data-ad-format="auto"></ins>
41<script>
42(adsbygoogle = window.adsbygoogle || []).push({});
43</script>
44</div>
45   
46   
47<div class="main4">
48  <a href="http://apt-rpm.org/" target="_blank"><img src="/img/main-4_1.jpg" width="102" height="66"></a>
49  <a href="http://distrowatch.com/table.php?distribution=vine" target="_blank"><img src="/img/main-4_4.jpg" width="96" height="66"></a>
50  <a href="http://vinecaves.com/" target="_blank"><img src="/images/vinecaves.png" width="160" height="64"></a>
51  <a href="http://sssupport.jp/" target="_blank"><img src="/images/smartsequre-small.png" width="220" height="66"></a>
52</div><!--main4-->
53
54
55<div class="footer">
56       <div class="footer-navi">
57         <ul>
58           <li><a href="/projectvine.html">Project Vineについて</a></li>
59           <li><a href="/copyright.html">このサイトについて</a></li>
60           <li><a href="/privacypolicy.html">プライバシーポリシー</a></li>
61           <li><a href="/trademark.html">商標について</a></li>
62           <li><a href="/donation.html">ご協力・ご寄付について</a></li>
63         </ul>
64       </div>
65</div>
66
67<div class="copyright">Copyright &copy; 1998-2016 Project Vine, All Rights Reserved.</div>
68
69
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.