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
+12
View File
@@ -0,0 +1,12 @@
<form class="form-horizontal" role="form" id="myform">
{$form}
<div style=" padding: 20px 10px 0 10px">
<textarea name="code" style="height:90%;width: 100%; padding: 6px 12px;
background-color: #fff;
border: 1px solid #E4E6EF;
color: #3F4254;
background-clip: padding-box;
border-radius: 4px;">{$data}</textarea>
</div>
</form>