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

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

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

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