1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-01 01:12:41 +00:00
seahub/templates/snippets/repo_share_form.html

9 lines
417 B
HTML
Raw Normal View History

<form id="repo-share-form" action="{{ post_url }}" method="post" name="repo-share-form" class="hide">
<label>邮箱或小组:</label><br />
<textarea id="email_or_group" name="email_or_group"></textarea>
<input id="repo_id" type="hidden" name="repo_id" value="" />
2012-09-06 09:38:29 +00:00
<p class="tip">{{ tips }}</p>
<p class="error hide"></p>
<input type="submit" value="提交" id="share-submit-btn" />
</form>