1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-02 18:03:51 +00:00
seahub/templates/snippets/repo_share_form.html

9 lines
473 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="" />
<p class="tip">可以是非网站注册用户,我们会以邮件通知对方。</p>
<p class="error hide"></p>
<input type="submit" value="提交" id="share-submit-btn" />
</form>