Changeset 37
- Timestamp:
- Jul 25, 2014 10:58:07 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
r36 r37 1 1 <tree parent_id="<?php echo $parentId; ?>" err="<?php echo $errMsg; ?>" errCode="<?php echo $errCode; ?>"> 2 2 <!-- folders in current folder --> 3 <folder s>3 <folderlist> 4 4 <?php foreach ($tblcategories as $tblcategory): ?> 5 5 <folder id="<?php echo $tblcategory->getCatId() ?>" name="<?php echo $tblcategory->getCatName() ?>" parentid="<?php echo $tblcategory->getCatParent() ?>" filetype="" /> 6 6 <?php endforeach; ?> 7 <folder s>7 <folderlist> 8 8 9 9 <!-- files in current folder --> 10 <file s>10 <filelist> 11 11 <?php foreach ($tblfiles as $tblfile): ?> 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 <file s>14 <filelist> 15 15 </tree>
Note: See TracChangeset
for help on using the changeset viewer.