1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00
seahub/templates/snippets/group_add_form.html

7 lines
294 B
HTML
Raw Normal View History

2012-09-06 05:20:36 +00:00
<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>