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

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

sidebar の並び替え

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      </li>
9
10      <li>
11<!-- SiteSearch Google -->
12<form action="http://www.google.co.jp/cse" id="cse-search-box">
13  <div>
14    <input type="hidden" name="cx" value="partner-pub-0334540465096658:xkym6qy6e3r" />
15    <input type="hidden" name="ie" value="UTF-8" />
16    <input type="text" name="q" size="20" />
17    <input type="submit" name="sa" value="&#x691c;&#x7d22;" />
18  </div>
19</form>
20<script type="text/javascript" src="http://www.google.co.jp/cse/brand?form=cse-search-box&amp;lang=ja"></script>
21<!-- SiteSearch Google -->
22      </li>
23
24      <li>
25        <h2><a href="/donation.html">ドネーション</a></h2>
26<!-- Donation by PayPal -->
27<div class="paypal-sidebar">
28<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
29<input type="hidden" name="cmd" value="_s-xclick" />
30<input type="hidden" name="hosted_button_id" value="5823496" />
31<table>
32<tr><td><input type="hidden" name="on0" value="Vine Linux を支援する" />
33Vine Linux を支援する</td></tr><tr><td><select name="os0">
34         <option value="1500">1500 ¥1,500</option>
35         <option value="3000">3000 ¥3,000</option>
36         <option value="5000">5000 ¥5,000</option>
37         <option value="10000">10000 ¥10,000</option>
38         <option value="20,000">20,000 ¥20,000</option>
39         <option value="30,000">30,000 ¥30,000</option>
40</select> </td></tr>
41</table>
42<input type="hidden" name="currency_code" value="JPY" />
43<input type="image"
44       src="https://www.paypal.com/ja_JP/JP/i/btn/btn_paynowCC_LG.gif"
45       border="0" name="submit"
46       alt="PayPal - オンラインで安全・簡単にお支払い" />
47<img alt="" border="0" src="https://www.paypal.com/ja_JP/i/scr/pixel.gif"
48     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.