source: projects/web/trunk/template/layout-errata.html.erb @ 4519

Revision 4519, 3.2 KB checked in by daisuke, 13 years ago (diff)

ツイートボタンを追加
各ページのタイトルに内容が入るように修正

Line 
1<%
2header=File.open("../../template/header.tmpl")
3footer=File.open("../../template/footer.tmpl")
4%>
5<%= header.read.gsub("<title>Vine Linux</title>","<title>#{$header_title}</title>") %>
6
7<div id="wrapper">
8<!-- start page -->
9<div id="page">
10  <!-- start content -->
11  <div id="content-wide">
12
13<%= yield %>
14
15<br clear="both">
16<div id="ads-bottom-linkunit">
17<script type="text/javascript"><!--
18google_ad_client = "pub-0334540465096658";
19/* vinelinux link-unit */
20google_ad_slot = "4566651758";
21google_ad_width = 728;
22google_ad_height = 15;
23//-->
24</script>
25<script type="text/javascript"
26src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
27</script>
28</div>
29
30  </div><!-- end content-wide -->
31
32  <div class="sidebar2">
33    <ul>
34      <li>
35<!-- SiteSearch Google -->
36<form action="http://www.google.co.jp/cse" id="cse-search-box">
37  <div>
38    <input type="hidden" name="cx" value="partner-pub-0334540465096658:bgcvwkeq43j" />
39    <input type="hidden" name="ie" value="ISO-2022-JP" />
40    <input type="text" name="q" size="21" />
41    <input type="submit" name="sa" value="&#x691c;&#x7d22;" />
42  </div>
43</form>
44<script type="text/javascript" src="http://www.google.co.jp/cse/brand?form=cse-search-box&amp;lang=ja"></script>
45<!-- SiteSearch Google -->
46      </li>
47     
48      <li>
49        <h2>エラッタ情報</h2>
50        <ul>
51          <li><a href="/errata/6x/">Vine Linux 6.x向け</a></li>
52          <li><a href="/errata/5x/">Vine Linux 5.x向け</a></li>
53          <li><a href="/errata/4x/">Vine Linux 4.x向け</a></li>
54        </ul>
55      </li>
56
57      <li>
58        <h2>スポンサード リンク</h2>
59<div class="ads-sidebar">
60<script type="text/javascript"><!--
61google_ad_client = "pub-0334540465096658";
62/* vinelinux sidebar */
63google_ad_slot = "2383955177";
64google_ad_width = 160;
65google_ad_height = 600;
66//-->
67</script>
68<script type="text/javascript"
69src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
70</script>
71</div>
72      </li>
73
74      <li>
75        <h2>ドネーション</h2>
76<!-- Donation by PayPal -->
77<div class="paypal-sidebar">
78<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
79<input type="hidden" name="cmd" value="_s-xclick" />
80<input type="hidden" name="hosted_button_id" value="5823496" />
81<table>
82<tr><td><input type="hidden" name="on0" value="Vine Linux を支援する" />
83Vine Linux を支援する</td></tr><tr><td><select name="os0">
84         <option value="1500">1500 ¥1,500</option>
85         <option value="3000">3000 ¥3,000</option>
86         <option value="5000">5000 ¥5,000</option>
87         <option value="10000">10000 ¥10,000</option>
88         <option value="20,000">20,000 ¥20,000</option>
89         <option value="30,000">30,000 ¥30,000</option>
90</select> </td></tr>
91</table>
92<input type="hidden" name="currency_code" value="JPY" />
93<input type="image"
94       src="https://www.paypal.com/ja_JP/JP/i/btn/btn_paynowCC_LG.gif"
95       border="0" name="submit"
96       alt="PayPal - オンラインで安全・簡単にお支払い" />
97<img alt="" border="0" src="https://www.paypal.com/ja_JP/i/scr/pixel.gif"
98     width="1" height="1" />
99</form>
100</div>
101      </li>
102    </ul>
103  </div>
104  <!-- end sidebars -->
105
106<div style="clear: both;">&nbsp;</div>
107
108<%= footer.read %>
Note: See TracBrowser for help on using the repository browser.