1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-30 08:53:49 +00:00
seahub/templates/snippets/group_add_form.html
2012-09-06 13:22:16 +08:00

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>