2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.28,1.29

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv21128/WebContent/WEB-INF/resources/templates

Modified Files:
	xhtml10.vm 
Log Message:
removed colon from some strings

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- xhtml10.vm	6 Oct 2009 08:21:40 -0000	1.28
+++ xhtml10.vm	7 Oct 2009 11:50:46 -0000	1.29
@@ -63,8 +63,8 @@
 						#set ($i = $i + 1)
 						<tr>
 							<td colspan="4" class="uri" id="${observationName}_info_${i}">
-							#if ($unicorncall.getInputMethod() == "URI")<span>$uri_token: </span><a href="$result.Uri">$result.Uri</a>#end
-							#if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token: </span>$result.Uri#end
+							#if ($unicorncall.getInputMethod() == "URI")<span>$uri_token </span><a href="$result.Uri">$result.Uri</a>#end
+							#if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token </span>$result.Uri#end
 							#if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file</span>#end
 							</td>
 							<td class="anchor uri"><a class="smooth" title="$anchor_uri" href="#${observationName}_info_${i}">a</a></td>
@@ -111,8 +111,8 @@
 						#set ($i = $i + 1)
 						<tr>
 							<td colspan="4" class="uri" id="${observationName}_error_${i}">
-							#if ($unicorncall.getInputMethod() == "URI")<span>$uri_token: </span><a href="$result.Uri">$result.Uri</a>#end
-							#if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token: </span>$result.Uri#end
+							#if ($unicorncall.getInputMethod() == "URI")<span>$uri_token </span><a href="$result.Uri">$result.Uri</a>#end
+							#if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token </span>$result.Uri#end
 							#if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file</span>#end
 							</td>
 							<td class="anchor uri"><a class="smooth" title="$anchor_uri" href="#${observationName}_error_${i}">a</a></td>
@@ -159,8 +159,8 @@
 						#set ($i = $i + 1)
 						<tr>
 							<td colspan="4" class="uri" id="${observationName}_warning_${i}">
-							#if ($unicorncall.getInputMethod() == "URI")<span>$uri_token: </span><a href="$result.Uri">$result.Uri</a>#end
-							#if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token: </span>$result.Uri#end
+							#if ($unicorncall.getInputMethod() == "URI")<span>$uri_token </span><a href="$result.Uri">$result.Uri</a>#end
+							#if ($unicorncall.getInputMethod() == "UPLOAD")<span>$file_token </span>$result.Uri#end
 							#if ($unicorncall.getInputMethod() == "DIRECT")<span>$submitted_file</span>#end
 							</td>
 							<td class="anchor uri"><a class="smooth" title="$anchor_uri" href="#${observationName}_warning_${i}">a</a></td>

Received on Wednesday, 7 October 2009 11:50:52 UTC