예제 #1
0
                 <br />
                 <span class="filesrc <?php 
        echo $filetype[1];
        ?>
">
                    <a href="<?php 
        echo JRoute::_('index.php?option=com_jobboard&view=user&task=getfile&fileid=' . $file->id . '&profileid=' . $this->cv_data->id . '&' . JUtility::getToken() . '=1');
        ?>
"><?php 
        echo $file->filename;
        ?>
</a>
                 </span>
                 <br />
                 <small class="creatd"><?php 
        echo 'Created ' . JHTML::_('date', $file->create_date, $this->day_format . ' ' . $this->month_short_format . ', ' . $this->year_format) . ' - ' . JobBoardHelper::byteConvert($file->filesize);
        ?>
</small>
                  <form id="frmRmv_<?php 
        echo $incr;
        ?>
" method="post" action="<?php 
        echo JRoute::_('index.php?option=com_jobboard&view=user&task=delcvfile&fileid=' . $file->id . '&profileid=' . $this->cv_data->id);
        ?>
" >
                      <input class="delfile" type="submit" value="<?php 
        echo JText::_('COM_JOBBOARD_DELETE');
        ?>
" />
                      <input type="hidden" name="option" value="com_jobboard" />
                      <input type="hidden" name="view" value="user" />
예제 #2
0
                 <br />
                 <span class="filesrc <?php 
        echo $filetype[1];
        ?>
">
                    <a href="<?php 
        echo JRoute::_('index.php?option=com_jobboard&view=applicants&task=getucvfile&file=' . $file->id . '&pid=' . $this->cv_data->id . '&uid=' . $this->cv_data->user_id . '&' . JUtility::getToken() . '=1');
        ?>
"><?php 
        echo $file->filename;
        ?>
</a>
                 </span>
                 <br />
                 <small class="creatd"><?php 
        echo JText::_('COM_JOBBOARD_ENT_CREATED_PLAIN') . ' ' . JHTML::_('date', $file->create_date, $this->day_format . ' ' . $this->month_long_format . ', ' . $this->year_format) . ' - ' . JobBoardHelper::byteConvert($file->filesize);
        ?>
</small>
              </div>
              <?php 
        $incr += 1;
        ?>
            <?php 
    }
    ?>
            <div class="clear">&nbsp;</div>
       <?php 
}
?>
       <p>&nbsp;</p>
       <div class="item">