first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<root>
<LabelType>列表分页</LabelType>
<LabelImage>../../Admin/Images/LabelIco/PE_user.gif</LabelImage>
<LabelIntro>页面需要引用js/slider.js,需要有跳转函数:changepage(转到页, 标签名, 分页标签名)</LabelIntro>
<LabelTemplate>&lt;script language="JavaScript"&gt;
var A_TPL2h = {
'b_vertical' : false,
'b_watch': true,
'n_controlWidth': 140,
'n_controlHeight': 16,
'n_sliderWidth': 19,
'n_sliderHeight': 16,
'n_pathLeft' : 0,
'n_pathTop' : 0,
'n_pathLength' : 121,
's_imgControl': '{PE.SiteConfig.applicationpath/}Images/Silder/sldr1v_bg.gif',
's_imgSlider': '{PE.SiteConfig.applicationpath/}Images/Silder/sldr1v_sl.gif',
'n_zIndex': 1
}
var A_INIT2h = {
's_type' : 'ajax',
's_name' : 'showpagenum',
'n_minValue' : 1,
'n_maxValue' : {$endid/},
'n_value' : {$currentid/},
'n_step' : 1,
's_spanname' : '{$spanname/}',
's_sourcename' : '{$sourcename/}'
}
new slider(A_INIT2h, A_TPL2h);
&lt;/script&gt;</LabelTemplate>
</root>