#!/usr/local/bin/perl ##----製作者----############################################ # # Football League Table Type P Version 1.00 # # This is Freeware. # Script written by Masayoshi # Created on: 2003.03.04 # Update: 2003.03.04 # Copyright (C) 2003 Masayoshi. All Rights Reserved. # I can be reached at: masayosi@mahoroba.ne.jp # Scripts Found at: http://www3.mahoroba.ne.jp/~masayosi/jfl/top.shtml # ############################################################ require 'cgi-lib.pl'; &ReadParse(in); ##----設定(1)----## # タイトル $title = "Football League Table Type P"; # タイトルフォント $tfont = "Times New Roman"; # グループ名 $gname_a = "Group A"; $gname_b = "Group B"; $gname_c = "Group C"; $gname_d = "Group D"; # グループ数 $n = "4"; # 記録ファイル $table_a = "table_a.dat"; $table_b = "table_b.dat"; $table_c = "table_c.dat"; $table_d = "table_d.dat"; # Home Page URL $home = "../jfl/index.html"; # 色設定 $bgcolor = "#FFCC00"; $text = "#000000"; $tabgc = "#FFA042"; $link = "#CC6600"; $vlink = "#990000"; $alink = "#FF3300"; $hlink = "#FF0000"; ## パスワード # 入力キー $addpas = "1234"; ##----設定終了----## $in{'pas'} =~ s/</g; $in{'pas'} =~ s/>/>/g; $in{'hscore'} =~ s/</g; $in{'ascore'} =~ s/>/>/g; $hteam = "$in{'hteam'}"; $ateam = "$in{'ateam'}"; $hscore = "$in{'hscore'}"; $ascore = "$in{'ascore'}"; print "Content-type: text/html\n\n"; print <<"EOM";
パスワードが一致しません
\n"; print "\n"; print "\n"; print "\n"; exit; } ##----表示----## sub table{ print "Team | PD | W | D | L | GF | GA | GD | Pts. |
$team | $pd | $win | $draw | $lost | $gf | $ga | $gd | $pts |