📄 help.pl
字号:
###############################################################################
# Help.pl #
###############################################################################
# UltraBoard Ver. 1.61 by UltraScripts.com #
# Scripts written by Jacky W.W. Yung, WebMaster@UltraScripts.com #
# Available from http://www.UltraScripts.com/UltraBoard/ #
# --------------------------------------------------------------------------- #
# PROGRAM NAME : UltraBoard #
# VERSION : 1.61 #
# LAST MODIFIED : 30/06/1999 #
# =========================================================================== #
# COPYRIGHT NOTICE : #
# #
# Copyright (c) 1999 Jacky Yung. All Rights Reserved. #
# #
# This program is free software; you can change or modify it as you see fit. #
# However, modified versions cannot be sold or distributed. You cannot alter #
# the copyright and "powered by" notices throughout the scripts. These #
# notices must be clearly visible to the end users. #
# #
# WARRANTY DISCLAIMER: #
# #
# THIS PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT #
# ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR #
# FITNESS FOR A PARTICULAR PURPOSE. #
###############################################################################
###############################################################################
# Help #
###############################################################################
sub Help {
$HTML.= "<p>".&BTable($TableWidth,$TableAlign,"0","0",$TableCellSpacing,$TableCellPadding,$TableBorderColor,"","").
&Tr("","",$HeaderBGColor).
&Td("","","","","","","","","").
&Font($FontFace,$HeaderTextSize,$HeaderTextColor).
"<b>什么是 武林秘技 ?</b>".
&CFont().
&CTd().
&CTr().
&Tr("","",$RowOddBGColor).
&Td("","","","","","","","","").
&Table("100%","CENTER","5","5","","").
&Tr("","","").
&Td("","","","","","MIDDLE","","","").
&Font($FontFace,$TextSize,$TextColor).
"武林秘技 能让您的帖子更富个人特色。".
&CFont().
&CTd().
&CTr().
&CTable().
&CTd().
&CTr().
&CBTable();
$HTML.= "<p>".
&BTable($TableWidth,$TableAlign,"0","0",$TableCellSpacing,$TableCellPadding,$TableBorderColor,"","").
&Tr("","",$HeaderBGColor).
&Td("","","","","","","","","").
&Font($FontFace,$HeaderTextSize,$HeaderTextColor).
"<b>如何使用武林秘技 ?</b>".
&CFont().
&CTd().
&CTr().
&Tr("","",$RowOddBGColor).
&Td("","","","","","","","","").
&Table("100%","CENTER","5","5","","").
&Tr("","","").
&Td("","","","","","MIDDLE","","","").
&Font($FontFace,$TextSize,$TextColor);
$HTML.= "下面是一些例子教你如何使用武林秘技 。<p>";
$HTML.= &BTable($TableWidth,$TableAlign,"0","0","1",$TableCellPadding,$TableBorderColor,"","").
&Tr("","",$RowOddBGColor).
&Td("","","","","","","",$ColumnOddBGColor,"").
&Font($FontFace,$TextSize,$TextColor).
"<b>武林秘技</b>".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"<b>说明</b>".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"<b>效果</b>".
&CFont().
&CTd().
&CTr().
&Tr("","",$RowOddBGColor).
&Td("","","","","","","",$ColumnOddBGColor,"").
&Font($FontFace,$TextSize,$TextColor).
"<b>\\</b>http\:\/\/catoc.inviteu.com".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"加入超级联结,可以加入网址和电子邮件。".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"<a href=\"http://www.ultrascripts.com\" target=\"_blank\">http://www.ultrascripts.com</a>".
&CFont().
&CTd().
&CTr().
&Tr("","",$RowOddBGColor).
&Td("","","","","","","",$ColumnOddBGColor,"").
&Font($FontFace,$TextSize,$TextColor).
"<b>[url=</b>http://www.ultrascripts.com<b>]</b>www.ultrascripts.com<b>[/url]</b>".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"加入带有说明的超级联结。".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"<a href=\"http://www.ultrascripts.com\" target=\"_blank\">www.ultrascripts.com</a>".
&CFont().
&CTd().
&CTr().
&Tr("","",$RowOddBGColor).
&Td("","","","","","","",$ColumnOddBGColor,"").
&Font($FontFace,$TextSize,$TextColor).
"<b>[email=</b>lastsun\@netease.com<b>]</b>龙追日<b>[/url]</b>".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"加入带有说明的电子邮件地址。".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"<a href=\"mailto:lastsun\@netease.com\" target=\"_blank\">龙追日</a>".
&CFont().
&CTd().
&CTr().
&Tr("","",$RowOddBGColor).
&Td("","","","","","","",$ColumnOddBGColor,"").
&Font($FontFace,$TextSize,$TextColor).
"<b>[img=</b>Your image address<b>]</b>".
&CFont().
&CTd().
&Td("","","","","","","","","").
&Font($FontFace,$TextSize,$TextColor).
"Show Image".
&CFont().
&CTd().
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -