| {$lang->category} | {$category_list[$document->category_srl]->title} |
|---|---|
| {$lang->title} | {htmlspecialchars($document->title)} |
| {$lang->homepage} | {htmlspecialchars($document->homepage)} |
| {$lang->date} | {zdate($document->regdate,"Y-m-d H:i:s")} |
| {$lang->writer} | {htmlspecialchars($document->nick_name)} |
| {$lang->readed_count} | {$document->readed_count} |
| {$lang->voted_count} | {$document->voted_count} |
| {$lang->content} | {$document->content} |
| {$lang->document_url} | {getUrl()}{$document->document_srl} |
| {$lang->trackback_url} | {getUrl()}trackback/{$document->document_srl} |
| {$lang->tag} | {htmlspecialchars($val)} |
| {$lang->uploaded_file} |
{$file->source_filename} ({FileHandler::filesize($file->file_size)}) ({number_format($file->download_count)})
|
| ipaddress | {$document->ipaddress} |
| {$lang->allow_comment} {$lang->lock_comment} {$lang->allow_trackback} | |