| 5 |
@Description: |
@Description: |
| 6 |
@@@: WikiView output partial downgrade for old clients |
@@@: WikiView output partial downgrade for old clients |
| 7 |
@@lang:en |
@@lang:en |
| 8 |
@License: %%GPL%% |
@License: %%Perl%% |
| 9 |
@Author: |
@Author: |
| 10 |
@@Name: |
@@Name: |
| 11 |
@@@@: Wakaba |
@@@@: Wakaba |
| 12 |
@@@lang:ja |
@@@lang:ja |
| 13 |
@@@script:Latn |
@@@script:Latn |
| 14 |
@@Mail[list]: [email protected] |
@@Mail[list]: [email protected] |
| 15 |
@Date.RCS: $Date$ |
@Date.RCS: |
| 16 |
@RequiredModule[list]: |
$Date$ |
|
@RequiredPlugin[list]: |
|
| 17 |
|
|
| 18 |
PluginConst: |
PluginConst: |
| 19 |
@NS_XHTML1: |
@NS_XHTML1: |
| 84 |
$flag->{ua_winie40} = 1; |
$flag->{ua_winie40} = 1; |
| 85 |
} elsif ($iever >= 3) { |
} elsif ($iever >= 3) { |
| 86 |
$flag->{html_no_latin1} = 1; |
$flag->{html_no_latin1} = 1; |
| 87 |
## ISSUE: Is WinIE4 support latin-1 character on Japanese Windoze? |
## ISSUE: Does WinIE4 support latin-1 character on Japanese Windoze? |
| 88 |
$flag->{ua_winie30} = 1; |
$flag->{ua_winie30} = 1; |
| 89 |
|
$flag->{js_no_regex} = 1; |
| 90 |
|
## ISSUE: Does WinIE4 support /regex-literal/? |
| 91 |
} else { # WinIE 2 |
} else { # WinIE 2 |
| 92 |
$flag->{html_no_div} = 1; |
$flag->{html_no_div} = 1; |
| 93 |
$flag->{stylesheet_no_css} = 1; |
$flag->{stylesheet_no_css} = 1; |
| 112 |
$flag->{html_no_table_abbr} = 1; |
$flag->{html_no_table_abbr} = 1; |
| 113 |
$flag->{stylesheet_no_css} = 1; |
$flag->{stylesheet_no_css} = 1; |
| 114 |
} |
} |
| 115 |
|
|
| 116 |
|
if ($ua_name =~ /[Bb][Oo][Tt]/) { |
| 117 |
|
$flag->{is_robot} = 1; |
| 118 |
|
} |
| 119 |
|
|