- 注册时间
- 2009-12-25
- 最后登录
- 2021-7-10
- 在线时间
- 3302 小时
- 阅读权限
- 200
- 积分
- 10
- 帖子
- 13416
- 精华
- 1
- UID
- 2036
|
修改文件:/include/arc.archives.class.php
3 |( ?) ?! F+ j) j8 O: [修改行数:356行
8 P# g+ \# Q2 K4 n7 T" K+ I修改代码如下:
6 C; k! k3 D# N# D" W3 |" O( Y' ?# u7 }//循环生成HTML文件8 J' H! y8 o) e5 X* F# }# e
else
- R: U+ _( K% u5 C6 o4 F' y) C{1 F2 L3 b2 q. Y, P7 H% z
for($i=1;$i<=$this->TotalPage;$i++)- K! S: W, f& ?+ F- B3 @) X# E
{
# J# k& ~$ n- d8 Z6 w( |) ^4 D$tempTitle=$this->Fields['title'];//临时存储一个标题副本
# @$ t# n* x$ B7 Yif($i>1)! R9 y4 B0 Z$ ]9 }
{
5 E( P) w: | Z, e$truefilename = $this->GetTruePath().$fileFirst.”_”.$i.”.”.$this->ShortName;1 J( m+ v% n1 A- O7 F+ W
//为分页标题加上序号。
$ M6 z. `7 }" o* Z8 O; Y, {$this->Fields['title'] = $this->Fields['title'].’(‘.$i.’)';//在标题后面多加个序号
7 w; x8 L X% i* W, F1 q}( G# U! b3 X; }! T- t( `+ e- \* _
else. O: ~0 K5 |# i6 `
{% N4 H3 x) O3 K3 g1 w
$truefilename = $this->GetTruePath().$filename;% }( x c; K) y" u4 t. h
}
' T: z2 O# F5 o* Y" `! J" a' E; ]* B$this->ParseDMFields($i,1);
1 W5 J' d- t _, }- B$this->dtp->SaveTo($truefilename);: ^9 l( s. K2 K! O; y
$this->Fields['title']=$tempTitle;//生成html,还原标题. g: ?7 J4 {$ H7 J
}
: M. v: h9 V- O% c. I ]3 d5 [} |
|