Changeset 39 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Jul 25, 2014 11:05:33 AM (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
r38 r39 3 3 <folderlist> 4 4 <?php foreach ($tblcategories as $tblcategory): ?> 5 <folder id="<?php echo $tblcategory->getCatId() ?>" name="<?php echo $tblcategory->getCatName() ?>" parentid="<?php echo $tblcategory->getCatParent() ?>" filetype="" />5 <folder id="<?php echo $tblcategory->getCatId() ?>" parentid="<?php echo $tblcategory->getCatParent() ?>"><?php echo $tblcategory->getCatName() ?></folder> 6 6 <?php endforeach; ?> 7 7 </folderlist> 8 9 8 <!-- files in current folder --> 10 9 <filelist> 11 10 <?php foreach ($tblfiles as $tblfile): ?> 12 <file id="<?php echo $tblfile->getFileId() ?>" name="<?php echo $tblfile->getFileName() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>" />11 <file id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file> 13 12 <?php endforeach; ?> 14 13 </filelist>
Note: See TracChangeset
for help on using the changeset viewer.