File: overview.jxp

package info (click to toggle)
libjpf-java 1.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,280 kB
  • ctags: 2,079
  • sloc: java: 13,449; xml: 337; sh: 48; makefile: 10
file content (32 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<%
// Java Plug-in Framework (JPF)
// Copyright (C) 2004 - 2005 Dmitry Olshansky
// $Id$
%>
<% include("functions.ijxp"); %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
	<title>Plug-ins Overview</title>
	<link rel ="stylesheet" type="text/css" href="<%= relativePath %>/stylesheet.css" title="Style">
</head>

<body onload="if (parent != null) {parent.document.title = document.title}">

<h1>Plug-ins Overview</h1>

<%= tool.processDocText(overview) %>

<h4>Short Statistics</h4>
<p>
	Plug-ins: <strong><%= allPluginDescriptors.size() %></strong><br>
	Plug-in fragments: <strong><%= allPluginFragments.size() %></strong><br>
	Extension points: <strong><%= allExtensionPoints.size() %></strong><br>
	Extensions: <strong><%= allExtensions.size() %></strong>
</p>

<% printFooter(); %>

</body>
</html>