mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-30 08:53:49 +00:00
7 lines
294 B
HTML
7 lines
294 B
HTML
<form id="group-add-form" action="" method="post" name="group-add-form" class="hide">
|
|
<label>小组名称:</label><br />
|
|
<input id="group_name" name="group_name" value="" /><br />
|
|
<p class="error hide"></p>
|
|
<input id="group-add-submit" type="submit" value="提交" />
|
|
</form>
|