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 (Jetty/Template:Nav moved to Template:Jetty: make it a template)
Line 1: Line 1:
Navigation tabs
+
<css>
 +
#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;
 +
}</css>
 +
 
 +
<div id="jetty-nav">
 +
* [[Jetty at a Glance]]
 +
* [[Getting Started]]
 +
* [[FAQs]]
 +
* [[How Tos]]
 +
* [[Tutorials]]
 +
* [[Configuration]]
 +
* [[Administration, Security & Optimization]]
 +
* [[Feature Guides]]
 +
* [[Jetty Contributor Guides]]
 +
* [[References]]
 +
* [[Troubleshooting]]
 +
* [[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==
 +
 
 +
===Examples===
 +
</noinclude>
 +
 
 +
<includeonly>
 +
[[Category:Jetty]]
 +
</includeonly>

Revision as of 04:39, 11 June 2009


Jetty
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


Usage

Examples

Back to the top