more renaming

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-08-26 07:52:00 +00:00
parent c5a3a9035f
commit 444d73327f
34 changed files with 186 additions and 109 deletions

View File

@ -53,10 +53,6 @@
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId> <artifactId>wagon-provider-api</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.maven.archiva</groupId> <groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-utils</artifactId> <artifactId>archiva-utils</artifactId>

View File

@ -19,7 +19,7 @@
<html> <html>
<head> <head>
<title>Configuration</title> <title>Configuration</title>
<ww:head /> <ww:head/>
</head> </head>
<body> <body>
@ -35,12 +35,12 @@
</blockquote> </blockquote>
<ww:form method="post" action="deleteProxiedRepository" namespace="/admin" validate="true"> <ww:form method="post" action="deleteProxiedRepository" namespace="/admin" validate="true">
<ww:hidden name="repoId" /> <ww:hidden name="repoId"/>
<ww:radio list="#@java.util.LinkedHashMap@{ <ww:radio list="#@java.util.LinkedHashMap@{
'delete-contents' : 'Remove the repository and delete its contents from managed repositories', 'delete-contents' : 'Remove the repository and delete its contents from managed repositories',
'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories', 'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories',
'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" /> 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
<ww:submit value="Go" /> <ww:submit value="Go"/>
</ww:form> </ww:form>
</div> </div>

View File

@ -19,7 +19,7 @@
<html> <html>
<head> <head>
<title>Configuration</title> <title>Configuration</title>
<ww:head /> <ww:head/>
</head> </head>
<body> <body>
@ -35,11 +35,11 @@
</blockquote> </blockquote>
<ww:form method="post" action="deleteRepository" namespace="/admin" validate="true"> <ww:form method="post" action="deleteRepository" namespace="/admin" validate="true">
<ww:hidden name="repoId" /> <ww:hidden name="repoId"/>
<ww:radio list="#@java.util.LinkedHashMap@{'delete-contents' : 'Remove the repository and delete its contents from disk', <ww:radio list="#@java.util.LinkedHashMap@{'delete-contents' : 'Remove the repository and delete its contents from disk',
'delete-entry' : 'Remove the repository from the management list, but leave the contents unmodified', 'delete-entry' : 'Remove the repository from the management list, but leave the contents unmodified',
'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" /> 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
<ww:submit value="Go" /> <ww:submit value="Go"/>
</ww:form> </ww:form>
</div> </div>

View File

@ -19,7 +19,7 @@
<html> <html>
<head> <head>
<title>Configuration</title> <title>Configuration</title>
<ww:head /> <ww:head/>
</head> </head>
<body> <body>
@ -35,12 +35,12 @@
</blockquote> </blockquote>
<ww:form method="post" action="deleteSyncedRepository" namespace="/admin" validate="true"> <ww:form method="post" action="deleteSyncedRepository" namespace="/admin" validate="true">
<ww:hidden name="repoId" /> <ww:hidden name="repoId"/>
<ww:radio list="#@java.util.LinkedHashMap@{ <ww:radio list="#@java.util.LinkedHashMap@{
'delete-contents' : 'Remove the repository and delete its contents from managed repositories', 'delete-contents' : 'Remove the repository and delete its contents from managed repositories',
'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories', 'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories',
'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" /> 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
<ww:submit value="Go" /> <ww:submit value="Go"/>
</ww:form> </ww:form>
</div> </div>

View File

@ -20,8 +20,8 @@
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %> <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<html> <html>
<head> <head>
<title>Maven Repository Manager :: <title>Maven Archiva ::
<decorator:title default="Maven Repository Manager" /> <decorator:title default="Maven Archiva"/>
</title> </title>
<style type="text/css" media="all"> <style type="text/css" media="all">
@ -29,15 +29,15 @@
@import url( "<%= request.getContextPath() %>/css/maven-theme.css" ); @import url( "<%= request.getContextPath() %>/css/maven-theme.css" );
@import url( "<%= request.getContextPath() %>/css/site.css" ); @import url( "<%= request.getContextPath() %>/css/site.css" );
</style> </style>
<link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css" type="text/css" media="print" /> <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css" type="text/css" media="print"/>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
</head> </head>
<body onload="<decorator:getProperty property="body.onload" />" class="composite"> <body onload="<decorator:getProperty property="body.onload" />" class="composite">
<div id="banner"> <div id="banner">
<span id="bannerLeft"> <span id="bannerLeft">
<a href="http://maven.apache.org/repository-manager/"> <a href="http://maven.apache.org/archiva/">
<img src="http://maven.apache.org/images/maven.jpg" alt="" width="267" height="70" /> <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267" height="70"/>
<%-- TODO: logo instead <%-- TODO: logo instead
<img src="http://ci.codehaus.org/continuum_logo_75.gif" alt="" width="188" height="89" /> <img src="http://ci.codehaus.org/continuum_logo_75.gif" alt="" width="188" height="89" />
--%> --%>
@ -52,7 +52,7 @@
</span> </span>
<div class="clear"> <div class="clear">
<hr /> <hr/>
</div> </div>
</div> </div>
@ -62,13 +62,13 @@
</div> </div>
<div class="xright"> <div class="xright">
<a href="http://maven.apache.org/repository-manager">Repository Manager</a> | <a href="http://maven.apache.org/archiva">Archiva</a> |
<a href="http://maven.apache.org/">Maven</a> | <a href="http://maven.apache.org/">Maven</a> |
<a href="http://www.apache.org/">Apache</a> <a href="http://www.apache.org/">Apache</a>
</div> </div>
<div class="clear"> <div class="clear">
<hr /> <hr/>
</div> </div>
</div> </div>
@ -117,18 +117,18 @@
</li> </li>
</ul> </ul>
<br /> <br/>
</div> </div>
</div> </div>
<div id="bodyColumn"> <div id="bodyColumn">
<div id="contentBox"> <div id="contentBox">
<decorator:body /> <decorator:body/>
</div> </div>
</div> </div>
<div class="clear"> <div class="clear">
<hr /> <hr/>
</div> </div>
<div id="footer"> <div id="footer">
@ -137,7 +137,7 @@
</div> </div>
<div class="clear"> <div class="clear">
<hr /> <hr/>
</div> </div>
</div> </div>

View File

@ -15,10 +15,10 @@
--> -->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4" <web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>Maven Repository Manager</display-name> <display-name>Maven Archiva</display-name>
<filter> <filter>
<filter-name>webwork-cleanup</filter-name> <filter-name>webwork-cleanup</filter-name>

View File

@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.archiva</groupId> <groupId>org.apache.maven.archiva</groupId>
<artifactId>maven-repository-manager-white-site</artifactId> <artifactId>archiva-white-site</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>Maven Repository Manager White Site</name> <name>Archiva White Site</name>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<reporting> <reporting>
<excludeDefaults>true</excludeDefaults> <excludeDefaults>true</excludeDefaults>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven Repository Manager"> <project name="Archiva">
<bannerLeft> <bannerLeft>
<src>http://www.apache.org/images/asf_logo_wide.gif</src> <src>http://www.apache.org/images/asf_logo_wide.gif</src>
</bannerLeft> </bannerLeft>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Configuration</h1> <h1>Configuration</h1>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>
@ -9,15 +9,24 @@
<h2>Delete Remote Repository</h2> <h2>Delete Remote Repository</h2>
<blockquote> <blockquote>
<strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong> <strong>
<span class="statusFailed">WARNING:</span>
This operation can not be undone.
</strong>
</blockquote> </blockquote>
<form action="proxies.html"> <form action="proxies.html">
<input type="radio"/> Remove the repository and delete its contents from managed repositories<br/> <input type="radio"/>
<input type="radio" /> Remove the repository from the available list, but leave the contents in the managed Remove the repository and delete its contents from managed repositories
repositories<br/> <br/>
<input type="radio" checked="checked" /> Leave the repository unmodified<br/> <input type="radio"/>
<input type="submit" /> Remove the repository from the available list, but leave the contents in the managed
repositories
<br/>
<input type="radio" checked="checked"/>
Leave the repository unmodified
<br/>
<input type="submit"/>
</form> </form>
</div> </div>
</body> </body>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>
@ -9,14 +9,23 @@
<h2>Delete Managed Repository</h2> <h2>Delete Managed Repository</h2>
<blockquote> <blockquote>
<strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong> <strong>
<span class="statusFailed">WARNING:</span>
This operation can not be undone.
</strong>
</blockquote> </blockquote>
<form action="sync.html"> <form action="sync.html">
<input type="radio"/> Remove the repository and delete its contents from disk<br/> <input type="radio"/>
<input type="radio" /> Remove the repository from the management list, but leave the contents unmodified<br/> Remove the repository and delete its contents from disk
<input type="radio" checked="checked" /> Leave the repository unmodified<br/> <br/>
<input type="submit" /> <input type="radio"/>
Remove the repository from the management list, but leave the contents unmodified
<br/>
<input type="radio" checked="checked"/>
Leave the repository unmodified
<br/>
<input type="submit"/>
</form> </form>
</div> </div>
</body> </body>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>
@ -9,15 +9,24 @@
<h2>Delete Remote Repository</h2> <h2>Delete Remote Repository</h2>
<blockquote> <blockquote>
<strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong> <strong>
<span class="statusFailed">WARNING:</span>
This operation can not be undone.
</strong>
</blockquote> </blockquote>
<form action="sync.html"> <form action="sync.html">
<input type="radio"/> Remove the repository and delete its contents from managed repositories<br/> <input type="radio"/>
<input type="radio" /> Remove the repository from the available list, but leave the contents in the managed Remove the repository and delete its contents from managed repositories
repositories<br/> <br/>
<input type="radio" checked="checked" /> Leave the repository unmodified<br/> <input type="radio"/>
<input type="submit" /> Remove the repository from the available list, but leave the contents in the managed
repositories
<br/>
<input type="radio" checked="checked"/>
Leave the repository unmodified
<br/>
<input type="submit"/>
</form> </form>
</div> </div>
</body> </body>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Administration</h1> <h1>Administration</h1>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">
@ -98,7 +98,9 @@
<tr> <tr>
<th>URL</th> <th>URL</th>
<td> <td>
<a href="http://maven.apache.org/ref/current/maven-model">http://maven.apache.org/ref/current/maven-model</a> <a href="http://maven.apache.org/ref/current/maven-model">
http://maven.apache.org/ref/current/maven-model
</a>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">
@ -12,7 +12,8 @@
<div id="contentArea"> <div id="contentArea">
<div id="nameColumn"> <div id="nameColumn">
<p> <p>
<a href="#">org</a> / <a href="#">org</a>
/
<strong>apache</strong> <strong>apache</strong>
</p> </p>
<h2>Groups</h2> <h2>Groups</h2>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">

View File

@ -17,7 +17,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">
@ -51,8 +51,10 @@
<strong>Artifact ID:</strong> <strong>Artifact ID:</strong>
<a href="browse3.html">maven-artifact</a> <a href="browse3.html">maven-artifact</a>
<strong>Version(s):</strong> <strong>Version(s):</strong>
<a href="artifact.html">2.0</a>, <a href="artifact.html">2.0</a>
<a href="artifact.html">2.0.1</a>, ,
<a href="artifact.html">2.0.1</a>
,
<a href="artifact.html">2.0.4</a> <a href="artifact.html">2.0.4</a>
</span> </span>
</p> </p>
@ -70,8 +72,10 @@
<strong>Artifact ID:</strong> <strong>Artifact ID:</strong>
<a href="browse3.html">maven-project</a> <a href="browse3.html">maven-project</a>
<strong>Version(s):</strong> <strong>Version(s):</strong>
<a href="artifact.html">2.0</a>, <a href="artifact.html">2.0</a>
<a href="artifact.html">2.0.1</a>, ,
<a href="artifact.html">2.0.1</a>
,
<a href="artifact.html">2.0.4</a> <a href="artifact.html">2.0.4</a>
</span> </span>
</p> </p>

View File

@ -17,7 +17,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Find Artifact</h1> <h1>Find Artifact</h1>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">

View File

@ -17,7 +17,7 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Repository Health</h1> <h1>Repository Health</h1>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<div id="sidebar"> <div id="sidebar">
@ -13,13 +13,13 @@
<div id="feed"> <div id="feed">
<p> <p>
<a href=""> <a href="">
<img src="images/feed-icon32x32.png" width="28" height="28" /> <img src="images/feed-icon32x32.png" width="28" height="28"/>
</a> </a>
</p> </p>
</div> </div>
<form action="results.html"> <form action="results.html">
<p> <p>
<input type="text" size="50" value="maven" /> <input type="text" size="50" value="maven"/>
<input type="submit" name="Go!"/> <input type="submit" name="Go!"/>
</p> </p>
<p> <p>
@ -30,20 +30,37 @@
<div id="resultsBox"> <div id="resultsBox">
<p> <p>
<span style="font-size: x-small; background-color: silver; display: block; text-align: right"> <span style="font-size: x-small; background-color: silver; display: block; text-align: right">
<b>Page: </b> <b>Page:</b>
<b>1</b> | <b>1</b>
<a href="#">2</a> | |
<a href="#">3</a> | <a href="#">2</a>
<a href="#">Next &gt;&gt;</a> |
<a href="#">3</a>
|
<a href="#">Next &gt;&gt;</a>
</span> </span>
</p> </p>
<h3> <h3>
<a href="artifact.html">Maven Site Plugin</a> <span style="font-size: x-small">(98%)</span> <a href="artifact.html">Maven Site Plugin</a>
<span style="font-size: x-small">(98%)</span>
</h3> </h3>
<ul> <ul>
<li><b>Packaging:</b> <i>maven</i>-plugin</li> <li>
<li><b>Artifact ID:</b> <i>maven</i>-site-plugin</li> <b>Packaging:</b>
<li><b>Group ID:</b> org.apache.<i>maven</i>.plugins</li> <i>maven</i>
-plugin
</li>
<li>
<b>Artifact ID:</b>
<i>maven</i>
-site-plugin
</li>
<li>
<b>Group ID:</b>
org.apache.
<i>maven</i>
.plugins
</li>
</ul> </ul>
<p> <p>
<span style="font-size: x-small"> <span style="font-size: x-small">
@ -60,11 +77,21 @@
</span> </span>
</p> </p>
<h3> <h3>
<a href="artifact.html">Maven Project</a> <span style="font-size: x-small">(85%)</span> <a href="artifact.html">Maven Project</a>
<span style="font-size: x-small">(85%)</span>
</h3> </h3>
<ul> <ul>
<li><b>Package:</b> org.apache.<i>maven</i>.project</li> <li>
<li><b>Class:</b> <i>Maven</i>ProjectBuilder</li> <b>Package:</b>
org.apache.
<i>maven</i>
.project
</li>
<li>
<b>Class:</b>
<i>Maven</i>
ProjectBuilder
</li>
</ul> </ul>
<p> <p>
<span style="font-size: x-small"> <span style="font-size: x-small">
@ -80,13 +107,16 @@
<a href="artifact.html">2.0</a> <a href="artifact.html">2.0</a>
</span> </span>
</p> </p>
<h2> ... more results ... </h2> <h2>... more results ...</h2>
<p> <p>
<span style="font-size: x-small; background-color: silver; display: block; text-align: right"> <span style="font-size: x-small; background-color: silver; display: block; text-align: right">
<b>Page: </b> <b>Page:</b>
<b>1</b> | <b>1</b>
<a href="#">2</a> | |
<a href="#">3</a> | <a href="#">2</a>
|
<a href="#">3</a>
|
<a href="#">Next &gt;&gt;</a> <a href="#">Next &gt;&gt;</a>
</span> </span>
</p> </p>

View File

@ -1,6 +1,6 @@
<document> <document>
<properties> <properties>
<title>Maven Repository Manager</title> <title>Archiva</title>
</properties> </properties>
<body> <body>
<h1>Synchronisation</h1> <h1>Synchronisation</h1>
@ -10,7 +10,10 @@
<table> <table>
<tr> <tr>
<th>Last Sync completed</th> <th>Last Sync completed</th>
<td>1 February 13:01:04 (<a href="#">View Report</a>)</td> <td>1 February 13:01:04 (
<a href="#">View Report</a>
)
</td>
</tr> </tr>
<tr> <tr>
<th>Next sync</th> <th>Next sync</th>
@ -18,7 +21,9 @@
</tr> </tr>
<tr> <tr>
<th>Status</th> <th>Status</th>
<td><span class="statusOk">Success</span></td> <td>
<span class="statusOk">Success</span>
</td>
</tr> </tr>
</table> </table>
<p> <p>
@ -28,7 +33,10 @@
<table> <table>
<tr> <tr>
<th>Last Sync completed</th> <th>Last Sync completed</th>
<td>1 February 13:05:04 (<a href="#">View Report</a>)</td> <td>1 February 13:05:04 (
<a href="#">View Report</a>
)
</td>
</tr> </tr>
<tr> <tr>
<th>Next sync</th> <th>Next sync</th>
@ -36,7 +44,10 @@
</tr> </tr>
<tr> <tr>
<th>Status</th> <th>Status</th>
<td><span class="statusFailed">FAILED</span>: confluence wouldn't share CPU cycles with me</td> <td>
<span class="statusFailed">FAILED</span>
: confluence wouldn't share CPU cycles with me
</td>
</tr> </tr>
</table> </table>
<p> <p>
@ -46,7 +57,10 @@
<table> <table>
<tr> <tr>
<th>Last Sync completed</th> <th>Last Sync completed</th>
<td>1 February 13:11:04 (<a href="#">View Report</a>)</td> <td>1 February 13:11:04 (
<a href="#">View Report</a>
)
</td>
</tr> </tr>
<tr> <tr>
<th>Next sync</th> <th>Next sync</th>
@ -54,7 +68,10 @@
</tr> </tr>
<tr> <tr>
<th>Status</th> <th>Status</th>
<td><span class="statusWarn">WARNING</span>: some warnings occurred during the conversion</td> <td>
<span class="statusWarn">WARNING</span>
: some warnings occurred during the conversion
</td>
</tr> </tr>
</table> </table>
<p> <p>