- 注册时间
- 2009-12-25
- 最后登录
- 2021-7-10
- 在线时间
- 3302 小时
- 阅读权限
- 200
- 积分
- 10
- 帖子
- 13416
- 精华
- 1
- UID
- 2036
|
修改文件:/include/arc.archives.class.php- b+ q6 \ j1 L1 f! O' y
修改行数:356行
3 w/ O ~" j9 N# r" i* i修改代码如下:
- I3 @: P- c* [( D; k2 l! F//循环生成HTML文件" @/ Y1 M. L8 i5 [( O0 ^
else
. @- _4 p' U$ e{
% g3 a4 R) j$ wfor($i=1;$i<=$this->TotalPage;$i++)' @+ E& ^5 ? x3 l' B
{& z9 }4 G+ f. @% y8 T* X2 U
$tempTitle=$this->Fields['title'];//临时存储一个标题副本+ g+ M+ h: E" R1 s0 {
if($i>1)
9 ?: ^% D6 r, g! D) B{
. a6 {4 q% ^9 g7 n9 M- G7 C: o! ^3 ]$truefilename = $this->GetTruePath().$fileFirst.”_”.$i.”.”.$this->ShortName;5 R4 S7 _+ X. ~/ _
//为分页标题加上序号。
. m: |5 ]& T8 u2 b% U& m- K$this->Fields['title'] = $this->Fields['title'].’(‘.$i.’)';//在标题后面多加个序号
- }3 ^( T) B9 P}& F6 z6 s |: A. `
else
0 @7 s. I o& J( ~{
8 c3 E- ?% a' Y, M4 S8 r$truefilename = $this->GetTruePath().$filename;) g7 N# I6 A, m6 g o0 h
}
/ q$ I6 ?3 O: a7 I! v) S! m8 z8 E6 e$this->ParseDMFields($i,1);
$ G9 U/ b/ T4 L8 j( R: y7 {$this->dtp->SaveTo($truefilename);8 o! H9 F# y) J- v- l
$this->Fields['title']=$tempTitle;//生成html,还原标题. X# s! v) L; B
}
/ o/ s" X* K8 D9 t3 {} |
|