Changeset 15519
- Timestamp:
- 07/09/08 00:49:47 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/tiarra/trunk/module/System/WebClient.pm
r15324 r15519 509 509 $DEBUG and $this->_debug("$peer: check auth ..."); 510 510 my $accepted_list = $this->auth($conflist, $req); 511 $DEBUG and $this->_debug("$peer: auth=".Dumper($accepted_list));use Data::Dumper; 511 512 my $authtoken_list; 512 513 if( @$accepted_list ) … … 591 592 592 593 593 $this->_debug("$peer: accept: sid= $req->{sid}");594 $this->_debug("$peer: accept: sid=".($req->{authtoken}||'-')); 594 595 $this->_dispatch($req); 595 596 } … … 940 941 <h1>Login</h1> 941 942 942 <form action="login" method=" post">943 <form action="login" method="POST"> 943 944 名前: <input type="text" name="n" value="<&NAME>" /><br /> 944 945 <input type="submit" value="Login" /><br /> … … 1581 1582 <&CONTENT> 1582 1583 1583 <form action="./" method=" post">1584 <form action="./" method="POST"> 1584 1585 ENTER: <input type="text" name="enter" value="" /> 1585 1586 <input type="submit" value="入室" /><br /> … … 1898 1899 <&CONTENT_RAW> 1899 1900 1900 <form action="./" method=" post">1901 <form action="./" method="POST"> 1901 1902 <p> 1902 1903 talk:<&NAME_MARKER_RAW><input type="text" name="m" size="60" /> … … 1985 1986 { 1986 1987 my ($key, $val) = split(/=/, $pair, 2); 1988 $val =~ tr/+/ /; 1987 1989 $val =~ s/%([0-9a-f]{2})/pack("H*",$1)/gie; 1988 1990 $cgi->{$key} = $val; … … 1996 1998 { 1997 1999 my ($key, $val) = split(/=/, $pair, 2); 2000 $val =~ tr/+/ /; 1998 2001 $val =~ s/%([0-9a-f]{2})/pack("H*",$1)/gie; 1999 2002 $cgi->{$key} = $val; … … 2142 2145 <&CONTENT_RAW> 2143 2146 2144 <form action="./info" method=" post">2147 <form action="./info" method="POST"> 2145 2148 TOPIC: <span class="chan-topic"><&TOPIC></span><br /> 2146 2149 <input type="text" name="topic" value="<&IN_TOPIC>" /> … … 2152 2155 </p> 2153 2156 2154 <form action="./info" method=" post">2157 <form action="./info" method="POST"> 2155 2158 PART: <input type="text" name="part" value="<&PART_MSG>" /> 2156 2159 <input type="submit" value="退室" /><br /> 2157 2160 </form> 2158 2161 2159 <form action="./info" method=" post">2162 <form action="./info" method="POST"> 2160 2163 JOIN <input type="hidden" name="join" value="<&CH_LONG>" /> 2161 2164 <input type="submit" value="入室" /><br /> 2162 2165 </form> 2163 2166 2164 <form action="./info" method=" post">2167 <form action="./info" method="POST"> 2165 2168 DELETE <input type="hidden" name="delete" value="<&CH_LONG>" /> 2166 2169 <input type="submit" value="削除" /><br /> … … 2292 2295 <h1>設定</h1> 2293 2296 2294 <form action="./config" method=" post">2297 <form action="./config" method="POST"> 2295 2298 名前: <input type="text" name="n" value="<&NAME>" /><br /> 2296 2299 <input type="submit" value="変更" /><br />
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)