g214/portal/templates/footer.html

44 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load static %}
{#<div class="footer">#}
{# <p><img src="{% static 'portal/image/g214-logo-1.png' %}"></p>#}
{# <p>Copyright © 2016 <a href="http://jky.qhjt.gov.cn">青海省交通科学研究院</a></p>#}
{# <p>地址青海省西宁市五四大街68号 电话0971-6100681</p>#}
{#</div>#}
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-menu col-md-9">
<div class="col-md-4">
<p><img src="{% static 'portal/image/g214-logo-1.png' %}"></p>
</div>
<div class="col-md-4">
<ul>
<li><p><a href="{% url 'unit' %}?category=11">基地概况</a></p></li>
<li><p><a href="{% url 'news' %}">工作动态</a></p></li>
<li><p><a href="{% url 'results' %}?category=1">研究成果</a></p></li>
<li><p><a href="{% url 'metadata_index' %}">资源数据</a></p></li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li><p><a href="{% url 'base' %}">基地资源</a></p></li>
<li><p><a href="{% url 'land' %}?type=land">观测基地</a></p></li>
<li><p><a href="{% url 'unit' %}?category=31">科普基地</a></p></li>
</ul>
</div>
</div>
<div class="touch col-md-3">
<div class="touch-title">
<span><p>联系我们</p></span>
</div>
<ul>
<li><p>电话0971-6100681</p></li>
<li><p>地址青海省西宁市城北区宁张路183号</p></li>
</ul>
</div>
<div class="state col-md-12">
<p>Copyright © 2016 <a href="http://jky.qhjt.gov.cn">青海省交通科学研究院</a></p>
</div>
</div>
</div>
</div>