示例#1
0
function form1($title)
{
    headingbar($title, "100%");
    print "<form method=POST>\n";
}
示例#2
0
文件: lib.php 项目: piter65/spilldec
function form1($title, $fnm)
{
    headingbar($title);
    print "<form method=POST name=\"{$fnm}\" id=\"{$fnm}\">\n";
}