14 lines
407 B
HTML
14 lines
407 B
HTML
<%+cbi/valueheader%>
|
|
<div style="text-align: center; margin:2% auto; display: block; width: 100%; text-overflow: ellipsis;">
|
|
<div>
|
|
<%:Note: Please Upload File According To File Type, File Will Be Saved To The Prompt Path%>
|
|
</div>
|
|
<div style="color: green; margin-top: 1%;">
|
|
<%
|
|
local val = self:cfgvalue(section) or self.default or ""
|
|
write(pcdata(val))
|
|
%>
|
|
</div>
|
|
</div>
|
|
<%+cbi/valuefooter%>
|