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

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

update paypal code

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="MGE5PXFZTXLTJ">
81<table>
82<tr><td><input type="hidden" name="on0" value="Vine Linux">Vine Linux を支援</td></tr>
83<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="20000">20000 ¥20,000</option>
89        <option value="30000">30000 ¥30,000</option>
90</select> </td></tr>
91</table>
92<input type="hidden" name="currency_code" value="JPY">
93<input type="image" src="https://www.paypalobjects.com/ja_JP/JP/i/btn/btn_paynowCC_LG.gif"
94       border="0" name="submit" alt="PayPal- オンラインで安全・簡単にお支払い">
95<img alt="" border="0" src="https://www.paypalobjects.com/ja_JP/i/scr/pixel.gif" width="1" height="1">
96</form>
97</div>
98      </li>
99    </ul>
100  </div>
101  <!-- end sidebars -->
102
103<div style="clear: both;">&nbsp;</div>
104
105<%= footer.read %>
Note: See TracBrowser for help on using the repository browser.