Changeset 32
- Timestamp:
- Jul 24, 2014 4:21:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php
r29 r32 6 6 <!-- files in current folder --> 7 7 <?php foreach ($tblfiles as $tblfile): ?> 8 <file id="<?php echo $tblfile->getFileId() ?>" name="<?php echo $tblfile->getFileName() ?>" filetype="<?php echo $tblfile->getFileType() ?>" />8 <file id="<?php echo $tblfile->getFileId() ?>" name="<?php echo $tblfile->getFileName() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>" /> 9 9 <?php endforeach; ?> 10 10 </list>
Note: See TracChangeset
for help on using the changeset viewer.