- 注册时间
- 2009-12-25
- 最后登录
- 2021-7-10
- 在线时间
- 3302 小时
- 阅读权限
- 200
- 积分
- 10
- 帖子
- 13416
- 精华
- 1
- UID
- 2036
|
修改文件:/include/arc.archives.class.php4 l; c5 L9 a9 l1 S9 [
修改行数:356行3 Z! L% A( u& M- _; C& f
修改代码如下:
4 H* c9 g+ J/ V//循环生成HTML文件2 |; V9 q0 H" U% K- u9 z
else ]' E, n* A, l% s
{: H. }+ I! b, V8 H4 _2 y7 c
for($i=1;$i<=$this->TotalPage;$i++)! |. j& J M( z' Z. k: K5 K
{
! F. e' `: l! N$tempTitle=$this->Fields['title'];//临时存储一个标题副本- y" T/ j, l/ L. B/ T/ s$ Z
if($i>1)
8 X3 [# F- B( B, e2 j{/ W7 J! @) \5 [
$truefilename = $this->GetTruePath().$fileFirst.”_”.$i.”.”.$this->ShortName;
' K% Z9 {' W- a3 O$ m( J//为分页标题加上序号。# \ y: x# P! _: @7 A& \% P4 a
$this->Fields['title'] = $this->Fields['title'].’(‘.$i.’)';//在标题后面多加个序号- j8 X/ S. \) ^
}& ^9 I) m& ?$ |/ R9 b5 W! j
else
+ }2 I8 @+ o$ L( F3 i{
6 C4 w) v3 y' w7 |6 v7 a8 }$truefilename = $this->GetTruePath().$filename;
- d4 v/ F+ o& W1 G) [}. u' u0 O) h9 {7 W
$this->ParseDMFields($i,1);
5 c, M7 a! s& |$this->dtp->SaveTo($truefilename);
: h# m: e- h! ?$ q$this->Fields['title']=$tempTitle;//生成html,还原标题. }/ V2 q6 a# K3 O9 ^3 T- X
}* r& C; S& Q; S6 ]% |
} |
|