#!/usr/local/bin/perl
##############################################################################
# shiromuku(u2)LINKS version 1.32
# Created 06/18/2003
# Copyright 2003 Shiromuku
# Available at http://www.t-okada.com/cgi/
###############################################################################
# COPYRIGHT NOTICE (著作権の告示)
# Copyright 2003 Shiromuku All Rights Reserved.
# This script can be used and modified free of charge as long as you don't change this header or any of the parts that give me credit for writing this. (このスクリプトは無償で使用または改変できます。ただしこの著作権の告知と上記のコメント、及びCGIにより生成されるHTML表示下部にある著作権表示部は変えないで下さい。)
# By using this script you agree to indemnify me from any liability that might arise from its use. In simple English, if this script somehow makes your computer run amuck and kill the pope, it's not my fault.(このスクリプトを使用することにより、使用者はその使用によって起こる可能性のあるいかなる事柄に対する責務についても、私Shiromukuに免責の保証を与えることに同意したものとします。)
# Redistributing and selling the code for this program without prior written consent is expressly forbidden.(前もって書面での承諾を得ることなくこのプログラムのコードを再配布したり売ったりすることは 明確に禁じられています。)
#######################
require './jcode.pl';
require './su2_links_lib.cgi';
#######################
use strict;
my $gl = &get_globals("su2_links_gl.cgi");
$gl->{version} = "version 1.31";
my ($form);
my$config = &open_config ($gl);
if ($ENV{'CONTENT_LENGTH'} || $ENV{'QUERY_STRING'}) {
$form = &parse_data($gl,$config);
}
my %HoD = ();
@HoD{"gl", "config", "form"} = ($gl, $config, $form);
#foreach $key (keys (%{$HoD{config}})) {
#if ($key =~ /^c2_/) {$HoD{config}{$key} =~ s/
/\n/g;}
#}
if ($ENV{'REQUEST_METHOD'} eq "POST") {
if ($form->{action} eq "make_html") {
unless (defined $form->{cat}) {
&error("カテゴリーを選択して下さい。\n", \%HoD);
}
&make_html (\*STDOUT, \%HoD); exit (0) ;
}
elsif ($form->{action} eq "user_a1") {
&check_pass (\%HoD);
&make_html (\*STDOUT, \%HoD); exit (0) ;
#&user_a1(\%HoD);
}
elsif ($form->{action} eq "search_all") {&search_all(\%HoD); exit (0) ;}
elsif ($form->{action} eq "search_all_lists") {&search_all_lists(\%HoD); exit (0) ;}
}
if ($form->{action} eq "make_html") {
unless (defined $form->{cat}) {
&error("カテゴリーを選択して下さい。\n", \%HoD);
}
&make_html (\*STDOUT, \%HoD);
}
else {
if (-e "$gl->{basedir}/$gl->{passfile}") {&return_main(\%HoD);}
else {
&head("管理用ページ", \%HoD);
print "