1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00

Changed repo name

This commit is contained in:
ZhengXie
2012-10-09 14:38:13 +08:00
parent e0328f503e
commit 41d0b33b77
32 changed files with 63 additions and 63 deletions

View File

@@ -4,6 +4,6 @@
{% block main_panel %}
<div class="text-panel">
<p>该访问链接已失效,如有需要,请联系目录拥有者 {{ repo_owner }}</p>
<p>该访问链接已失效,如有需要,请联系资料库拥有者 {{ repo_owner }}</p>
</div>
{% endblock %}

View File

@@ -1,11 +1,11 @@
{% autoescape off %}
亲爱的 {{ anon_email }}
{{ email }} 在SeaCloud上共享了一个同步目录给你,请点击以下链接查看:
{{ email }} 在SeaCloud上共享了一个资料库给你,请点击以下链接查看:
{{ protocol }}://{{ domain }}{% url share.views.anonymous_share_confirm token=token %}
注册后,就可以在首页查看该同步目录。感谢使用我们的网站!
注册后,就可以在首页查看该资料库。感谢使用我们的网站!
Seafile团队

View File

@@ -1,7 +1,7 @@
{% autoescape off %}
亲爱的 {{ to_email }}
{{ user }} 在SeaCloud上共享了一个同步目录给你。注册帐号后请点击以下链接查看:
{{ user }} 在SeaCloud上共享了一个资料库给你。注册帐号后请点击以下链接查看:
{{ protocol }}://{{ domain }}{% url myhome %}

View File

@@ -4,7 +4,7 @@
{% block nav_shareadmin_class %}class="cur"{% endblock %}
{% block right_panel %}
<h3>我共享的同步目录</h3>
<h3>我共享的资料库</h3>
{% if shared_repos %}
<table class="repo-list">
<tr>
@@ -49,7 +49,7 @@
<table class="sharelink-list">
<tr>
<th width="45%">文件名</th>
<th width="30%">所属目录</th>
<th width="30%">所属资料库</th>
<th width="10%">查看次数</th>
<th width="15%">操作</th>
</tr>