[interchange-cvs] interchange - pajamian modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Sep 19 08:57:01 EDT 2006


User:      pajamian
Date:      2006-09-19 12:57:01 GMT
Modified:  dist/lib/UI/pages/admin test_code.html
Modified:  .        WHATSNEW-5.5
Log:
* Use <pre> ... </pre> instead of the obsolete <xmp> ... </xmp> element in the
  test_code admin UI page when displaying in SOURCE mode.

* Don't filter entities when displaying in HTML mode.

Revision  Changes    Path
1.6       +5 -1      interchange/dist/lib/UI/pages/admin/test_code.html


rev 1.6, prev_rev 1.5
Index: test_code.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/test_code.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- test_code.html	23 Apr 2005 18:10:07 -0000	1.5
+++ test_code.html	19 Sep 2006 12:57:00 -0000	1.6
@@ -17,7 +17,11 @@
 	<tr>
 		<td style="font-size: larger">
 		<u style="font-size: larger; font-weight: bold">[L]Results[/L]</u><br>
-		[if cgi xmp]<xmp>[/if][filter op="entities" interpolate=1][calc] $Scratch->{itl_code} = $CGI->{itl_code}; [/calc][/filter][if cgi xmp]</xmp>[/if]
+		[if cgi xmp]
+			<pre>[filter op="entities" interpolate=1][calcn]$Scratch->{itl_code} = $CGI->{itl_code};[/calcn][/filter]</pre>
+		[else]
+			[calcn]$Scratch->{itl_code} = $CGI->{itl_code};[/calcn]
+		[/else][/if]
 		</td>
 	</tr>
 [/if]



1.19      +5 -1      interchange/WHATSNEW-5.5


rev 1.19, prev_rev 1.18
Index: WHATSNEW-5.5
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW-5.5,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- WHATSNEW-5.5	14 Sep 2006 11:02:36 -0000	1.18
+++ WHATSNEW-5.5	19 Sep 2006 12:57:00 -0000	1.19
@@ -89,7 +89,11 @@
 --
 
 * Fix page banner in menu editor.
- 
+
+* Use <pre> ... </pre> instead of the obsolete <xmp> ... </xmp> element in the
+  test_code admin UI page when displaying in SOURCE mode.  Don't filter
+  entities when displaying in HTML mode.
+
 Standard demo
 -------------
 








More information about the interchange-cvs mailing list