mirror of https://github.com/apache/maven.git
o page for emm to look at
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@178537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23374f9956
commit
cf1e4bb689
|
@ -0,0 +1,55 @@
|
|||
<!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">
|
||||
$doxiaRenderer( $page )
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
#parse("navigations/DefaultBottom.vm")
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue