2012-09-01 09:46:46 +00:00
|
|
|
|
<form id="repo-share-form" action="{{ post_url }}" method="post" name="repo-share-form" class="hide">
|
2012-10-20 02:28:22 +00:00
|
|
|
|
<label>共享给:</label><br />
|
2012-10-19 09:53:31 +00:00
|
|
|
|
<textarea id="email_or_group" name="email_or_group" placeholder="输入邮箱或群组"></textarea>
|
2012-10-23 09:46:15 +00:00
|
|
|
|
{% if cloud_mode %}
|
|
|
|
|
{% if org %}
|
|
|
|
|
<p class="tip">Tip:必须是团体内成员或群组,输入 all 共享到公共资料。</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% else %}
|
2012-10-20 02:28:22 +00:00
|
|
|
|
<p class="tip">Tip:输入 all 共享到公共资料</p>
|
|
|
|
|
{% endif %}
|
2012-09-26 02:49:00 +00:00
|
|
|
|
<select name="permission">
|
|
|
|
|
<option value="rw" selected="selected">可读写</option>
|
|
|
|
|
<option value="r">只可浏览</option>
|
|
|
|
|
</select>
|
2012-07-28 08:41:24 +00:00
|
|
|
|
<input id="repo_id" type="hidden" name="repo_id" value="" />
|
2012-07-31 06:58:47 +00:00
|
|
|
|
<p class="error hide"></p>
|
2012-07-28 08:41:24 +00:00
|
|
|
|
<input type="submit" value="提交" id="share-submit-btn" />
|
|
|
|
|
</form>
|