[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 16 May 2003 20:51:25 -0000
albertel Fri May 16 16:51:25 2003 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
- one last thing for 1449, editmode of html docs
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.253 loncom/xml/lonxml.pm:1.254
--- loncom/xml/lonxml.pm:1.253 Fri May 16 16:47:07 2003
+++ loncom/xml/lonxml.pm Fri May 16 16:51:25 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.253 2003/05/16 20:47:07 albertel Exp $
+# $Id: lonxml.pm,v 1.254 2003/05/16 20:51:25 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1129,6 +1129,7 @@
&Apache::loncommon::help_open_topic("Other_Symbols",'Other Symbols',
undef,undef,600)
.'</td></tr></table>';
+ my $titledisplay=&display_title();
my $buttons=(<<BUTTONS);
<input type="submit" name="attemptclean"
value="Save and then attempt to clean HTML" />
@@ -1146,6 +1147,7 @@
<br />$buttons
<br />
</form>
+$titledisplay
ENDFOOTER
# $result=~s/(\<body[^\>]*\>)/$1$editheader/is;
$result=~s/(\<\/body\>)/$editfooter/is;