Skip to Content.
Sympa Menu

notify-dpml - r1046 - in trunk/main/planet/web/war/etc/web: . styles

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1046 - in trunk/main/planet/web/war/etc/web: . styles
  • Date: Mon, 6 Feb 2006 19:51:36 +0100

Author: mcconnell
Date: 2006-02-06 19:51:33 +0100 (Mon, 06 Feb 2006)
New Revision: 1046

Added:
trunk/main/planet/web/war/etc/web/styles/
trunk/main/planet/web/war/etc/web/styles/style.css
Removed:
trunk/main/planet/web/war/etc/web/favicon.ico
trunk/main/planet/web/war/etc/web/jetty_banner.gif
Modified:
trunk/main/planet/web/war/etc/web/index.html
Log:
update test page
$ metro exec link:part:dpml/planet/web/dpml-web-server
(then view under http://localhost:8080)

Deleted: trunk/main/planet/web/war/etc/web/favicon.ico
===================================================================
(Binary files differ)

Modified: trunk/main/planet/web/war/etc/web/index.html
===================================================================
--- trunk/main/planet/web/war/etc/web/index.html 2006-02-06 05:18:38
UTC (rev 1045)
+++ trunk/main/planet/web/war/etc/web/index.html 2006-02-06 18:51:33
UTC (rev 1046)
@@ -1,43 +1,86 @@
-<HTML>
- <HEAD>
- <TITLE>Powered By Jetty</TITLE>
- <META http-equiv="Pragma" content="no-cache">
- <META http-equiv="Cache-Control" content="no-cache,no-store">
- </HEAD>
-<BODY>
-<A HREF="http://jetty.mortbay.org";><IMG SRC="jetty_banner.gif"></A>
-<P>
-<h1>Welcome to Jetty 6.0.x</h1>
-This is the beta release of Jetty 6. This is a test context that serves:
-<ul>
-<li>static content (
-<a href="d.txt">tiny</a>,
-<a href="da.txt">small</a>,
-<a href="dat.txt">medium</a>,
-<a href="data.txt">large</a>)</li>
-<li>a <a href="dump/info">Request Dump Servlet</a></li>
-<li>a <a href="session/">Session Dump Servlet</a></li>
-<li>a <a href="snoop.jsp">Request Dump JSP</a></li>
-<li>a <a href="chat/chat.html">AJAX Chat with continuations</a></li>
-</ul>
-The <a href="/javadoc/">javadoc</a> is served from another context.
-</p>
-
-The features of Jetty 6.0.x are:
-<ul>
-<li>Totally rearchitected and rebuild, so 10 years of cruft could be
removed!</li>
-<li>Improved "dependancy injection" and "inversion of control" design of
components</li>
-<li>Improved "interceptor" design of handlers</li>
-<li>Smart split buffer design allows large buffers to only be allocated to
active connections.
-The resulting memory savings allow very large buffers to be used, which
increases the chance of
-efficient asynchronous flushing and of avoiding chunking.</li>
-<li>Optional use of NIO Buffering so that efficient direct buffers and
memory mapped files can be used.</li>
-<li>Optional use of NIO non-blocking scheduling so that threads are not
allocated per connection.</li>
-<li>Optional use of NIO gather writes, so that for example a HTTP header and
a memory mapped file may be
-sent as sent is a single operation.</li>
-<li>Continuations for efficient AJAX polling</li>
-</ul>
-
-
-</BODY>
-</HTML>
+<?xml version="1.0" encoding="UTF-8"?>
+<!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";>
+ <head>
+ <title>DPML Planet/Web</title>
+ <link rel="stylesheet" type="text/css" href="styles/style.css"/>
+ <meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
+ <meta name="description" content="Intelligent Component Management
Solutions for Java."/>
+ <meta name="author" content="Stephen McConnell"/>
+ <meta name="keywords" content="DPML, build, runtime, management,
components, soa, java, composition"/>
+ <meta name="publisher" content="DPML"/>
+ <META http-equiv="Pragma" content="no-cache">
+ <META http-equiv="Cache-Control" content="no-cache,no-store">
+ </head>
+ <body>
+ <table class="logobar">
+ <tr>
+ <td class="panelleft"/>
+ <td class="panelmiddle">
+ <div class="project">DPML</div>
+ <div class="title">DPML Component Management Solutions</div>
+ </td>
+ <td class="panelright"/>
+ </tr>
+ </table>
+ <div class="categorybar" dir="">
+ <a class="homecategory-selected" href="index.html">Home</a>
+ </div>
+ <div class="content">
+
+ <div class="section"><span class="section-header">DPML Planet
Web</span>
+
+<P>
+ <div class="subsection"><span class="subsection-header">Welcome to
Jetty 6.0 on Metro</span>
+
+<p>
+This dpml-web-server component is based on a beta edition of Jetty 6.</p>
+
+<p>
+This is a test context resolved from a WAR file via Transit that serves:
+</p>
+
+<ul>
+<li>static content (
+<a href="d.txt">tiny</a>,
+<a href="da.txt">small</a>,
+<a href="dat.txt">medium</a>,
+<a href="data.txt">large</a>)</li>
+<li>a <a href="dump/info">Request Dump Servlet</a></li>
+<li>a <a href="session/">Session Dump Servlet</a></li>
+<li>a <a href="snoop.jsp">Request Dump JSP</a></li>
+<li>a <a href="hello">Hello World Servlet</a></li>
+</ul>
+
+<p>
+A static resource handler context provides hooks into the local
documentation.
+</p>
+
+<ul>
+<li>a <a href="/docs">DPML site docs</a></li>
+</ul>
+</p>
+
+ <div class="subsection"><span class="subsection-header">Technical
Note</span>
+<p>
+Improvements within Jetty 6.0.x include:
+</p>
+<ul>
+<li>Totally rearchitected and rebuild relative to JDK1.4</li>
+<li>Improved "dependancy injection" and "inversion of control" design of
components</li>
+<li>Improved "interceptor" design of handlers</li>
+<li>Smart split buffer design allows large buffers to only be allocated to
active connections.
+The resulting memory savings allow very large buffers to be used, which
increases the chance of
+efficient asynchronous flushing and of avoiding chunking.</li>
+<li>NIO Buffering so that efficient direct buffers and memory mapped files
can be used.</li>
+<li>NIO non-blocking scheduling so that threads are not allocated per
connection.</li>
+<li> NIO gather writes, so that for example a HTTP header and a memory
mapped file may be
+sent as sent is a single operation.</li>
+<li>Continuations for efficient AJAX polling</li>
+</ul>
+
+ </div>
+ </div>
+
+</BODY>
+</HTML>

Deleted: trunk/main/planet/web/war/etc/web/jetty_banner.gif
===================================================================
(Binary files differ)

Added: trunk/main/planet/web/war/etc/web/styles/style.css
===================================================================
--- trunk/main/planet/web/war/etc/web/styles/style.css 2006-02-06 05:18:38
UTC (rev 1045)
+++ trunk/main/planet/web/war/etc/web/styles/style.css 2006-02-06 18:51:33
UTC (rev 1046)
@@ -0,0 +1,693 @@
+
+body, td
+{
+ margin: 0;
+ padding: 0;
+ font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
+ color: darkslategray;
+}
+
+table.logobar
+{
+ /*background-color: rgb(220,220,220);*/
+ color: rgb(220,220,220);
+ border: none;
+ margin: 0;
+ padding: 0;
+ border-spacing: 0;
+ border-collapse: separate;
+ width: 100%;
+}
+
+.panelleft
+{
+ vertical-align: middle;
+ text-align: center;
+ height: 60px;
+ width: 0px;
+ padding: 0;
+}
+
+.panelmiddle
+{
+ border: none;
+ vertical-align: center;
+ text-align: left;
+ padding: 0;
+}
+
+.panelright
+{
+ vertical-align: bottom;
+ text-align: left;
+}
+
+.project
+{
+ display: block;
+ color: #6666FF;
+ padding-top: 20px;
+ padding-left: 10px;
+ font-size: 22pt;
+}
+
+.title
+{
+ display: block;
+ font-size: 10pt;
+ color: darkslategray;
+ padding-left: 12px;
+ padding-right: 3px;
+ padding-top: 6px;
+ padding-bottom: 2px;
+}
+
+.categorybar
+{
+ //border-bottom: 3px solid darkslategray;
+ border-bottom: 3px solid #A0A0A0;
+ display: block;
+ height: 2em;
+ font-size: 8pt;
+ vertical-align: middle;
+}
+
+.homecategory
+{
+ float:right;
+ margin-left: 1em;
+ font-size: 8pt;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+.homecategory-selected
+{
+ float:right;
+ margin-left: 1em;
+ font-size: 8pt;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+.category
+{
+ float: right;
+ margin-right: 1em;
+ font-size: 8pt;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+.category-selected
+{
+ float: right;
+ margin-right: 1em;
+ font-size: 8pt;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+.menubar
+{
+ position: absolute;
+ right: 0px;
+ width: 180px;
+ background-color: #F8F8F8;
+ color: black;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ font-size: 8pt;
+ text-align: right;
+ margin-top: 3px;
+ margin-right: 5px;
+}
+
+.menu
+{
+ border-bottom: 1px #800000 solid;
+
+}
+
+div.no-border
+{
+ border: none;
+}
+
+.menuitem
+{
+ display: block;
+ margin-left: 1em;
+ margin-right: 1em;
+ padding-left: 0em;
+ padding-right: 0em;
+ padding-top: 0.2em;
+ padding-bottom: 0.2em;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ text-decoration: none;
+}
+
+.menuitem-selected
+{
+ display: block;
+ padding-left: 1em;
+ padding-right: 1em;
+ padding-top: 0.2em;
+ padding-bottom: 0.2em;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ background-color: #9999FF;
+ color: black;
+}
+
+.content
+{
+ background-color: white;
+ color: darkslategray;
+ margin-right: 210px;
+ min-height: 800px;
+}
+
+.section
+{
+ margin-top: 2em;
+ margin-left: 2.5em;
+ margin-right: 0em;
+}
+
+.section-header
+{
+ display: block;
+ text-align:left;
+ color: #6666FF;
+ /*border-bottom:solid 1px #333333;*/
+ margin-right: 0em;
+ /*margin-left: -1em;*/
+ /*padding-left: 10px;*/
+ padding-right: 10px;
+ padding-top: 30px;
+}
+
+.subsection
+{
+ margin-top: 1em;
+}
+
+.section-header
+{
+ font-size: 100%;
+ margin-bottom: 1em;
+ font-weight: bold;
+}
+
+.subsection-header
+{
+ font-size: 70%;
+ margin-bottom: 1em;
+ color: darkslategray;
+ font-weight: bold;
+}
+
+.footer
+{
+ background-color: white;
+ color: black;
+ border-top: 0px solid;
+ margin-top: 30px;
+ margin-bottom: 20px;
+ margin-right: 210px;
+ margin-left: 1em;
+ padding-top: 30px;
+ padding-bottom: 30px;
+ font-size: 75%;
+ font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
+ font-style: italic;
+}
+
+.copyright
+{
+ margin-left: 1em;
+ margin-right: 1em;
+ margin-bottom: 1em;
+ font-size: 72%;
+}
+
+.generated-date
+{
+ margin-left: 1em;
+ margin-right: 1em;
+ margin-bottom: 1em;
+ font-size: 72%;
+}
+
+.views
+{
+ margin-top: 10px;
+ margin-left: 1em;
+}
+
+#xmllink
+{
+ border: none;
+ color: white;
+ background-color: white;
+}
+
+dl
+{
+ margin: 1em;
+}
+
+dt
+{
+ font-weight: bolder;
+ text-decoration: underline;
+ display: block;
+}
+
+dd
+{
+ font-size: 80%;
+ font-style: italic;
+ margin: 1em;
+ display: block;
+}
+
+p.intro
+{
+ font-weight: bold;
+}
+
+pre.source
+{
+ padding: 1em;
+ white-space: pre;
+ background-color: #F8F8F8;
+ border: 1px solid black;
+ font-family: Courier, fixed, serif;
+}
+
+div.source-title
+{
+ font-style: italic;
+ padding-left: 2em;
+ padding-top: 0.2em;
+}
+
+table.formatting
+{
+ background-color: white;
+ color: black;
+ border: none;
+ margin: 0;
+ padding: 0;
+ border-spacing: 0;
+ border-collapse: separate;
+ width: 100%;
+}
+
+table
+{
+
+ border-width: medium;
+ /*border-style: dashed;*/
+ border-color: #eee;
+/* border-left: 0px ;
+ border-top: 0px;
+*/
+ margin-top: 1em;
+ margin-right: 1.5em;
+ padding: 0;
+ border-spacing: 0;
+ border-collapse: separate;
+}
+
+th
+{
+ border-right: 0px ;
+ text-align: left;
+ padding-left: 0em;
+ padding-right: 1em;
+ padding-bottom: 0.5em;
+}
+
+td
+{
+
+ text-align: left;
+ vertical-align: top;
+ padding-left: 0em;
+ padding-right: 1em;
+ border-right: 0px ;
+ padding-top: 1.5pt;
+ padding-bottom: 1.5pt;
+}
+
+tr[row='odd']
+{
+
+}
+
+tr[row='even']
+{
+}
+
+table.classic
+{
+ border-top: 1px #800000 solid;
+ border-bottom: 1px #800000 solid;
+}
+
+table.classic tr
+{
+ background-color: #F8F8F8;
+}
+
+table.classic th
+{
+ text-align: left;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-bottom: 2pt;
+ padding-top: 2pt;
+}
+
+table.classic td
+{
+ border-right: 0px ;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-top: 1.5pt;
+ padding-bottom: 1.5pt;
+ text-align: left;
+ vertical-align: top;
+}
+
+table thead, table tbody
+{
+ border-top: 1px #800000 solid;
+ border-bottom: 1px #800000 solid;
+}
+
+a[invalid='true']:link
+{
+ color: #F00;
+ background-color: black;
+}
+
+a.category:link:hover, a.category:visited:hover, a.category:active,
+a.homecategory:link:hover, a.homecategory:visited:hover,
a.homecategory:active
+{
+ color: black;
+ text-decoration: none;
+ background-color: #E8E8E8;
+}
+
+a.category:active,
+a.homecategory:active
+{
+ color: black;
+ outline: none;
+ background-color: #F8F8F8;
+ text-decoration: none;
+}
+
+a.homecategory:link, a.homecategory:visited
+{
+ color: black;
+ text-decoration: none;
+}
+
+a.category:link, a.category:visited
+{
+ color: black;
+ text-decoration: none;
+}
+
+a.category:focus,
+a.homecategory:focus
+{
+ outline: none;
+ text-decoration: none;
+}
+
+a.menuitem:link:hover, a.menuitem:visited:hover, a.menuitem:active
+{
+ color: black;
+ text-decoration: underline;
+}
+
+a.menuitem:active
+{
+ color: black;
+ background-color: #D0E0F0;
+ outline: none;
+}
+
+a.menuitem:link, a.menuitem:visited
+{
+ color: black;
+ background-color: #F8F8F8; // whitish
+ text-decoration: none;
+}
+
+a.menuitem:focus
+{
+ color: black;
+ outline: none;
+}
+
+/********************************/
+a.category-selected:link:hover, a.category-selected:visited:hover,
a.category-selected:active,
+a.homecategory-selected:link:hover, a.homecategory-selected:visited:hover,
a.homecategory-selected:active
+{
+ color: black;
+ text-decoration: none;
+ background-color: #E8E8E8;
+}
+
+a.category-selected:active,
+a.homecategory-selected:active
+{
+ color: black;
+ outline: none;
+ text-decoration: none;
+ background-color: #D0E0F0;
+}
+
+a.category-selected:link, a.category-selected:visited,
+a.homecategory-selected:link, a.homecategory-selected:visited
+{
+ color: black;
+ background-color: #D0E0F0;
+ text-decoration: none;
+}
+
+a.category-selected:focus,
+a.homecategory-selected:focus
+{
+ outline: none;
+}
+
+a.menuitem-selected:link:hover, a.menuitem-selected:visited:hover,
a.menuitem-selected:active
+{
+ color: black;
+ background-color: #D0E0F0;
+}
+
+a.menuitem-selected:active
+{
+ color: black;
+ background-color: #D0E0F0;
+ outline: none;
+}
+
+a.menuitem-selected:link, a.menuitem-selected:visited
+{
+ background-color: #D0E0F0;
+ color: black;
+ text-decoration: none;
+}
+
+a.menuitem-selected:focus
+{
+ color: black;
+ outline: none;
+}
+
+/*
+a.doclink {
+ text-decoration: none;
+ color: #000;
+ border-bottom: 1px dotted #777;
+}
+
+a.doclink:hover {
+ background-color: #eee;
+}
+
+a.doclink:active {
+ background-color: #ccc !important;
+ position: relative;
+}
+
+a.doclink:focus {
+ border: 1px solid #fff !important;
+ background-color: #ccc !important;
+}
+
+a.doclink img {
+ border: none;
+ text-decoration: none;
+}
+*/
+
+img
+{
+ border: none;
+}
+
+p, td, th, pre, li
+{
+ font-size: 70%;
+}
+
+td p, th p
+{
+ font-size: 70%;
+}
+
+td table
+{
+ margin-top: 0em;
+}
+
+/**
+ Special table style for front page
+**/
+
+table.front
+{
+ border: none ;
+ margin-top: 1em;
+ margin-right: 1.5em;
+ padding: 0;
+ border-spacing: 0;
+ border-collapse: separate;
+}
+
+table.front a
+{
+ text-decoration: none;
+ color: #000;
+ border-bottom: 0px none white !important;
+ border: 0px none white !important;
+}
+
+table.front a:hover {
+ border: 0px none white !important;
+ background-color: white;
+}
+
+table.front a:active {
+ border: 0px none white !important;
+ background-color: white !important;
+ position: relative;
+}
+
+table.front a:focus {
+ border: 0px none white !important;
+ background-color: white !important;
+}
+
+
+table.front-container
+{
+ border-spacing: 5px;
+}
+
+table.front-category
+{
+ border: 1px solid gray;
+}
+
+table.front-category tr
+{
+}
+
+table.front-category tr td
+{
+}
+
+table.front-category tr td.divided
+{
+ border-right: 1px solid gray;
+}
+
+table.front-category tr td.header
+{
+ text-align: center;
+ vertical-align: bottom;
+}
+
+table.front-category tr td.subheader
+{
+ text-align: center;
+ vertical-align: bottom;
+ margin-bottom: 3px;
+}
+
+table.front-category a
+{
+ text-decoration: none;
+ color: #000;
+ border-bottom: 0px none white !important;
+ border: 0px none white !important;
+ margin: 0px;
+ padding: 0px;
+}
+
+table.front-category a:hover {
+ border: 0px none white !important;
+ background-color: white;
+ padding: 0px;
+ margin: 0px;
+}
+
+table.front-category a:active {
+ border: 0px none white !important;
+ background-color: white !important;
+ position: relative;
+ padding: 0px;
+ margin: 0px;
+}
+
+table.front-category a:focus {
+ border: 0px none white !important;
+ background-color: white !important;
+ padding: 0px;
+ margin: 0px;
+}
+
+div.sponsors
+{
+ position: absolute;
+ right: 0px;
+ top: 0px;
+}
+
+.unverified
+{
+ background-color:red;
+ font-weight: bold;
+ font-size: 120%;
+}




  • r1046 - in trunk/main/planet/web/war/etc/web: . styles, mcconnell at BerliOS, 02/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page