X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0ff488e3807aa9a1b21033f33b236ad06ff9bdbb..cc5cd88d3e5d0ebc5ac7601d0bfb6374a196ecb4:/templates/recentchanges.tmpl?ds=sidebyside

diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
index 026a3cd02..340a157d1 100644
--- a/templates/recentchanges.tmpl
+++ b/templates/recentchanges.tmpl
@@ -1,69 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<TMPL_IF NAME="BASEURL">
-<base href="<TMPL_VAR BASEURL>" />
+<TMPL_IF FIRST>
+<div class="recentchanges">
 </TMPL_IF>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title><TMPL_VAR TITLE></title>
-<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
-</head>
-<body>
-
-<div class="header">
-<span>
-<TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
-</span>
+<TMPL_VAR CONTENT>
+<TMPL_IF LAST>
 </div>
-
-<div id="content">
-<br />
-<table border="1" frame="border" rules="groups">
-<thead>
-	<tr class="changeheader">
-		<th align="left">user</th>
-		<th align="left">time</th>
-		<th align="left" colspan="2">changes</th>
-	</tr>
-</thead>
-<TMPL_LOOP NAME="CHANGELOG">
-<tbody>
-	<!-- <TMPL_VAR NAME="REV"> -->
-	<tr class="changeheader">
-		<td><TMPL_VAR NAME="USER"></td>
-		<td class="changetime"><TMPL_VAR NAME="WHEN"></td>
-		<td>
-		<TMPL_LOOP NAME="PAGES">
-			<TMPL_IF NAME="DIFFURL">
-				<a href="<TMPL_VAR NAME="DIFFURL">">
-				<img alt="diff" src="wikiicons/diff.png" style="border-style: none" />
-				</a>
-				<TMPL_VAR NAME="LINK">
-			<TMPL_ELSE>
-				<TMPL_VAR NAME="LINK">
-			</TMPL_IF>
-		</TMPL_LOOP>
-		</td>
-		<td><TMPL_VAR NAME="COMMITTYPE"></td>
-	</tr>
-	<tr>
-		<td colspan="3">
-			<i>
-			<TMPL_LOOP NAME="MESSAGE">
-				<TMPL_IF NAME="LINE">
-					<TMPL_VAR NAME="LINE"><br />
-				</TMPL_IF>
-			</TMPL_LOOP>
-			</i>
-		</td>
-	</tr>
-</tbody>
-</TMPL_LOOP>
-</table>
-</div>
-
-<!-- from <TMPL_VAR NAME=WIKINAME> -->
-
-</body>
-</html>
+</TMPL_IF>