1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-16 22:17:59 +00:00

Change terms

This commit is contained in:
plt 2012-03-10 19:26:19 +08:00
parent 578be85358
commit 6a31c919be
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
{% block left_panel %} {% block left_panel %}
<ul> <ul>
<li><a href="{% url profile_setting %}">绑定 Seafile 公钥 ID</a></li> <li><a href="{% url profile_setting %}">绑定个人 ID</a></li>
<li><a href="{{ SITE_ROOT }}accounts/password/change/">修改网站帐号密码</a></li> <li><a href="{{ SITE_ROOT }}accounts/password/change/">修改网站帐号密码</a></li>
</ul> </ul>
{% endblock %} {% endblock %}
@ -12,7 +12,7 @@
{% block right_panel %} {% block right_panel %}
<h3>当前设置</h3> <h3>当前设置</h3>
<p>Seafile 公钥 ID: {{ profile.ccnet_user_id }}</p> <p>个人 ID: {{ profile.ccnet_user_id }}</p>
{% endblock %} {% endblock %}

View File

@ -2,13 +2,13 @@
{% block right_panel %} {% block right_panel %}
<h2>绑定 Ccnet/Seafile 公钥 ID</h2> <h2>绑定个人 ID</h2>
<form action="" method="post"> <form action="" method="post">
{% if error_msg %} {% if error_msg %}
<p class="error">{{ error_msg }}</p> <p class="error">{{ error_msg }}</p>
{% endif %} {% endif %}
<label>公钥 ID:</label><br/> <label>个人 ID:</label><br/>
<input id="id_ccnet_user_id" class="ccnet_id" type="text" name="ccnet_user_id" value="{{ origin_id }}" /><br/> <input id="id_ccnet_user_id" class="ccnet_id" type="text" name="ccnet_user_id" value="{{ origin_id }}" /><br/>
<input type="submit" value="提交" /> <input type="submit" value="提交" />
</form> </form>

View File

@ -38,7 +38,7 @@
<img src="{{ MEDIA_URL }}img/logo.png" id="logo-img" title="Seafile" alt="Seafile logo" /> <img src="{{ MEDIA_URL }}img/logo.png" id="logo-img" title="Seafile" alt="Seafile logo" />
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}
<div id="user-info"> <div id="user-info">
<span>公钥 ID:</span>{{user.user_id}} <span>个人 ID:</span>{{user.user_id}}
</div> </div>
{% else %} {% else %}
<div id="logo-info"> <div id="logo-info">

View File

@ -6,7 +6,7 @@
</li> </li>
{% if request.user.is_staff %} {% if request.user.is_staff %}
<li> <li>
<a href="{{ SITE_ROOT }}seafadmin/">中继管理</a> <a href="{{ SITE_ROOT }}seafadmin/">目录管理</a>
</li> </li>
<li> <li>
<a href="{{ SITE_ROOT }}useradmin/">用户管理</a> <a href="{{ SITE_ROOT }}useradmin/">用户管理</a>

View File

@ -2,7 +2,7 @@
{% block right_panel %} {% block right_panel %}
<h2>所有文件盒</h2> <h2>所有同步目录</h2>
<table class="repo-list default"> <table class="repo-list default">
<tr> <tr>
<th>名字</th> <th>名字</th>