Feature #16539 ยป ignore.svn.diff
class.em_index.php.new 2006-09-08 12:53:46.000000000 +0200 | ||
---|---|---|
</tr>';
|
||
foreach($fileArr as $file) {
|
||
$fI = t3lib_div::split_fileref($file);
|
||
$lines[] = '
|
||
<tr class="bgColor4">
|
||
<td><a href="'.htmlspecialchars('index.php?CMD[showExt]='.$extKey.'&CMD[downloadFile]='.rawurlencode($file)).'" title="Download...">'.substr($file,strlen($extPath)).'</a></td>
|
||
<td>'.t3lib_div::formatSize(filesize($file)).'</td>
|
||
<td>'.(!in_array($extKey,$this->requiredExt)&&t3lib_div::inList($this->editTextExtensions,($fI['fileext']?$fI['fileext']:$fI['filebody']))?'<a href="'.htmlspecialchars('index.php?CMD[showExt]='.$extKey.'&CMD[editFile]='.rawurlencode($file)).'">Edit file</a>':'').'</td>
|
||
</tr>';
|
||
$totalSize+=filesize($file);
|
||
if (!strstr($file, '.svn')) {
|
||
$fI = t3lib_div::split_fileref($file);
|
||
$lines[] = '
|
||
<tr class="bgColor4">
|
||
<td><a href="'.htmlspecialchars('index.php?CMD[showExt]='.$extKey.'&CMD[downloadFile]='.rawurlencode($file)).'" title="Download...">'.substr($file,strlen($extPath)).'</a></td>
|
||
<td>'.t3lib_div::formatSize(filesize($file)).'</td>
|
||
<td>'.(!in_array($extKey,$this->requiredExt)&&t3lib_div::inList($this->editTextExtensions,($fI['fileext']?$fI['fileext']:$fI['filebody']))?'<a href="'.htmlspecialchars('index.php?CMD[showExt]='.$extKey.'&CMD[editFile]='.rawurlencode($file)).'">Edit file</a>':'').'</td>
|
||
</tr>';
|
||
$totalSize+=filesize($file);
|
||
}
|
||
}
|
||
$lines[] = '
|