Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Jetty"

m
(Replacing page with '[[Jetty/{{{1}}}|{{{1}}}]]')
Line 1: Line 1:
<css>
+
[[Jetty/{{{1}}}|{{{1}}}]]
#jetty-nav {
+
  margin-bottom: 2em;
+
}
+
#jetty-nav ul {
+
  padding: 3px 0 1px 1em;
+
  margin:0;
+
  border-bottom: 1px solid #aaa;
+
  font-size: 0.8em;
+
}
+
#jetty-nav li {
+
  list-style: none;
+
  margin: 0;
+
  display: inline;
+
}
+
#jetty-nav li a {
+
  padding: 3px 0.5em;
+
  margin-left: 3px;
+
  border: 1px solid #aaa;
+
  border-bottom: none;
+
  background: #eef;
+
  text-decoration: none;
+
}
+
#jetty-nav li a:link { color: #448; }
+
#jetty-nav li a:visited { color: #667; }
+
#jetty-nav li a:hover {
+
  color: #000;
+
  background: #ccf;
+
  border-color: #227;
+
}
+
#jetty-nav li a#current {
+
  background: #fff;
+
  border-bottom: 1px solid #fff;
+
}
+
#jetty-nav li .selflink {
+
  padding: 3px 0.5em;
+
  margin-left: 3px;
+
  border: 1px solid #aaa;
+
  background: #fff;
+
  border-bottom: 1px solid #fff;
+
}
+
 
+
table.jetty-table {
+
    border: 1px solid #000;
+
    border-collapse: collapse;
+
    width: 40em;
+
}
+
table.jetty-table td {
+
    border: 1px solid #000;
+
}
+
 
+
#content dl  {
+
  border-left: 1px #000 solid;
+
  border-bottom: 1px #000 solid;
+
  width: 30em;
+
}
+
#content dl dt {
+
  float: left;
+
  width: 9em;
+
  border-top: 1px solid #000;
+
  padding-left: 1em;
+
}
+
#content dl dd {
+
  margin: 0 0 0 10em;
+
  padding-left: 2em;
+
  border: 1px solid #000;
+
  border-bottom: none;
+
}
+
 
+
</css>
+
 
+
<div id="jetty-nav">
+
* [[Jetty/Jetty At a Glance|Jetty At a Glance]]
+
* [[Jetty/Getting Started|Getting Started]]
+
* [[Jetty/FAQ|FAQs]]
+
* [[Jetty/How Tos|How Tos]]
+
* [[Jetty/Tutorials|Tutorials]]
+
* [[Jetty/Configuration|Configuration]]
+
* [[Jetty/Administration, Security, and Optimization|Administration, Security & Optimization]]
+
* [[Jetty/Feature Guides|Feature Guides]]
+
* [[Jetty/Jetty Contributor Guides|Jetty Contributor Guides]]
+
* [[Jetty/References|Jetty References]]
+
* [[Jetty/Troubleshooting|Troubleshooting]]
+
* [[Jetty/Hightide|Hightide]]
+
</div>
+
 
+
{{Infobox
+
| name = Jetty
+
| website = http://www.eclipse.org/jetty
+
| download = http://www.eclipse.org/jetty/downloads.php
+
| newsgroup = eclipse.jetty
+
| irc = jetty
+
| list = jetty-dev
+
| viewvc = ?root=RT_Jetty
+
| product = Jetty
+
}}
+
 
+
<noinclude>
+
==Usage==
+
<nowiki>{{Jetty}}</nowiki>
+
===Examples===
+
</noinclude>
+
 
+
<includeonly>
+
[[Category:Jetty]]
+
</includeonly>
+

Revision as of 01:25, 16 June 2009

[[Jetty/{{{1}}}|{{{1}}}]]

Back to the top