差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
blog:archives:2675 [2019/09/14 12:59] 管理员blog:archives:2675 [2023/10/03 20:35] (当前版本) 管理员
行 541: 行 541:
     if ( defined( $FORM{ftype} ) && $FORM{ftype} eq "or" ) {     if ( defined( $FORM{ftype} ) && $FORM{ftype} eq "or" ) {
         print         print
-            "<li><input type=\"radio\" name=\"ftype\" value=\"or\" checked />OR&nbsp;&nbsp;";+            "<li><input type=\"radio\" name=\"ftype\" value=\"or\" checked />OR&nbsp;&nbsp;";
         print         print
-            "<input type=\"radio\" name=\"ftype\" value=\"and\" />AND";+            "<input type=\"radio\" name=\"ftype\" value=\"and\" />AND";
     }     }
     else {     else {
         print         print
-            "<li><input type=\"radio\" name=\"ftype\" value=\"or\" />OR&nbsp;&nbsp;";+            "<li><input type=\"radio\" name=\"ftype\" value=\"or\" />OR&nbsp;&nbsp;";
         print         print
-            "<input type=\"radio\" name=\"ftype\" value=\"and\" checked />AND";+            "<input type=\"radio\" name=\"ftype\" value=\"and\" checked />AND";
     }     }
     print <<"_EOF_";     print <<"_EOF_";
  • 最后更改: 2019/09/14 12:59