-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage.layout
107 lines (86 loc) · 3.01 KB
/
page.layout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
stencil: liquid
--- html
<html>
<head>
<title>Ruby Works</title>
<link REL="SHORTCUT ICON" HREF="/assets/images/ruby_1.jpg" />
<link REL="styleSheet" href="/assets/style.css" TYPE="text/css" MEDIA="screen"/>
<script type="text/javascript" src="/assets/jquery.js"></script>
<script type="text/javascript" src="/assets/rubyworks.js"></script>
<!-- flattr -->
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */
</script>
</head>
<body>
<div style="margin: 0 auto; width: 960px;">
<!-- Title -->
<div class="nav">
<table width="100%">
<tr>
<td class="nav-menu">
<a href="/index.html">Blog.read</a>
<a href="/projects.html">Project.list</a>
<a href="/rubynew.html">Ruby.new</a>
<a href="http://github.com/rubyworks/">GitHub.com</a>
</td>
<td class="search-box">
<FORM method="GET" action="http://www.google.com/group/ruby-talk-google/search?hl=en" target="_blank">
<!-- Search Google -->
<input type="text" name="q" size="25" maxlength="255" value="" class="search-input" />
<input type="hidden" name="hl" value="en" />
<input type="hidden" name="group" value="ruby-talk-google" />
<input type="submit" name="qt_g" VALUE="Search Ruby-Talk" />
<!-- Search Google -->
</FORM>
</td>
</tr>
</table>
<div style="float: right; padding-top: 30px; padding-left: 10px;">
<a class="FlattrButton" style="display:none;" href="http://rubyworks.github.com"></a>
<noscript>
<a href="http://flattr.com/thing/324911/Rubyworks-Ruby-Development-Fund" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
</a>
</noscript>
</div>
<div style="float: right; padding-top: 40px;">
<a href='http://www.pledgie.com/campaigns/15553'>
<img alt='Click here to lend your support to: Rubyworks Ruby Development Fund and make a donation at www.pledgie.com !'
src='http://www.pledgie.com/campaigns/15553.png?skin_name=chrome' border='0' />
</a>
</div>
</div>
<div style="padding: 50px; background: white; box-shadow: 10px 10px 5px #511; -moz-box-shadow: 10px 10px 5px #511;">
{{ yield }}
<br/><br/>
<div style="text-align: center;">
<script type="text/javascript"><!--
google_ad_client = "pub-1126154564663472";
/* RUBYWORKS 09-10-02 728x90 */
google_ad_slot = "0788888658";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br/><br/>
<div class="footer">
(c) 2002 Thomas Sawyer, All Rights Reserved. Special Thanks to Dieter Stein for the Ruby icon.
Graphic image is "Serpent" by Ruby Lee.
</div>
</body>
</div>
</html>