Changeset 38 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Jul 25, 2014 10:59:52 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
r37 r38 5 5 <folder id="<?php echo $tblcategory->getCatId() ?>" name="<?php echo $tblcategory->getCatName() ?>" parentid="<?php echo $tblcategory->getCatParent() ?>" filetype="" /> 6 6 <?php endforeach; ?> 7 < folderlist>7 </folderlist> 8 8 9 9 <!-- files in current folder --> … … 12 12 <file id="<?php echo $tblfile->getFileId() ?>" name="<?php echo $tblfile->getFileName() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>" /> 13 13 <?php endforeach; ?> 14 < filelist>14 </filelist> 15 15 </tree>
Note: See TracChangeset
for help on using the changeset viewer.