From bb095adf76bddc2f6c5925bcdebb52bff75e6578 Mon Sep 17 00:00:00 2001 From: Alvin Li <liweitianux@gmail.com> Date: Wed, 14 Aug 2013 00:05:31 +0800 Subject: * added 'templates/search/search.html' * updated haystack settings * updated 'static' files settings * added 'search function' for 'apps/indicator': IndicatorCategory, Indicator * merged static files of '97suifang-front' by 'mjymjydark' * merged pages of '97suifang-front' by 'mjymjydark' * updated pages to use 'django templates syntax' for the static links TODO: to fix the 'static links' of 'indicator/static/javascripts/*.js' --- 97suifangqa/templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '97suifangqa/templates/index.html') diff --git a/97suifangqa/templates/index.html b/97suifangqa/templates/index.html index 32770bd..e23d16a 100644 --- a/97suifangqa/templates/index.html +++ b/97suifangqa/templates/index.html @@ -29,12 +29,14 @@ <li class="done"><a href="{% url sciblog.views.blog_index %}">搜索首页</a></li> <li class="done"><a href="{% url list_blogs %}">文章列表</a></li> <li class="done"><a href="{% url blog_detail 1%}">文章详细信息显示</a></li> - <li class="todo"><a href="{% url login %}">登录页面</a></li> - <li class="todo"><a href="{% url logout %}">登出页面</a></li> - <li class="todo"><a href="{% url signup %}">注册界面</a></li> + <li class="done"><a href="{% url login %}">登录页面</a></li> + <li class="done"><a href="{% url logout %}">登出页面</a></li> + <li class="done"><a href="{% url signup %}">注册界面</a></li> </ul> 待完成页面: <ul> + <li class="todo"><a href="{% url follow_indicator %}">关注指标</a></li> + <li class="todo"><a href="{% url indicator_status %}">指标状态</a></li> </ul> </div> </body> -- cgit v1.2.2