Changeset 680
- Timestamp:
- Dec 29, 2014 2:10:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php
r289 r680 9 9 <filelist> 10 10 <?php foreach ($tblfiles as $tblfile): ?> 11 <file id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file>11 <file fileurl="<?php echo $tblfile->getFileId() ?>" id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file> 12 12 <?php endforeach; ?> 13 13 </filelist>
Note: See TracChangeset
for help on using the changeset viewer.