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
+22
View File
@@ -0,0 +1,22 @@
</div>
</div>
</div>
</div>
<div class="scroll-to-top">
<i class="bi bi-arrow-up-circle-fill"></i>
</div>
{if isset($_GET['show_field']) && $_GET['show_field']}
<script>
$(function (){
$('#dr_row_{dr_safe_replace($_GET['show_field'])}').addClass('has-error');
$('#dr_{dr_safe_replace($_GET['show_field'])}').focus();
});
</script>
{/if}
{if is_file(WRITEPATH.'update.lock')}
<script>
dr_iframe_show('{dr_lang('升级程序脚本')}', '{dr_url('cache/update_index')}');
</script>
{/if}
</body>
</html>