_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)&nbsp;#end
	<a href="$dlog.root()/html/diary/showlog.vm?sid=$g_site_id&amp;cat_id=$catalog_id&amp;log_id=${log.id}">${log.title}</a>
</h2>
<h4 class="author">
	$date.format("yyyy/MM/dd",${log.writeTime})&nbsp;
	$text.ui("label.diary.author"):<a href="$!{log.authorUrl}">${log.author}</a>&nbsp;&nbsp;
	$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)&nbsp;
	$date.format("EEEEE (HH:mm)", ${log.writeTime})
</h4>
#end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?