25 lines
		
	
	
		
			651 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			651 B
		
	
	
	
		
			XML
		
	
	
<?xml version='1.0' ?>
 | 
						|
 | 
						|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 | 
						|
 | 
						|
	<t:title>Diff: <t:label t:name="title" /></t:title>
 | 
						|
 | 
						|
	<table>
 | 
						|
		<tr>
 | 
						|
			<th class="field-label">Old revision:</th>
 | 
						|
			<t:bind t:name="old">
 | 
						|
				<td>Created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:rest="author"><t:label t:name="author" /></t:a>.</td>
 | 
						|
			</t:bind>
 | 
						|
		</tr>
 | 
						|
		<tr>
 | 
						|
			<th class="field-label">New revision:</th>
 | 
						|
			<t:bind t:name="new">
 | 
						|
				<td>Created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:rest="author"><t:label t:name="author" /></t:a>.</td>
 | 
						|
			</t:bind>
 | 
						|
		</tr>
 | 
						|
	</table>
 | 
						|
 | 
						|
	<t:comparison t:name="diff" />
 | 
						|
 | 
						|
</t:chloe>
 |