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

Revision 7367, 3.1 KB checked in by daisuke, 11 years ago (diff)

fix page title

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向け(EOL)</a></li>
53        </ul>
54      </li>
55
56      <li>
57        <h2>スポンサード リンク</h2>
58<div class="ads-sidebar">
59<script type="text/javascript"><!--
60google_ad_client = "pub-0334540465096658";
61/* vinelinux sidebar */
62google_ad_slot = "2383955177";
63google_ad_width = 160;
64google_ad_height = 600;
65//-->
66</script>
67<script type="text/javascript"
68src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
69</script>
70</div>
71      </li>
72
73      <li>
74        <h2>ドネーション</h2>
75<!-- Donation by PayPal -->
76<div class="paypal-sidebar">
77<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
78<input type="hidden" name="cmd" value="_s-xclick">
79<input type="hidden" name="hosted_button_id" value="MGE5PXFZTXLTJ">
80<table>
81<tr><td><input type="hidden" name="on0" value="Vine Linux">Vine Linux を支援</td></tr>
82<tr><td><select name="os0">
83        <option value="1500">1500 ¥1,500</option>
84        <option value="3000">3000 ¥3,000</option>
85        <option value="5000">5000 ¥5,000</option>
86        <option value="10000">10000 ¥10,000</option>
87        <option value="20000">20000 ¥20,000</option>
88        <option value="30000">30000 ¥30,000</option>
89</select> </td></tr>
90</table>
91<input type="hidden" name="currency_code" value="JPY">
92<input type="image" src="https://www.paypalobjects.com/ja_JP/JP/i/btn/btn_paynowCC_LG.gif"
93       border="0" name="submit" alt="PayPal- オンラインで安全・簡単にお支払い">
94<img alt="" border="0" src="https://www.paypalobjects.com/ja_JP/i/scr/pixel.gif" width="1" height="1">
95</form>
96</div>
97      </li>
98    </ul>
99  </div>
100  <!-- end sidebars -->
101
102<div style="clear: both;">&nbsp;</div>
103
104<%= footer.read %>
Note: See TracBrowser for help on using the repository browser.