diff options
Diffstat (limited to 'qpid/doc/website/template.html')
| -rw-r--r-- | qpid/doc/website/template.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/qpid/doc/website/template.html b/qpid/doc/website/template.html new file mode 100644 index 0000000000..750f74409f --- /dev/null +++ b/qpid/doc/website/template.html @@ -0,0 +1,114 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!-- + - + - Licensed to the Apache Software Foundation (ASF) under one + - or more contributor license agreements. See the NOTICE file + - distributed with this work for additional information + - regarding copyright ownership. The ASF licenses this file + - to you under the Apache License, Version 2.0 (the + - "License"); you may not use this file except in compliance + - with the License. You may obtain a copy of the License at + - + - http://www.apache.org/licenses/LICENSE-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an + - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + - KIND, either express or implied. See the License for the + - specific language governing permissions and limitations + - under the License. + - +--> + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>Apache Qpid: Open Source AMQP Messaging</title> + <link href="style.css" rel="stylesheet" type="text/css"/> + </head> + + <body> + <div id="container"> + <div id="header"> + <div id="logo"> + <h1>Apache Qpid</h1> + <h2>Open Source AMQP Messaging</h2> + </div> + </div> <!-- end of header --> + + <div id="menu_box"> + <div id="menu_box_top"></div> + <div id="menu_box_body"> + <h3>Apache Qpid</h3> + <ul> + <li><a href="#">Home</a></li> + <li><a href="#">Download</a></li> + <li><a href="#">Getting Started</a></li> + <li><a href="#">Roadmap</a></li> + <li><a href="#">License</a></li> + <li><a href="#">FAQ</a></li> + </ul> + </div> <!-- end of menu_box_body --> + <div id="menu_box_bottom"></div> + + <div id="menu_box_top"></div> + <div id="menu_box_body"> + <h3>Documentation</h3> + <ul> + <li><a href="#">Version 0.6</a></li> + <li><a href="#">Version 0.5</a></li> + <li><a href="#">Archive</a></li> + </ul> + </div> <!-- end of menu_box_body --> + <div id="menu_box_bottom"></div> + + <div id="menu_box_top"></div> + <div id="menu_box_body"> + <h3>Community</h3> + <ul> + <li><a href="#">Getting Involved</a></li> + <li><a href="#">Source Repository</a></li> + <li><a href="#">Mailing Lists</a></li> + <li><a href="#">Wiki</a></li> + <li><a href="#">Issue Reporting</a></li> + <li><a href="#">People</a></li> + <li><a href="#">Project Status</a></li> + <li><a href="#">Acknowledgements</a></li> + </ul> + </div> <!-- end of menu_box_body --> + <div id="menu_box_bottom"></div> + + <div id="menu_box_top"></div> + <div id="menu_box_body"> + <h3>Developers</h3> + <ul> + <li><a href="#">Building Qpid</a></li> + <li><a href="#">Developer Pages</a></li> + </ul> + </div> <!-- end of menu_box_body --> + <div id="menu_box_bottom"></div> + + <div id="menu_box_top"></div> + <div id="menu_box_body"> + <h3>About AMQP</h3> + <ul> + <li><a href="#">What is AMQP?</a></li> + <li><a href="#">Specification</a></li> + </ul> + </div> <!-- end of menu_box_body --> + <div id="menu_box_bottom"></div> + + </div> <!-- end of menu_box --> + + <div id="main_text_area"> + <div id="main_text_area_top"></div> +{.} + </div> + + <div id="footer"> + Apache Qpid, Enterprise AMQP Messaging © 2004-2010 The Apache Software Foundation. + </div> + + </div> + </body> +</html> |
