_decorator.vm

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

VM
20
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!-- decorator began with line above --><html><head>    #showContentType("text/html; charset=utf-8")    #showContentLanguage($locale.language)    #includePage("_css")    #showRSSAutodiscoveryLink()    <script type="text/javascript" src="$ctxPath/theme/scripts/roller.js">    </script>    <title>#showWebsiteTitle() : #showPageName()</title></head><body><!-- next print \$decorator_body -->$decorator_body<!-- now print decorator footer/close html --></body></html>

⌨️ 快捷键说明

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