source: trunk/admin/inc/ckeditor/filemanager/tpl/tpl_chDir.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: 667 bytes
Line 
1<root>
2<files dirWritable="<?php echo $dirWritable ? "yes" : "no" ?>">
3<?php FOREACH ($files as $file): ?>
4<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" ?>">
5<name><?php echo text::xmlData($file['name']) ?></name>
6</file>
7<?php ENDFOREACH ?>
8</files>
9</root>
Note: See TracBrowser for help on using the repository browser.