source: projects/web/trunk/template/layout-news.html.erb @ 1380

Revision 1380, 795 bytes checked in by daisuke, 14 years ago (diff)

update ads code, add link-unit, ...

Line 
1<%
2header=File.open("../template/header.tmpl")
3footer=File.open("../template/footer.tmpl")
4sidebar=File.open("../template/sidebar2.tmpl")
5%>
6<%= header.read %>
7
8<div id="wrapper">
9<!-- start page -->
10<div id="page">
11  <!-- start content -->
12  <div id="content-wide">
13
14<%= yield %>
15
16<br clear="both">
17<div id="ads-bottom-linkunit">
18<script type="text/javascript"><!--
19google_ad_client = "pub-0334540465096658";
20/* vinelinux link-unit */
21google_ad_slot = "4566651758";
22google_ad_width = 728;
23google_ad_height = 15;
24//-->
25</script>
26<script type="text/javascript"
27src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
28</script>
29</div>
30
31  </div><!-- end content-wide -->
32
33<%= sidebar.read %>
34
35<div style="clear: both;">&nbsp;</div>
36
37
38<%= footer.read %>
Note: See TracBrowser for help on using the repository browser.