_day.vm

来自「这个weblogging 设计得比较精巧」· VM 代码 · 共 28 行

VM
28
字号
<table width="572">	#foreach( $entry in $entries )	<tr>		<td>						<TABLE class="BlogTitle" align="right" cellspacing="0" cellpadding="0" border="0">				<tr>					<td><img src="#showThemePath('berkley')/images/title_left_t.gif"></td>					<td width="10%" class="BlogTitle" nowrap>                        <a name="$utilities.encode($entry.anchor)" id="$utilities.encode($entry.anchor)"></a>                        ::: $entry.title :::                    </td>					<td><img src="#showThemePath('berkley')/images/title_right_t.gif"></td>					<td width="90%" class="BlogDate" align="right">#showEntryDate( $day )</td>				</tr>				<tr>					<td class="NewBlog" colspan="4">						#showEntryText($entry)						<DIV class="BlogTime" align="right">																[#showTimestamp($entry.updateTime)|<a href="$entry.getPermaLink()">#</a>]						</DIV>					</td>				</tr>			</table>						</td>	</tr>		#end	</table>

⌨️ 快捷键说明

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