Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ichuan committed Jan 2, 2012
1 parent 6452a00 commit 577aaed
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>{% trans '计划.IN' %}</title>
<title>{% block title %}{% endblock %}{% trans '计划.IN' %}</title>
<meta name="author" content="yc" />
<meta name="keywords" content="计划,工作计划表,todo,todo list,计划.in" />
<meta name="description" content="{% trans '计划.IN——简单有效的工作计划表' %}" />
Expand Down
2 changes: 2 additions & 0 deletions templates/change_passwd.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link href="{{ settings.MEDIA_URL }}css/private.css" rel="stylesheet">
{% endblock %}

{% block title %}{% trans '修改密码' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/jquery.min.js" /></script>
<script src="{{ settings.MEDIA_URL }}js/bootstrap-dropdown.js" /></script>
Expand Down
2 changes: 2 additions & 0 deletions templates/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
{% endif %}
{% endblock %}

{% block title %}发展历程 - {% endblock %}

{% block css %}
<link href="{{ settings.MEDIA_URL }}css/public.css" rel="stylesheet">
<style>
Expand Down
2 changes: 2 additions & 0 deletions templates/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
{% endif %}
{% endblock %}

{% block title %}帮助 - {% endblock %}

{% block css %}
<link href="{{ settings.MEDIA_URL }}css/public.css" rel="stylesheet">
<style>.row{margin-bottom:10px;}</style>
Expand Down
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

{% block index-menu %}active{% endblock %}

{% block title %}{% trans '首页' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/LAB.min.js"></script>
<script>
Expand Down
2 changes: 2 additions & 0 deletions templates/public.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link href="{{ settings.MEDIA_URL }}css/public.css" rel="stylesheet">
{% endblock %}

{% block title %}{% trans '首页' %} - {% endblock %}

{% block container %}
<div class="container">
<div class="hero-unit">
Expand Down
2 changes: 2 additions & 0 deletions templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

{% block report-menu %}active{% endblock %}

{% block title %}{% trans '周报' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/LAB.min.js"></script>
<script>
Expand Down
2 changes: 2 additions & 0 deletions templates/reset_passwd.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link href="{{ settings.MEDIA_URL }}css/public.css" rel="stylesheet">
{% endblock %}

{% block title %}{% trans '重置密码' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/jquery.min.js" /></script>
<script>
Expand Down
2 changes: 2 additions & 0 deletions templates/signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link href="{{ settings.MEDIA_URL }}css/public.css" rel="stylesheet">
{% endblock %}

{% block title %}{% trans '登录' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/jquery.min.js" /></script>
<script>
Expand Down
2 changes: 2 additions & 0 deletions templates/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link href="{{ settings.MEDIA_URL }}css/public.css" rel="stylesheet">
{% endblock %}

{% block title %}{% trans '注册' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/jquery.min.js" /></script>
<script>
Expand Down
2 changes: 2 additions & 0 deletions templates/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

{% block tools-menu %}active{% endblock %}

{% block title %}{% trans '小工具' %} - {% endblock %}

{% block js %}
<script src="{{ settings.MEDIA_URL }}js/LAB.min.js"></script>
<script>
Expand Down

0 comments on commit 577aaed

Please sign in to comment.