_log_title_bar.vm
来自「一个简单的blog系统」· VM 代码 · 共 13 行
VM
13 行
#if($log)
<h2 class="title">
#if(${log.lock}==1)$html.img("lock.gif",null,"lock","absmiddle",0) #end
<a href="$dlog.root()/html/diary/showlog.vm?sid=$g_site_id&cat_id=$catalog_id&log_id=${log.id}">${log.title}</a>
</h2>
<h4 class="author">
$date.format("yyyy/MM/dd",${log.writeTime})
$text.ui("label.diary.author"):<a href="$!{log.authorUrl}">${log.author}</a>
$text.ui("label.diary.mood"):$html.img("mood/${log.moodLevel}.gif",null,null,"absmiddle",0)
$html.img("weather/${log.weather}.gif",${log.weather},${log.weather},"absmiddle",0)
$date.format("EEEEE (HH:mm)", ${log.writeTime})
</h4>
#end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?