📄 tipoftheday.srf
字号:
{{handler TipOfTheDay.dll/Default}}
<html>
<head>
<link rel="stylesheet" type="text/css" href="TipOfTheDay.css">
{{// Set the title of the page with the component's title string}}
<title>{{DisplayVersion}}</title>
</head>
<body>
<!-- Header section-->
{{include Header.srf}}
<!-- Tip Of The Day section-->
{{// See the TipOfTheDay}}
{{RandomTip}}
<table align="center" cellspacing="0" cellpadding="4" width="80%">
<tr>
{{// Display the random tip product and technology associations}}
<td class="ProductTechnology" nowrap="true">{{TipCategoryMajor}}</td>
<td> </td>
<td class="ProductTechnology" nowrap="true" align="right">{{TipCategoryMinor}}</td>
</tr>
<tr>
{{// Display the Tip of the day text information}}
<td COLSPAN="3" class="TipInfo">{{TipOfTheDay}}</td>
</tr>
<tr>
{{// Display the Source if any}}
<td COLSPAN="3" class="Source" nowrap="true" align="right">{{TipSource}}</td>
</tr>
</table>
<!-- Footer section-->
{{include Footer.htm}}
<hr>
<!-- Instructions section-->
<pre>{{include Instructions.txt}}</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -