Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv5992/html/include
Modified Files:
cp_functions.php functions.php
Log Message:
Index: cp_functions.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/cp_functions.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cp_functions.php 21 Sep 2002 14:02:55 -0000 1.5
--- cp_functions.php 11 Oct 2002 06:14:20 -0000 1.6
***************
*** 35,39 ****
?>
! <script language='JavaScript'>
<!--
var thresholdY = 15; // in pixels; threshold for vertical repositioning of a layer
--- 35,39 ----
?>
! <script type='text/javascript'>
<!--
var thresholdY = 15; // in pixels; threshold for vertical repositioning of a layer
***************
*** 42,48 ****
</script>
! <script language='JavaScript' src='<?php echo XOOPS_URL."/layersmenu.js";?>'></script>
! <script language='JavaScript'>
<!--
<?php
--- 42,48 ----
</script>
! <script type='text/javascript' src='<?php echo XOOPS_URL."/layersmenu.js";?>'></script>
! <script type='text/javascript'>
<!--
<?php
Index: functions.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/functions.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** functions.php 27 Sep 2002 12:24:56 -0000 1.19
--- functions.php 11 Oct 2002 06:14:21 -0000 1.20
***************
*** 39,43 ****
$meta = $myts->makeTareaData4InsideQuotes($meta);
echo "<!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>\n";
! echo "<html>\n";
echo "<head>\n";
echo "<meta http-equiv='Content-Type' content='text/html; charset="._CHARSET."' />\n";
--- 39,43 ----
$meta = $myts->makeTareaData4InsideQuotes($meta);
echo "<!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>\n";
! echo "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>\n";
echo "<head>\n";
echo "<meta http-equiv='Content-Type' content='text/html; charset="._CHARSET."' />\n";
***************
*** 502,506 ****
function openThread($width="100%"){
! echo "<table border='0' cellpadding='0' cellspacing='0' align='center' valign='top' width='$width'><tr><td class='bg2'><table border='0' cellpadding='4' cellspacing='1' width='100%'><tr class='bg3' align='left'><td width='20%'>". _POSTER ."</td><td>". _THREAD ."</td></tr>";
}
--- 502,506 ----
function openThread($width="100%"){
! echo "<table border='0' cellpadding='0' cellspacing='0' align='center' width='$width'><tr><td class='bg2'><table border='0' cellpadding='4' cellspacing='1' width='100%'><tr class='bg3' align='left'><td width='20%'>". _POSTER ."</td><td>". _THREAD ."</td></tr>";
}
|