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,9 @@
<?xml version="1.0"?>
<root>
<LabelType>内容分页</LabelType>
<LabelImage>../../Admin/Images/LabelIco/PE_Vote.gif</LabelImage>
<LabelIntro>显示下拉分页标题</LabelIntro>
<LabelTemplate><![CDATA[<select id='Jumppage' onchange="if(this.options[this.selectedIndex].value!=''){redirecturl(this.options[this.selectedIndex].value);}">
{$loop}<option value='{$pageurl/}'>{$pagetitle/}</option>$$$<option value='{$pageurl/}' selected>{$pagetitle/}</option>{$/loop}
</select>]]></LabelTemplate>
</root>