⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _day.vm

📁 这个weblogging 设计得比较精巧
💻 VM
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -