tipoftheday.srf

来自「Visual_C++[1].NET_Bible1 Visual_C++宝典书中」· SRF 代码 · 共 40 行

SRF
40
字号
{{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>&nbsp;</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 + =
减小字号Ctrl + -
显示快捷键?