/[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.2 by mose, Fri Sep 5 02:04:12 2003 UTC revision 1.3 by mose, Sun Sep 7 05:38:09 2003 UTC
# Line 23  copyright (C) 2001, 2002 mose, makina co Line 23  copyright (C) 2001, 2002 mose, makina co
23  */  */
24    
25  /**  /**
26   * \brief main LuDAP page   * xml handling page
27   * That file is the only that can be used by the web server   *
28   * directly, all the others are included.   * \file xml.php
  * \file index.php  
29   * \author mose@ludap.org   * \author mose@ludap.org
30   */   */
31    
# Line 61  if ($xmlaction == 'importer') { Line 60  if ($xmlaction == 'importer') {
60          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>";
61                    
62  }  }
63    $S->display('botbar.tpl');
64  $S->display('footer.tpl');  $S->display('footer.tpl');
65    
66  ldap_close($L->conn);  ldap_close($L->conn);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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