Boost logo

Boost-Commit :

From: grafik_at_[hidden]
Date: 2007-05-26 15:29:53


Author: grafik
Date: 2007-05-26 15:29:53 EDT (Sat, 26 May 2007)
New Revision: 4284
URL: http://svn.boost.org/trac/boost/changeset/4284

Log:
Page for admin section.

Added:
   website/public_html/beta/admin/index.html

Added: website/public_html/beta/admin/index.html
==============================================================================
--- (empty file)
+++ website/public_html/beta/admin/index.html 2007-05-26 15:29:53 EDT (Sat, 26 May 2007)
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+ <title>Boost C++ Libraries</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <link rel="icon" href="/favicon.ico" type="image/ico" />
+ <link rel="stylesheet" type="text/css" href="/style/section-welcome.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+</head>
+
+<body>
+ <div id="heading">
+ <!--#include virtual="/common/heading.html" -->
+ </div>
+
+ <div id="body">
+ <div class="section section-0" id="content">
+ <div class="section-title">
+ <h1>Boost C++ Libraries</h1>
+ </div>
+
+ <div class="section-body">
+ <p>{stuff}</p>
+ </div>
+ </div>
+
+ <div id="sidebar">
+ <!--#include virtual="/common/sidebar-common.html" -->
+ <!--#include virtual="/common/sidebar-boost.html" -->
+ </div>
+
+ <div class="clear"></div>
+ </div>
+
+ <div id="footer">
+ <div id="footer-left">
+ <div id="revised">
+ <p>Revised $Date: 2005-12-17 13:32:46 -0600 (Sat, 17 Dec 2005) $</p>
+ </div>
+
+ <div id="copyright">
+ <p>Copyright Rene Rivera 2007.</p>
+ </div><!--#include virtual="/common/footer-license.html" -->
+ </div>
+
+ <div id="footer-right">
+ <!--#include virtual="/common/footer-banners.html" -->
+ </div>
+
+ <div class="clear"></div>
+ </div>
+</body>
+</html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk