2020-08-21 12:32:16 +08:00
|
|
|
{$layout}
|
|
|
|
|
|
2020-09-06 16:19:34 +08:00
|
|
|
{$template "/left_menu"}
|
2020-08-21 12:32:16 +08:00
|
|
|
|
|
|
|
|
<div class="right-box">
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-16 20:29:13 +08:00
|
|
|
<input type="hidden" name="webId" :value="webId"/>
|
2020-09-23 18:43:38 +08:00
|
|
|
<http-charsets-box :v-usual-charsets="usualCharsets" :v-all-charsets="allCharsets" :v-charset-config="charsetConfig"></http-charsets-box>
|
2020-09-16 20:29:13 +08:00
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
2020-08-21 12:32:16 +08:00
|
|
|
</div>
|