/[ludap]/ludap/www/xml.php
ViewVC logotype

Diff of /ludap/www/xml.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mose, Sat Sep 13 09:09:24 2003 UTC revision 1.5 by mose, Sat Sep 13 12:29:40 2003 UTC
# Line 32  copyright (C) 2001, 2002 mose, makina co Line 32  copyright (C) 2001, 2002 mose, makina co
32  require_once('../setup.php');  require_once('../setup.php');
33    
34  $S->display('header.tpl');  $S->display('header.tpl');
35  $S->display('topbar.tpl');  if (!$useframe) {
36            $S->display('topbar.tpl');
37    }
38  $S->display("xml_topnav.tpl");  $S->display("xml_topnav.tpl");
39  if ($xmlaction == 'importer xml') {  if ($xmlaction == 'importer xml') {
40          if ($xmlimport) {          if ($xmlimport) {
# Line 94  if ($xmlaction == 'importer xml') { Line 96  if ($xmlaction == 'importer xml') {
96          echo "<div class=area><textarea cols=92 rows=40 nowrap class=acto>".htmlentities($buffer)."</textarea></div></form>";          echo "<div class=area><textarea cols=92 rows=40 nowrap class=acto>".htmlentities($buffer)."</textarea></div></form>";
97                    
98  }  }
99  $S->display('botbar.tpl');  if (!$useframe) {
100            $S->display('botbar.tpl');
101    }
102  $S->display('footer.tpl');  $S->display('footer.tpl');
103    
104  ldap_close($L->conn);  ldap_close($L->conn);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26