1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

Clean base.html

This commit is contained in:
plt
2012-09-04 12:11:26 +08:00
parent cc5cb86704
commit e46a5ff5fe

View File

@@ -1,15 +1,16 @@
{% load seahub_tags avatar_tags %}
{% load url from future %}
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>{{ seahub_title }}</title> <title>{{ seahub_title }}</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="文件 共享" /> <meta name="keywords" content="文件 协作 团队 团体" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css" />
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.jpg" /> <link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.jpg" />
{% block extra_style %}{% endblock %} {% block extra_style %}{% endblock %}
{% load seahub_tags avatar_tags %}
{% load url from future %}
</head> </head>
<body> <body>
@@ -89,11 +90,6 @@
<div id="main-panel" class="clear w100 ovhd"> <div id="main-panel" class="clear w100 ovhd">
{% block main_panel %}{% endblock %} {% block main_panel %}{% endblock %}
</div> </div>
<div id="dialog-confirm" class="hide">
<p id="confirm-con">确定要删除?</p>
<button id="yes-btn">确定</button>
<button class="simplemodal-close">取消</button>
</div>
</div> </div>
<div id="footer" class="ovhd"> <div id="footer" class="ovhd">
@@ -126,6 +122,12 @@
</div> </div>
</div> </div>
<div id="dialog-confirm" class="hide">
<p id="confirm-con">确定要删除?</p>
<button id="yes-btn">确定</button>
<button class="simplemodal-close">取消</button>
</div>
</div><!-- wrapper --> </div><!-- wrapper -->
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.min.js"></script> <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.min.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.simplemodal.1.4.1.min.js"></script> <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.simplemodal.1.4.1.min.js"></script>