2011-04-30 05:18:32 +00:00
|
|
|
{% extends "myhome_base.html" %}
|
2012-10-26 11:15:52 +00:00
|
|
|
{% load seahub_tags avatar_tags group_avatar_tags i18n %}
|
2012-08-30 12:15:17 +00:00
|
|
|
{% load url from future %}
|
2011-05-08 07:19:58 +00:00
|
|
|
|
2012-05-12 07:52:07 +00:00
|
|
|
{% block nav_myhome_class %}class="cur"{% endblock %}
|
2012-05-24 12:19:14 +00:00
|
|
|
|
2012-09-28 13:51:04 +00:00
|
|
|
{% block left_panel %}
|
2012-10-09 06:59:42 +00:00
|
|
|
<div class="info-item">
|
2012-11-02 11:45:51 +00:00
|
|
|
<h3 class="info-item-top">{% trans "Account" %}</h3>
|
2012-10-29 13:43:52 +00:00
|
|
|
<div class="info-item-bottom home-profile ovhd">
|
2012-12-26 06:59:37 +00:00
|
|
|
<a href="{{ SITE_ROOT }}profile/" class="pic no-deco fleft" title="{% trans "Edit" %}">{% avatar request.user 48 %}</a>
|
|
|
|
<div class="txt fright">
|
|
|
|
<p>{% if nickname %}{{ nickname }}{% else %}{% trans "No Nickname" %}{% endif %}</p>
|
|
|
|
<a href="{{ SITE_ROOT }}profile/" class="edit">{% trans "Edit" %}</a>
|
|
|
|
</div>
|
2012-10-29 13:43:52 +00:00
|
|
|
</div>
|
2012-10-09 06:59:42 +00:00
|
|
|
</div>
|
2012-06-20 06:18:23 +00:00
|
|
|
|
2012-09-27 08:05:07 +00:00
|
|
|
{% if grpmsg_list or grpmsg_reply_list or orgmsg_list %}
|
2012-10-09 06:59:42 +00:00
|
|
|
<div class="info-item">
|
2012-10-26 12:23:21 +00:00
|
|
|
<h3 class="info-item-top">{% trans "Reminding..." %}</h3>
|
2012-10-26 11:50:36 +00:00
|
|
|
<ul class="info-item-bottom">
|
|
|
|
{% if grpmsg_list %}
|
|
|
|
<li>
|
2013-03-15 06:41:20 +00:00
|
|
|
{% for grp in grpmsg_list %}<a href="{% url 'group_discuss' grp.id %}" class="no-bold">{{ grp.group_name }} </a>{% endfor %}
|
2012-10-31 02:02:00 +00:00
|
|
|
{% blocktrans count counter=grpmsg_list|length %}
|
2013-03-15 06:41:20 +00:00
|
|
|
has new discussion
|
2012-10-31 02:02:00 +00:00
|
|
|
{% plural %}
|
2013-03-15 06:41:20 +00:00
|
|
|
have new discussions
|
2012-10-31 02:02:00 +00:00
|
|
|
{% endblocktrans %}
|
2012-10-26 11:50:36 +00:00
|
|
|
</li>
|
|
|
|
{% endif %}
|
2012-10-31 02:02:00 +00:00
|
|
|
|
2012-10-26 11:50:36 +00:00
|
|
|
{% if grpmsg_reply_list %}
|
2012-10-31 02:02:00 +00:00
|
|
|
<li><a href="{{ SITE_ROOT }}group/reply/new/" class="no-bold">{% blocktrans count counter=grpmsg_reply_list|length %}
|
2013-03-15 06:41:20 +00:00
|
|
|
one group discussion has new reply
|
2012-10-31 02:02:00 +00:00
|
|
|
{% plural %}
|
2013-03-15 06:41:20 +00:00
|
|
|
{{ counter }} group discussions have new replies
|
2012-10-31 02:02:00 +00:00
|
|
|
{% endblocktrans %}</a></li>
|
2012-10-26 11:50:36 +00:00
|
|
|
{% endif %}
|
2012-10-31 02:02:00 +00:00
|
|
|
|
2012-10-26 11:50:36 +00:00
|
|
|
{% if orgmsg_list %}
|
2012-10-31 02:02:00 +00:00
|
|
|
<li><a href="{% url 'org_msg' %}" class="no-bold">
|
|
|
|
{% blocktrans count counter=orgmsg_list|length %}
|
|
|
|
one org message
|
|
|
|
{% plural %}
|
|
|
|
{{ counter }} org messages
|
|
|
|
{% endblocktrans %}</a></li>
|
2012-10-26 11:50:36 +00:00
|
|
|
{% endif %}
|
|
|
|
</ul>
|
2012-10-09 06:59:42 +00:00
|
|
|
</div>
|
2012-09-27 08:05:07 +00:00
|
|
|
{% endif %}
|
2012-06-27 11:56:11 +00:00
|
|
|
|
2012-10-09 06:59:42 +00:00
|
|
|
<div class="info-item">
|
2013-03-26 04:12:44 +00:00
|
|
|
<h3 class="info-item-top">{% trans "Space/Traffic Usage" %}</h3>
|
2013-01-29 07:30:18 +00:00
|
|
|
<div class="info-item-bottom">
|
2013-02-25 09:58:53 +00:00
|
|
|
{% if CALC_SHARE_USAGE %}
|
2013-01-29 07:30:18 +00:00
|
|
|
<p>{% trans "Total" %}: {{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}</p>
|
|
|
|
{% if quota > 0 %}
|
2013-02-25 09:58:53 +00:00
|
|
|
{% if LANGUAGE_CODE == 'zh-cn' %}
|
|
|
|
<a href="http://www.seafile.com/help/quota/" target="_blank" id="quota-bar">
|
|
|
|
{% else %}
|
|
|
|
<a href="http://www.seafile.com/en/help/quota/" target="_blank" id="quota-bar">
|
|
|
|
{% endif %}
|
|
|
|
<span id="my-usage" title="{% trans "Self" %}"></span><span id="share-usage" title="{% trans "Sharing" %}"></span></a>
|
2013-01-29 07:30:18 +00:00
|
|
|
{% endif %}
|
2013-01-29 11:42:55 +00:00
|
|
|
<p id="usage-details">{% trans "Self" %} {{ my_usage|filesizeformat }}, {% trans "Sharing" %} {{ share_usage|filesizeformat }}</p>
|
2013-02-25 09:58:53 +00:00
|
|
|
{% else %}
|
2013-01-29 07:30:18 +00:00
|
|
|
<p>{{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}</p>
|
|
|
|
{% if quota > 0 %}
|
2013-02-25 09:58:53 +00:00
|
|
|
<div id="quota-bar"><span id="quota-usage"></span></div>
|
2013-01-29 07:30:18 +00:00
|
|
|
{% endif %}
|
2013-02-25 09:58:53 +00:00
|
|
|
{% endif %}
|
2013-03-18 11:53:45 +00:00
|
|
|
{% if TRAFFIC_STATS_ENABLED %}
|
2013-03-27 14:02:32 +00:00
|
|
|
<p class="traffic-stat">
|
|
|
|
{% if LANGUAGE_CODE == 'zh-cn' %}
|
|
|
|
<a href="http://www.seafile.com/help/traffic/" target="_blank" title="点击查看帮助">{% trans "Traffic this month:" %}</a>
|
|
|
|
{% else %}
|
|
|
|
<a href="http://www.seafile.com/en/help/traffic/" target="_blank" title="Click to see the help">{% trans "Traffic this month:" %}</a>
|
|
|
|
{% endif %}
|
|
|
|
{{ traffic_stat|filesizeformat }}
|
|
|
|
</p>
|
2013-03-18 11:53:45 +00:00
|
|
|
{% endif %}
|
2013-01-29 07:30:18 +00:00
|
|
|
</div>
|
2012-10-09 06:59:42 +00:00
|
|
|
</div>
|
2012-06-20 06:18:23 +00:00
|
|
|
|
2012-09-22 11:17:22 +00:00
|
|
|
{% with groups=joined_groups %}
|
2012-09-05 03:03:15 +00:00
|
|
|
{% include "snippets/my_groups.html" %}
|
2012-09-22 11:17:22 +00:00
|
|
|
{% endwith %}
|
2011-11-01 14:21:01 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
2011-05-08 07:19:58 +00:00
|
|
|
{% block right_panel %}
|
2013-01-12 09:44:08 +00:00
|
|
|
<!--mine shared stared -->
|
2012-09-05 03:03:15 +00:00
|
|
|
{% include "snippets/my_owned_repos.html" %}
|
2011-10-12 16:17:48 +00:00
|
|
|
|
2012-09-28 13:51:04 +00:00
|
|
|
{% if events %}
|
2012-10-15 13:03:42 +00:00
|
|
|
{% include "snippets/events.html" %}
|
2012-09-28 13:51:04 +00:00
|
|
|
{% endif %}
|
|
|
|
|
2012-09-01 09:46:46 +00:00
|
|
|
{% url 'share_repo' as repo_share_url %}
|
2013-03-05 06:44:38 +00:00
|
|
|
{% with post_url=repo_share_url groups=joined_groups contacts=my_contacts %}
|
2012-07-28 08:41:24 +00:00
|
|
|
{% include "snippets/repo_share_form.html" %}
|
2012-09-01 09:46:46 +00:00
|
|
|
{% endwith %}
|
|
|
|
|
2012-07-28 08:41:24 +00:00
|
|
|
{% include "snippets/repo_create_form.html" %}
|
2012-03-26 08:52:10 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block extra_script %}
|
|
|
|
<script type="text/javascript">
|
2013-01-29 07:30:18 +00:00
|
|
|
{% if quota > 0 %}
|
|
|
|
{% if CALC_SHARE_USAGE %}
|
|
|
|
$('#my-usage').css({'width':{{my_usage}}/{{quota}} * 100 + '%'});
|
|
|
|
$('#share-usage').css({'width':{{share_usage}}/{{quota}} * 100 + '%'});
|
|
|
|
{% else %}
|
|
|
|
$('#quota-usage').css({'width':{{quota_usage}}/{{quota}} * 100 + '%'});
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
2012-10-10 11:20:10 +00:00
|
|
|
{% with groups=autocomp_groups %}
|
2012-07-28 08:41:24 +00:00
|
|
|
{% include "snippets/myhome_extra_script.html" %}
|
2012-10-10 11:20:10 +00:00
|
|
|
{% endwith %}
|
2012-10-15 13:03:42 +00:00
|
|
|
|
2012-09-01 09:46:46 +00:00
|
|
|
{% url 'seahub.views.repo_create' as repo_create_url %}
|
|
|
|
{% with post_url=repo_create_url %}
|
2012-08-18 10:00:21 +00:00
|
|
|
{% include "snippets/repo_create_js.html" %}
|
2012-09-01 09:46:46 +00:00
|
|
|
{% endwith %}
|
2012-09-28 13:51:04 +00:00
|
|
|
|
|
|
|
{% if events %}
|
2012-10-15 13:03:42 +00:00
|
|
|
{% include "snippets/events_js.html" %}
|
2012-09-28 13:51:04 +00:00
|
|
|
{% endif %}
|
2012-03-26 08:52:10 +00:00
|
|
|
</script>
|
2011-05-08 07:19:58 +00:00
|
|
|
{% endblock %}
|