source: trunk/admin/inc/ckeditor/filemanager/tpl/tpl_init.php@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 703 bytes
Line 
1<root>
2<tree>
3<?php echo $tree ?>
4</tree>
5<files dirWritable="<?php echo $dirWritable ? "yes" : "no" ?>">
6<?php FOREACH ($files as $file): ?>
7<file size="<?php echo $file['size'] ?>" mtime="<?php echo $file['mtime'] ?>" date="<?php echo $file['date'] ?>" readable="<?php echo $file['readable'] ? "yes" : "no" ?>" writable="<?php echo $file['writable'] ? "yes" : "no" ?>" bigIcon="<?php echo $file['bigIcon'] ? "yes" : "no" ?>" smallIcon="<?php echo $file['smallIcon'] ? "yes" : "no" ?>" thumb="<?php echo $file['thumb'] ? "yes" : "no" ?>" smallThumb="<?php echo $file['smallThumb'] ? "yes" : "no" ?>">
8<name><?php echo text::xmlData($file['name']) ?></name>
9</file>
10<?php ENDFOREACH ?>
11</files>
12</root>
Note: See TracBrowser for help on using the repository browser.