Initial project files: BESCMS full source

This commit is contained in:
bes
2026-08-13 23:37:46 +08:00
parent fa6cddb540
commit 2e26f85723
2166 changed files with 396625 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{template "header.html"}
<form class="form-horizontal" role="form" id="myform" style="margin-top: -20px">
{dr_form_hidden()}
<p>1、{dr_lang('本操作将删除目录(%s)中的文件', $path)}</p>
<p>2、{dr_lang('如果该应用在其他目录中存在的文件,需要手动删除')}</p>
{if $files}
<div class="note note-danger">
{loop $files $t}
<p style=" word-wrap: break-word;">{$t}</p>
{/loop}
</div>
{/if}
</form>
{template "footer.html"}