source: projects/web/branches/VINE_6_0_REL/template/sidebar2.tmpl @ 4482

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

sync with trunk

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>スポンサード リンク</h2>
26<div class="ads-sidebar-linkunit">
27<script type="text/javascript"><!--
28google_ad_client = "pub-0334540465096658";
29/* 160x90, 作成済み 10/06/18 */
30google_ad_slot = "9261035603";
31google_ad_width = 160;
32google_ad_height = 90;
33//-->
34</script>
35<script type="text/javascript"
36src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
37</script>
38</div>
39      </li>
40      <li>
41<div class="ads-sidebar">
42<script type="text/javascript"><!--
43google_ad_client = "pub-0334540465096658";
44/* vinelinux sidebar */
45google_ad_slot = "2383955177";
46google_ad_width = 160;
47google_ad_height = 600;
48//-->
49</script>
50<script type="text/javascript"
51src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
52</script>
53</div>
54      </li>
55
56      <li>
57        <h2><a href="/donation.html">ドネーション</a></h2>
58<!-- Donation by PayPal -->
59<div class="paypal-sidebar">
60<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
61<input type="hidden" name="cmd" value="_s-xclick" />
62<input type="hidden" name="hosted_button_id" value="5823496" />
63<table>
64<tr><td><input type="hidden" name="on0" value="Vine Linux を支援する" />
65Vine Linux を支援する</td></tr><tr><td><select name="os0">
66         <option value="1500">1500 ¥1,500</option>
67         <option value="3000">3000 ¥3,000</option>
68         <option value="5000">5000 ¥5,000</option>
69         <option value="10000">10000 ¥10,000</option>
70         <option value="20,000">20,000 ¥20,000</option>
71         <option value="30,000">30,000 ¥30,000</option>
72</select> </td></tr>
73</table>
74<input type="hidden" name="currency_code" value="JPY" />
75<input type="image"
76       src="https://www.paypal.com/ja_JP/JP/i/btn/btn_paynowCC_LG.gif"
77       border="0" name="submit"
78       alt="PayPal - オンラインで安全・簡単にお支払い" />
79<img alt="" border="0" src="https://www.paypal.com/ja_JP/i/scr/pixel.gif"
80     width="1" height="1" />
81</form>
82</div>
83      </li>
84    </ul>
85  </div>
86  <!-- end sidebars -->
Note: See TracBrowser for help on using the repository browser.