source: projects/web/trunk/template/sidebar2.tmpl @ 4612

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

update paypal code

Line 
1  <div class="sidebar2">
2    <ul>
3      <li>
4        <!-- Google +1 -->
5        <g:plusone size="medium"></g:plusone>
6        <!-- Facebook Like! -->
7        <iframe src="http://www.facebook.com/plugins/like.php?app_id=250950618257737&amp;href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FVine-Linux%2F137362693010812&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
8        <!-- Tweet button -->
9        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-lang="ja">ツイート</a>
10        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
11      </li>
12
13      <li>
14<!-- SiteSearch Google -->
15<form action="http://www.google.co.jp/cse" id="cse-search-box">
16  <div>
17    <input type="hidden" name="cx" value="partner-pub-0334540465096658:xkym6qy6e3r" />
18    <input type="hidden" name="ie" value="UTF-8" />
19    <input type="text" name="q" size="20" />
20    <input type="submit" name="sa" value="&#x691c;&#x7d22;" />
21  </div>
22</form>
23<script type="text/javascript" src="http://www.google.co.jp/cse/brand?form=cse-search-box&amp;lang=ja"></script>
24<!-- SiteSearch Google -->
25      </li>
26
27      <li>
28        <h2><a href="/donation.html">ドネーション</a></h2>
29<!-- Donation by PayPal -->
30<div class="paypal-sidebar">
31<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
32<input type="hidden" name="cmd" value="_s-xclick">
33<input type="hidden" name="hosted_button_id" value="MGE5PXFZTXLTJ">
34<table>
35<tr><td><input type="hidden" name="on0" value="Vine Linux">Vine Linux を支援</td></tr>
36<tr><td><select name="os0">
37        <option value="1500">1500 ¥1,500</option>
38        <option value="3000">3000 ¥3,000</option>
39        <option value="5000">5000 ¥5,000</option>
40        <option value="10000">10000 ¥10,000</option>
41        <option value="20000">20000 ¥20,000</option>
42        <option value="30000">30000 ¥30,000</option>
43</select> </td></tr>
44</table>
45<input type="hidden" name="currency_code" value="JPY">
46<input type="image" src="https://www.paypalobjects.com/ja_JP/JP/i/btn/btn_paynowCC_LG.gif"
47       border="0" name="submit" alt="PayPal- オンラインで安全・簡単にお支払い">
48<img alt="" border="0" src="https://www.paypalobjects.com/ja_JP/i/scr/pixel.gif" width="1" height="1">
49</form>
50</div>
51      </li>
52      <li>
53        <h2>スポンサード リンク</h2>
54<div class="ads-sidebar">
55<script type="text/javascript"><!--
56google_ad_client = "pub-0334540465096658";
57/* vinelinux sidebar */
58google_ad_slot = "2383955177";
59google_ad_width = 160;
60google_ad_height = 600;
61//-->
62</script>
63<script type="text/javascript"
64src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
65</script>
66</div>
67      </li>
68      <li>
69<div class="ads-sidebar-linkunit">
70<script type="text/javascript"><!--
71google_ad_client = "pub-0334540465096658";
72/* 160x90, 作成済み 10/06/18 */
73google_ad_slot = "9261035603";
74google_ad_width = 160;
75google_ad_height = 90;
76//-->
77</script>
78<script type="text/javascript"
79src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
80</script>
81</div>
82      </li>
83
84    </ul>
85  </div>
86  <!-- end sidebars -->
Note: See TracBrowser for help on using the repository browser.