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

Revision 5936, 1.4 KB checked in by daisuke, 12 years ago (diff)

update copyright notice

Line 
1<div style="clear: both;">&nbsp;</div>
2
3<div id="ads-footer">
4<p class="byline"></p>
5<script type="text/javascript"><!--
6google_ad_client = "pub-0334540465096658";
7/* vinelinux bottom wide */
8google_ad_slot = "6992354029";
9google_ad_width = 728;
10google_ad_height = 90;
11//-->
12</script>
13<script type="text/javascript"
14src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
15</script>
16</div>
17
18<div id="footlinks">
19  <p class="byline"></p>
20  <a href="http://apt-rpm.org/">
21    <img src="/images/apt-rpm.png" alt="apt-rpm" /></a>
22  <a href="http://vinecaves.com/">
23    <img src="/images/vinecaves.png" alt="vinecaves" /></a>
24  <a href="http://www.n-brain.co.jp/">
25    <img src="/images/n-brain-logo.png" alt="Brain" /></a>
26  <a href="http://distrowatch.com/vine">
27    <img src="/images/distrowatch.png" alt="distrowatch" /></a>
28</div>
29<!-- end footlinks -->
30
31</div>
32<!-- end page -->
33</div>
34<div id="footer">
35    <div id="footmenu">
36        <a href="/projectvine.html">Project Vine について</a> |
37        <a href="/copyright.html">このサイトについて</a> |
38        <a href="/privacypolicy.html">プライバシーポリシー</a> |
39        <a href="/donation.html">ご協力・ご寄付について</a> |
40        <a href="http://trac.vinelinux.org/wiki/Vine6/Roadmap">ロードマップ</a>
41    </div>
42    <p><a href="/copyright.html">
43       Copyright &copy;1998-2012 Project Vine, All Rights Reserved.</a></p>
44</div>
45</body>
46</html>
Note: See TracBrowser for help on using the repository browser.