Ignore:
Timestamp:
Jul 25, 2014 11:05:33 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php

    r38 r39  
    33  <folderlist>
    44  <?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>
    66  <?php endforeach; ?>
    77  </folderlist>
    8  
    98  <!-- files in current folder -->
    109  <filelist>
    1110  <?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>
    1312  <?php endforeach; ?>
    1413  </filelist>
Note: See TracChangeset for help on using the changeset viewer.