mirror of https://github.com/apache/maven.git
Remove unused file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@178889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e77af09a3b
commit
d6ba438cdb
|
@ -1,55 +0,0 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
#if( $project.name )
|
|
||||||
<title>Continuum - $project.name</title>
|
|
||||||
#else
|
|
||||||
<title>Continuum</title>
|
|
||||||
#end
|
|
||||||
<link rel="stylesheet" type="text/css" href="$data.getLink("css/tigris.css")" media="screen" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="$data.getLink("css/print.css")" media="print" />
|
|
||||||
<script src="$data.getLink("scripts/tigris.js")" type="text/javascript"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body onload="focus()" marginwidth="0" marginheight="0" class="composite">
|
|
||||||
|
|
||||||
<div id="banner">
|
|
||||||
<table border="1" cellspacing="0" cellpadding="8" width="100%">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<a href="http://maven.apache.org/continuum">
|
|
||||||
<img src="$data.getLink("images/continuum_logo.png")" align="left" alt="Continuum" border="0"/>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td valign="middle" style="vertical-align: middle">
|
|
||||||
<a href="http://www.apache.org/"></a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="breadcrumbs">
|
|
||||||
<div align="right">
|
|
||||||
<a href="http://maven.apache.org/">Maven</a> |
|
|
||||||
<a href="http://www.apache.org/">Apache</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<table border="0" cellspacing="0" cellpadding="4" width="100%" id="main">
|
|
||||||
<tr valign="top">
|
|
||||||
<td id="leftcol" width="20%">
|
|
||||||
#parse("navigations/Menu.vm")
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<div id="bodycol">
|
|
||||||
$doxia.render( $page )
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
#parse("navigations/DefaultBottom.vm")
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue