';
$attachlist = explode("\t", $value['attachment']);
foreach ($attachlist as $attach) {
$attachhtml .= '
';
}
$attachhtml .= '
';
}
$value['createtime'] = dgmdate($value['createtime'], 'Y-n-j H:i');
showtablerow('', array('class="td25"', 'class="td24"', '', 'class="td24"', 'class="td24"', 'class="td32"'), array(
"';
$attachlist = C::t('#'.$plugin['identifier'].'#'.$plugin['identifier'].'_attachment')->fetch_all_by_msgid(array($item['id']), 'order by displayorder asc,dateline asc');
foreach ($attachlist as $attach) {
$attach['attachment'] = ($attach['remote'] ? $_G['setting']['ftp']['attachurl'] : $_G['setting']['attachurl']) . 'replyfloor/'. $attach['attachment'];
$attachhtml .= '
';
}
$attachhtml .= '
';
showtablerow('', array('class="" colspan="2"'), array($attachhtml));
showsubmit('savesubmit', 'submit');
showtablefooter();
showformfooter();
require_once libfile('function/upload');
$swfconfig = getuploadconfig($_G['uid']);
$verhash = random(5);
echo <<