| Revision 8397,
1.6 KB
checked in by daisuke, 12 years ago
(diff) |
|
update to new web design
|
| Line | |
|---|
| 1 | <% |
|---|
| 2 | header=File.open("template/header.tmpl") |
|---|
| 3 | footer=File.open("template/footer.tmpl") |
|---|
| 4 | %> |
|---|
| 5 | <%= header.read.gsub("<title>Vine Linux</title>","<title>#{$header_title}</title>") %> |
|---|
| 6 | |
|---|
| 7 | <div class="main1"> |
|---|
| 8 | <div class="btn"><!--ソーシャルボタン--> |
|---|
| 9 | |
|---|
| 10 | <div class="floatleft"><g:plusone size="medium"></g:plusone></div> |
|---|
| 11 | |
|---|
| 12 | <div class="floatleft"> |
|---|
| 13 | <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://vinelinux.org/" data-lang="ja">ツイート</a> |
|---|
| 14 | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
|---|
| 15 | </div> |
|---|
| 16 | <div class="floatleft"><div class="fb-like" data-href="https://www.facebook.com/VineLinux" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></div> |
|---|
| 17 | </div><!--ソーシャルボタン終わり--> |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | <div class="in-contents"> |
|---|
| 21 | <!-- InstanceBeginEditable name="EditRegion3" --> |
|---|
| 22 | |
|---|
| 23 | <%= yield %> |
|---|
| 24 | |
|---|
| 25 | <h2>最新更新情報</h2> |
|---|
| 26 | |
|---|
| 27 | <div class="main3"> |
|---|
| 28 | |
|---|
| 29 | <div class="main3-cont"> |
|---|
| 30 | <%= rss_table("rdf/vineseednews.rdf", 10) %> |
|---|
| 31 | </div> |
|---|
| 32 | |
|---|
| 33 | <div class="main3-cont"> |
|---|
| 34 | <%= rss_table("rdf/vineplus6news.rdf", 10) %> |
|---|
| 35 | </div> |
|---|
| 36 | |
|---|
| 37 | </div><!--main3--> |
|---|
| 38 | |
|---|
| 39 | <div class="main3"> |
|---|
| 40 | |
|---|
| 41 | <div class="main3-cont"> |
|---|
| 42 | <%= rss_table("errata/6x/errata6x.rdf", 6) %> |
|---|
| 43 | </div> |
|---|
| 44 | |
|---|
| 45 | </div><!--main3--> |
|---|
| 46 | |
|---|
| 47 | <!-- InstanceEndEditable --> |
|---|
| 48 | </div><!-- end in-contents --> |
|---|
| 49 | </div><!-- main1 --> |
|---|
| 50 | |
|---|
| 51 | <%= footer.read %> |
|---|
Note: See
TracBrowser
for help on using the repository browser.