Skip to content
Snippets Groups Projects
Commit 85ce8156 authored by Theo Vienne's avatar Theo Vienne
Browse files

nettoyage 2

parents 7a3f54c7 8d9d33e4
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 910 deletions
{
"java.project.sourcePaths": [
"src/main/java"
],
"java.project.referencedLibraries": [
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-es.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/jakartaee-migration-1.0.8-shaded.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-jdbc.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-ja.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-websocket.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/jsp-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-ru.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/el-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-ko.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/jaspic-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/annotations-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-coyote.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-util-scan.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/catalina-tribes.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/jasper-el.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/catalina-ha.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-cs.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/websocket-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/postgresql-42.7.4.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-jni.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-coyote-ffm.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-zh-CN.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/servlet-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-de.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/websocket-client-api.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/catalina.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-fr.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-i18n-pt-BR.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/catalina-ant.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/jasper.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/catalina-ssi.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/ecj-4.27.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/catalina-storeconfig.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-util.jar",
"/home/infoetu/paul.cancel.etu/R5.A.09/tomcat/lib/tomcat-dbcp.jar"
],
"java.project.outputPath": "WEB-INF\\classes"
}
\ No newline at end of file
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
url=jdbc:postgresql://psqlserv/but3
nom=paulcanceletu
mdp=moi
\ No newline at end of file
#macro ( link $href $name $target $img $position $alt $border $width $height $title )
#**##set ( $linkTitle = ' title="' + $name + '"' )
#**##if( $target )
#* *##set ( $linkTarget = ' target="' + $target + '"' )
#**##else
#* *##set ( $linkTarget = "" )
#**##end
#**##if ( $decoration.isLink( $href ) )
#* *##set ( $linkClass = ' class="externalLink"' )
#**##else
#* *##set ( $linkClass = "" )
#**##end
#**##if ( $img )
#* *##if ( $position == "left" )
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>#image($img $alt $border $width $height $title)$name</a>##
#* *##else
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>$name #image($img $alt $border $width $height $title)</a>##
#* *##end
#**##else
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>$name</a>##
#**##end
#end
##
#macro ( image $img $alt $border $width $height $title )
#**##if( $img )
#* *##if ( !$decoration.isLink( $img ) )
#* *##set ( $imgSrc = $PathTool.calculateLink( $img, $relativePath ) )
#* *##set ( $imgSrc = $imgSrc.replaceAll( '\\', '/' ) )
#* *##set ( $imgSrc = ' src="' + $imgSrc + '"' )
#* *##else
#* *##set ( $imgSrc = ' src="' + $img + '"' )
#* *##end
#* *##if( $alt )
#* *##set ( $imgAlt = ' alt="' + $alt + '"' )
#* *##else
#* *##set ( $imgAlt = ' alt=""' )
#* *##end
#* *##if( $border )
#* *##set ( $imgBorder = ' border="' + $border + '"' )
#* *##else
#* *##set ( $imgBorder = "" )
#* *##end
#* *##if( $width )
#* *##set ( $imgWidth = ' width="' + $width + '"' )
#* *##else
#* *##set ( $imgWidth = "" )
#* *##end
#* *##if( $height )
#* *##set ( $imgHeight = ' height="' + $height + '"' )
#* *##else
#* *##set ( $imgHeight = "" )
#* *##end
#* *##if( $title )
#* *##set ( $imgTitle = ' title="' + $title + '"' )
#* *##else
#* *##set ( $imgTitle = "" )
#* *##end
#* *#<img class="imageLink"$imgSrc$imgAlt$imgBorder$imgWidth$imgHeight$imgTitle/>##
#**##end
#end
##
#macro ( banner $banner $id )
#**##if ( $banner )
#* *##if( $banner.href )
#* *##set ( $hrf = $banner.href )
#* *##if ( !$decoration.isLink( $hrf ) )
#* *##set ( $hrf = $PathTool.calculateLink( $hrf, $relativePath ) )
#* *##set ( $hrf = $hrf.replaceAll( '\\', '/' ) )
#* *##if ( ( $hrf == '' ) )
#* *##set ( $hrf = './' )
#* *##end
#* *##end
#* *#<a href="$hrf" id="$id"#if( $banner.alt ) title="$banner.alt"#end>##
#* *##else
#* *#<div id="$id">
#* *##end
##
#* *##if( $banner.src )
#* *##set ( $src = $banner.src )
#* *##if ( !$decoration.isLink( $src ) )
#* *##set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
#* *##set ( $src = $src.replaceAll( '\\', '/' ) )
#* *##end
#* *##if ( $banner.alt )
#* *##set ( $alt = ' alt="' + $banner.alt + '"' )
#* *##elseif ( $banner.name )
#* *##set ( $alt = ' alt="' + $banner.name + '"' )
#* *##else
#* *##set ( $alt = ' alt=""' )
#* *##end
#* *##if( $banner.border )
#* *##set ( $imgBorder = ' border="' + $banner.border + '"' )
#* *##else
#* *##set ( $imgBorder = "" )
#* *##end
#* *##if( $banner.width )
#* *##set ( $imgWidth = ' width="' + $banner.width + '"' )
#* *##else
#* *##set ( $imgWidth = "" )
#* *##end
#* *##if( $banner.height )
#* *##set ( $imgHeight = ' height="' + $banner.height + '"' )
#* *##else
#* *##set ( $imgHeight = "" )
#* *##end
#* *##if( $banner.title )
#* *##set ( $bannerTitle=' title="' + $banner.title + '"' )
#* *##else
#* *##set ( $bannerTitle="" )
#* *##end
#* *#<img src="$src" $alt$bannerTitle$imgBorder$imgWidth$imgHeight/>##
#* *##else
#* *#$banner.name
#* *##end
##
#* *##if( $banner.href )
#* *#</a>
#* *##else
#* *#</div>
#* *##end
#**##end
#end
##
#macro ( links $links )
#**##set ( $counter = 0 )
#**##foreach( $item in $links )
#* *##set ( $counter = $counter + 1 )
#* *##set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
#* *##set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) )
#* *##link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height $item.title )
#* *##if ( $links.size() > $counter )
#* *# |
#* *##end
#**##end
#end
##
#macro ( breadcrumbs $breadcrumbs )
#**##foreach( $item in $breadcrumbs )
#* *##set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
#* *##set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) )
#* *##if ( ( $currentItemHref == '' ) )
#* *##set ( $currentItemHref = './' )
#* *##end
##
#* *##link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height $item.title )
#**# &gt;
#**##end
#**#$shortTitle
#**##if( $decoration.edit && $docRenderingContext.editable )
#* *# <a href="$docRenderingContext.getDoxiaSourcePath( $decoration.edit )">[edit]</a>
#**##end
#end
##
#macro ( displayTree $display $item )
#**##if ( $item && $item.items && $item.items.size() > 0 )
#* *##foreach( $subitem in $item.items )
#* *##set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
#* *##set ( $subitemHref = $subitemHref.replaceAll( '\\', '/' ) )
##
#* *##if ( $alignedFileName == $subitemHref )
#* *##set ( $display = true )
#* *##end
##
#* *##displayTree( $display $subitem )
#* *##end
#**##end
#end
##
#macro ( menuItem $item )
#**##set ( $collapse = "none" )
#**##set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
#**##set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) )
##
#**##if ( $item && $item.items && $item.items.size() > 0 )
#* *##if ( $item.collapse == false )
#* *##set ( $collapse = "expanded" )
#* *##else
#* *### By default collapsed
#* *##set ( $collapse = "collapsed" )
#* *##end
##
#* *##set ( $display = false )
#* *##displayTree( $display $item )
##
#* *##if ( $alignedFileName == $currentItemHref || $display )
#* *##set ( $collapse = "expanded" )
#* *##end
#**##end
<li class="$collapse">##
#**##if ( $item.img )
#* *##if ( $item.position == "left" )
#* *##if ( $alignedFileName == $currentItemHref )
#* *#<strong>#image($item.img $item.alt $item.border $item.width $item.height $item.title) $item.name</strong>
#* *##else
#* *##link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height $item.title)
#* *##end
#* *##else
#* *##if ( $alignedFileName == $currentItemHref )
#* *#<strong>$item.name #image($item.img $item.alt $item.border $item.width $item.height $item.title)</strong>
#* *##else
#* *##link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height $item.title)
#* *##end
#* *##end
#**##else
#* *##if ( $alignedFileName == $currentItemHref )
#* *#<strong>$item.name</strong>
#* *##else
#* *##link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height $item.title )
#* *##end
#**##end
#**##if ( $item && $item.items && $item.items.size() > 0 )
#* *##if ( $collapse == "expanded" )
<ul>
#* *##foreach( $subitem in $item.items )
#* *##menuItem( $subitem )
#* *##end
</ul>
#* *##end
#**##end
</li>
#end
##
#macro ( mainMenu $menus )
#**##foreach( $menu in $menus )
#* *##if ( $menu.name )
#* *##if ( $menu.img )
#* *##if( $menu.position )
#* *##set ( $position = $menu.position )
#* *##else
#* *##set ( $position = "left" )
#* *##end
##
#* *##if ( !$decoration.isLink( $menu.img ) )
#* *##set ( $src = $PathTool.calculateLink( $menu.img, $relativePath ) )
#* *##set ( $src = $src.replaceAll( '\\', '/' ) )
#* *##set ( $src = ' src="' + $src + '"' )
#* *##else
#* *##set ( $src = ' src="' + $menu.img + '"' )
#* *##end
##
#* *##if( $menu.alt )
#* *##set ( $alt = ' alt="' + $menu.alt + '"' )
#* *##else
#* *##set ( $alt = ' alt="' + $menu.name + '"' )
#* *##end
##
#* *##if( $menu.border )
#* *##set ( $border = ' border="' + $menu.border + '"' )
#* *##else
#* *##set ( $border = ' border="0"' )
#* *##end
##
#* *##if( $menu.width )
#* *##set ( $width = ' width="' + $menu.width + '"' )
#* *##else
#* *##set ( $width = "" )
#* *##end
#* *##if( $menu.height )
#* *##set ( $height = ' height="' + $menu.height + '"' )
#* *##else
#* *##set ( $height = "" )
#* *##end
#* *##if( $menu.title )
#* *##set ( $title = ' title="' + $menu.title + '"' )
#* *##else
#* *##set ( $title = "" )
#* *##end
##
#* *##set ( $img = '<img class="imageLink"' + $src + $alt + $border + $width + $height + $title + "/>" )
##
#* *##if ( $position == "left" )
<h5>$img $menu.name</h5>
#* *##else
<h5>$menu.name $img</h5>
#* *##end
#* *##else
<h5>$menu.name</h5>
#* *##end
#* *##end
#* *##if ( $menu.items && $menu.items.size() > 0 )
<ul>
#* *##foreach( $item in $menu.items )
#* *##menuItem( $item )
#* *##end
</ul>
#* *##end
#**##end
#end
##
#macro ( copyright )
#**##if ( $project )
#* *##if ( ${project.organization} && ${project.organization.name} )
#* *##set ( $period = "" )
#* *##else
#* *##set ( $period = "." )
#* *##end
##
#* *##set ( $currentYear = ${currentDate.year} + 1900 )
##
#* *##if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
${project.inceptionYear}&#x2013;${currentYear}${period}##
#* *##else
${currentYear}${period}##
#* *##end
##
#* *##if ( ${project.organization} )
#* *##if ( ${project.organization.name} && ${project.organization.url} )
#* *# <a href="$project.organization.url">${project.organization.name}</a>.
#* *##elseif ( ${project.organization.name} )
#* *#${project.organization.name}.
#* *##end
#* *##end
#**##end
#end
##
#macro ( publishDate $position $decorationPublishDate $version )
#**##if ( $publishDate )
#* *##set ( $dateValue = $dateFormat.format( $publishDate ) )
#**##elseif ( $decoration.custom.getChild( 'publishDate' ) )
#* *##set ( $dateValue = $decoration.custom.getChild( 'publishDate' ).getValue() )
#**##else
#* *##set ( $dateValue = $dateFormat.format( $currentDate ) )
#**##end
##
#**##set ( $datePosition = $decorationPublishDate.position )
#**##set ( $versionPosition = $version.position )
##
#**##set ( $breadcrumbs = $decoration.body.breadcrumbs )
#**##set ( $links = $decoration.body.links )
##
#**##if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 )
#* *##set ( $prefix = "&nbsp;|" )
#**##else
#* *##set ( $prefix = "" )
#**##end
##
#**##if ( $datePosition.equalsIgnoreCase( $position ) )
#* *##if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
$prefix <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateValue</span>
#* *##if ( $versionPosition.equalsIgnoreCase( $position ) )
&nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
#* *##end
#* *##elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
<div id="lastPublished">
<span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateValue</span>
#* *##if ( $versionPosition.equalsIgnoreCase( $position ) )
&nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
#* *##end
</div>
#* *##elseif ( $datePosition.equalsIgnoreCase( "left" ) )
<div class="xleft">
<span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateValue</span>
#* *##if ( $versionPosition.equalsIgnoreCase( $position ) )
&nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
#* *##end
#* *##if ( $breadcrumbs && $breadcrumbs.size() > 0 )
| #breadcrumbs( $breadcrumbs )
#* *##end
</div>
#* *##end
#**##elseif ( $versionPosition.equalsIgnoreCase( $position ) )
#* *##if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
$prefix <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
#* *##elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
<div id="lastPublished">
<span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
</div>
#* *##elseif ( $versionPosition.equalsIgnoreCase( "left" ) )
<div class="xleft">
<span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
#* *##if ( $breadcrumbs && $breadcrumbs.size() > 0 )
| #breadcrumbs( $breadcrumbs )
#* *##end
</div>
#* *##end
#**##elseif ( $position.equalsIgnoreCase( "left" ) )
#* *##if ( $breadcrumbs && $breadcrumbs.size() > 0 )
<div class="xleft">
#* *##breadcrumbs( $breadcrumbs )
</div>
#* *##end
#**##end
#end
##
#macro ( poweredByLogo $poweredBy )
#**##if( $poweredBy )
#* *##foreach ($item in $poweredBy)
#* *##if( $item.href )
#* *##set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
#* *##set ( $href = $href.replaceAll( '\\', '/' ) )
#* *##else
#* *##set ( $href="http://maven.apache.org/" )
#* *##end
##
#* *##if( $item.name )
#* *##set ( $name = $item.name )
#* *##else
#* *##set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" ) )
#* *##set ( $name = "${name} Maven" )
#* *##end
##
#* *##if( $item.img )
#* *##set ( $img = $item.img )
#* *##else
#* *##set ( $img = "images/logos/maven-feather.png" )
#* *##end
##
#* *##if ( !$decoration.isLink( $img ) )
#* *##set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
#* *##set ( $img = $img.replaceAll( '\\', '/' ) )
#* *##end
##
#* *##if( $item.alt )
#* *##set ( $alt = ' alt="' + $item.alt + '"' )
#* *##else
#* *##set ( $alt = ' alt="' + $name + '"' )
#* *##end
##
#* *##if( $item.border )
#* *##set ( $border = ' border="' + $item.border + '"' )
#* *##else
#* *##set ( $border = "" )
#* *##end
##
#* *##if( $item.width )
#* *##set ( $width = ' width="' + $item.width + '"' )
#* *##else
#* *##set ( $width = "" )
#* *##end
#* *##if( $item.height )
#* *##set ( $height = ' height="' + $item.height + '"' )
#* *##else
#* *##set ( $height = "" )
#* *##end
#* *##if( $item.title )
#* *##set ( $title = ' title="' + $item.title + '"' )
#* *##else
#* *##set ( $title = "" )
#* *##end
##
<a href="$href" title="$name" class="poweredBy">
<img class="poweredBy" $alt src="$img" $border $width $height $title />
</a>
#* *##end
#* *##if( $poweredBy.isEmpty() )
<a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
<img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" />
</a>
#* *##end
#**##else
<a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
<img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" />
</a>
#**##end
#end
##
#macro ( googleAnalytics $accountId )
#**##if( $accountId && $accountId != "" )
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '$accountId']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
#**##end
#end
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
#parse( "site-macros.vm" )
<!-- Generated by Apache Maven Doxia Site Renderer#if( $doxiaSiteRendererVersion ) $doxiaSiteRendererVersion#end##
#if( $docRenderingContext.generator || $docRenderingContext.doxiaSource ) from##
#if( $docRenderingContext.generator ) $docRenderingContext.generator#end##
#if( $docRenderingContext.doxiaSource ) $docRenderingContext.doxiaSourcePath#end##
#end
at $dateFormat.format( $currentDate ) -->
<html xmlns="http://www.w3.org/1999/xhtml"#if ( $locale ) xml:lang="$locale.language" lang="$locale.language"#end>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
<title>$title</title>
<style type="text/css" media="all">
@import url("$relativePath/css/maven-base.css");
@import url("$relativePath/css/maven-theme.css");
@import url("$relativePath/css/site.css");
</style>
<link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" />
#foreach( $author in $authors )
<meta name="author" content="$author" />
#end
#if ( $documentDate )
<meta name="date" content="$documentDate" />
#end
#if ( $locale )
<meta http-equiv="Content-Language" content="$locale.language" />
#end
#if( $decoration.body.head )
#**#$render.eval( $decoration.body.head )
#end
$headContent
#**##googleAnalytics( $decoration.googleAnalyticsAccountId )
</head>
<body class="composite">
<div id="banner">
#* *##banner( $decoration.bannerLeft "bannerLeft" )
#* *##banner( $decoration.bannerRight "bannerRight" )
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
#* *##publishDate( "left" $decoration.publishDate $decoration.version )
<div class="xright">#links( $decoration.body.links )
#* *##publishDate( "right" $decoration.publishDate $decoration.version )
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
#* *##publishDate( "navigation-top" $decoration.publishDate $decoration.version )
#* *##mainMenu( $decoration.body.menus )
#* *##poweredByLogo( $decoration.poweredBy )
#* *##publishDate( "navigation-bottom" $decoration.publishDate $decoration.version )
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
#* *#$bodyContent
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
#* *##if( $decoration.body.footer )
$render.eval( $decoration.body.footer )
#* *##else
Copyright &#169;#copyright()All rights reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )
#* *##end
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd">
<prerequisites>
<doxia-sitetools>1.8</doxia-sitetools>
</prerequisites>
</skin>
url=jdbc:postgresql://psqlserv/but3
nom=paulcanceletu
mdp=moi
\ No newline at end of file
body {
margin: 0px;
padding: 0px;
}
table {
padding:0px;
width: 100%;
margin-left: -2px;
margin-right: -2px;
}
acronym {
cursor: help;
border-bottom: 1px dotted #feb;
}
table.bodyTable th, table.bodyTable td {
padding: 2px 4px 2px 4px;
vertical-align: top;
}
div.clear{
clear:both;
visibility: hidden;
}
div.clear hr{
display: none;
}
#bannerLeft, #bannerRight {
font-size: xx-large;
font-weight: bold;
}
#bannerLeft img, #bannerRight img {
margin: 0px;
}
.xleft, #bannerLeft img {
float:left;
}
.xright, #bannerRight {
float:right;
}
#banner {
padding: 0px;
}
#breadcrumbs {
padding: 3px 10px 3px 10px;
}
#leftColumn {
width: 170px;
float:left;
overflow: auto;
}
#bodyColumn {
margin-right: 1.5em;
margin-left: 197px;
}
#legend {
padding: 8px 0 8px 0;
}
#navcolumn {
padding: 8px 4px 0 8px;
}
#navcolumn h5 {
margin: 0;
padding: 0;
font-size: small;
}
#navcolumn ul {
margin: 0;
padding: 0;
font-size: small;
}
#navcolumn li {
list-style-type: none;
background-image: none;
background-repeat: no-repeat;
background-position: 0 0.4em;
padding-left: 16px;
list-style-position: outside;
line-height: 1.2em;
font-size: smaller;
}
#navcolumn li.expanded {
background-image: url(../images/expanded.gif);
}
#navcolumn li.collapsed {
background-image: url(../images/collapsed.gif);
}
#navcolumn li.none {
text-indent: -1em;
margin-left: 1em;
}
#poweredBy {
text-align: center;
}
#navcolumn img {
margin-top: 10px;
margin-bottom: 3px;
}
#poweredBy img {
display:block;
margin: 20px 0 20px 17px;
}
#search img {
margin: 0px;
display: block;
}
#search #q, #search #btnG {
border: 1px solid #999;
margin-bottom:10px;
}
#search form {
margin: 0px;
}
#lastPublished {
font-size: x-small;
}
.navSection {
margin-bottom: 2px;
padding: 8px;
}
.navSectionHead {
font-weight: bold;
font-size: x-small;
}
.section {
padding: 4px;
}
#footer {
padding: 3px 10px 3px 10px;
font-size: x-small;
}
#breadcrumbs {
font-size: x-small;
margin: 0pt;
}
.source {
padding: 12px;
margin: 1em 7px 1em 7px;
}
.source pre {
margin: 0px;
padding: 0px;
}
#navcolumn img.imageLink, .imageLink {
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
padding-right: 2px;
border: 0px;
margin: 0px;
}
body {
padding: 0px 0px 10px 0px;
}
body, td, select, input, li{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
}
code{
font-family: Courier, monospace;
font-size: 13px;
}
a {
text-decoration: none;
}
a:link {
color:#36a;
}
a:visited {
color:#47a;
}
a:active, a:hover {
color:#69c;
}
#legend li.externalLink {
background: url(../images/external.png) left top no-repeat;
padding-left: 18px;
}
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
background: url(../images/external.png) right center no-repeat;
padding-right: 18px;
}
#legend li.newWindow {
background: url(../images/newwindow.png) left top no-repeat;
padding-left: 18px;
}
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
background: url(../images/newwindow.png) right center no-repeat;
padding-right: 18px;
}
h2 {
padding: 4px 4px 4px 6px;
border: 1px solid #999;
color: #900;
background-color: #ddd;
font-weight:900;
font-size: x-large;
}
h3 {
padding: 4px 4px 4px 6px;
border: 1px solid #aaa;
color: #900;
background-color: #eee;
font-weight: normal;
font-size: large;
}
h4 {
padding: 4px 4px 4px 6px;
border: 1px solid #bbb;
color: #900;
background-color: #fff;
font-weight: normal;
font-size: large;
}
h5 {
padding: 4px 4px 4px 6px;
color: #900;
font-size: medium;
}
p {
line-height: 1.3em;
font-size: small;
}
#breadcrumbs {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background-color: #ccc;
}
#leftColumn {
margin: 10px 0 0 5px;
border: 1px solid #999;
background-color: #eee;
padding-bottom: 3px; /* IE-9 scrollbar-fix */
}
#navcolumn h5 {
font-size: smaller;
border-bottom: 1px solid #aaaaaa;
padding-top: 2px;
color: #000;
}
table.bodyTable th {
color: white;
background-color: #bbb;
text-align: left;
font-weight: bold;
}
table.bodyTable th, table.bodyTable td {
font-size: 1em;
}
table.bodyTable tr.a {
background-color: #ddd;
}
table.bodyTable tr.b {
background-color: #eee;
}
.source {
border: 1px solid #999;
}
dl {
padding: 4px 4px 4px 6px;
border: 1px solid #aaa;
background-color: #ffc;
}
dt {
color: #900;
}
#organizationLogo img, #projectLogo img, #projectLogo span{
margin: 8px;
}
#banner {
border-bottom: 1px solid #fff;
}
.errormark, .warningmark, .donemark, .infomark {
background: url(../images/icon_error_sml.gif) no-repeat;
}
.warningmark {
background-image: url(../images/icon_warning_sml.gif);
}
.donemark {
background-image: url(../images/icon_success_sml.gif);
}
.infomark {
background-image: url(../images/icon_info_sml.gif);
}
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
display: none !important;
}
#bodyColumn, body.docs div.docs {
margin: 0 !important;
border: none !important
}
target/classes/images/external.png

230 B

target/classes/images/icon_error_sml.gif

1010 B

target/classes/images/icon_info_sml.gif

606 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment