about summary refs log tree commit homepage
path: root/site/src/default.template
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/default.template')
-rw-r--r--site/src/default.template105
1 files changed, 105 insertions, 0 deletions
diff --git a/site/src/default.template b/site/src/default.template
new file mode 100644
index 0000000..c035a4d
--- /dev/null
+++ b/site/src/default.template
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>Mongrel: {title: }</title>
+    <link rel="stylesheet" href="{relocatable: default.css}" type="text/css" media=
+    "screen" />
+    <meta http-equiv="Content-Type" content=
+    "text/html; charset=us-ascii" />
+  </head>
+
+  <body>
+    <div id="wrapper">
+      <div id="head">
+        <div id="logo">
+          <a href="{relocatable: index.html}" title="Mongrel"><span>Mongrel</span></a>
+        </div>
+
+        <div id="slogan">
+          <span>Faster Is Possible</span>
+        </div>
+
+        <div id="toplinks">
+          <ul>
+            <li id="tl_home"><a href="/" title=
+              "Home"><span>Home</span></a></li>
+
+            <li id="tl_contact"><a href="http://rubyforge.org/project/memberlist.php?group_id=1306" title=
+              "Contact"><span>Contact</span></a></li>
+
+            <li id="tl_sitemap"><a href="{relocatable: sitemap.html}" title=
+              "Site map"><span>Site map</span></a></li>
+          </ul>
+        </div>
+      </div>
+
+      <div id="body">
+        <div id="visual"></div>
+
+        <div id="content">
+          {block: }
+        </div>
+
+        <div id="news">
+          <h4>NEWS</h4>
+          <%= open("src/news.include").read %>
+        </div>
+        <hr noshade="noshade" size="1" />
+
+        <div id="threecells">
+        </div>
+      </div>
+
+      <div id="side">
+        <div id="menu">
+          {menu: }
+        </div>
+
+        <dl id="ads">
+          <dt><a href="http://rubyforge.org/frs/?group_id=1306" title="Downloads"><img src="{relocatable: images/3colls_p3.jpg}" /></a><br /></a></dt>
+        <dd>
+        <p><b>Downloads:</b> Grab new gear.</p>
+        </dd>
+
+        <dt><a href="{relocatable: docs/index.html}" title="Documentation"><img src="{relocatable: images/3colls_p2.jpg}" /></a><br /></a></dt>
+      <dd>
+      <p><b>Documentation:</b>  RTFM.</p>
+      </dd>
+
+      <dt><a href="http://rubyforge.org/tracker/?atid=5145&group_id=1306&func=browse"><img src="{relocatable: images/side_p2.gif}" alt="Bugs" /><br /></a></dt>
+      <dd>
+      <p><b>Tracker:</b> Found a bug? Well then report it already?!</p>
+      </dd>
+
+      <dt><a href="http://rubyforge.org/forum/?group_id=1306"><img src="{relocatable: images/side_p1.gif}" alt=
+        "Sad Dog" /><br /></a></dt>
+      <dd>
+      <p><b>Forums:</b> Mongrel making you sad? Why not say something?</p>
+      </dd>
+
+      <dt>
+      <a href="http://rubyforge.org/project/memberlist.php?group_id=1306" title="Contact"><img src="{relocatable: images/3colls_p1.jpg}" /></a><br /></a></dt>
+    <dd>
+    <p><b>People:</b> Contact project people.</p>
+    </dd>
+
+    <dt><a href="http://rubyforge.org/projects/mongrel/"><img src="{relocatable: images/side_p3.gif}" alt=
+      "Tools" /><br /></a></dt>
+    <dd>
+    <p><b>Other:</b> Hit the project page for all sorts of other
+    goodies.</p>
+    </dd>
+
+  </dl>
+</div>
+
+<div id="foot">
+  Copyright &copy; 2006 <a href="http://www.zedshaw.com/">Zed A. Shaw</a><br />
+  <a href="{relocatable: attributions.html}">Additional contibutions and openly licensed
+    materials used.</a>
+</div>
+  </div>
+</body>
+</html>