mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 22:27:14 +00:00
tidying unused and unavailable JSLIB bits
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
{% autoescape off %}
|
|
||||||
<!-- svxfile.html - this text visible because this template has been included -->
|
|
||||||
<!-- This is ONLY used by templates/prospecting.html -->
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
||||||
<title>{% block title %}{% endblock %}</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" />
|
|
||||||
<script src="{{ settings.JSLIB_URL }}jquery/jquery.min.js" type="text/javascript"></script>
|
|
||||||
<script src="{{ settings.JSLIB_URL }}jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
|
|
||||||
|
|
||||||
{% block extrahead %}{% endblock %}
|
|
||||||
</head>
|
|
||||||
<body {% block bodyattrs %}{% endblock %}>
|
|
||||||
{% block body %}{% endblock %}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
{% endautoescape %}
|
|
||||||
@@ -1,8 +1,16 @@
|
|||||||
{% extends "plainbase.html" %}
|
{% autoescape off %}
|
||||||
|
|
||||||
{% block title %}Prospecting{% endblock %}
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<title>Prospecting Guide</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" />
|
||||||
|
<script src="{{ settings.JSLIB_URL }}jquery/jquery.min.js" type="text/javascript"></script>
|
||||||
|
<script src="{{ settings.JSLIB_URL }}jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
|
||||||
|
|
||||||
{% block body %}
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
<h1>Prospecting Guide</h1>
|
<h1>Prospecting Guide</h1>
|
||||||
|
|
||||||
@@ -126,4 +134,6 @@ and you can't see any annotations unless you zoom in:
|
|||||||
</table>
|
</table>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endblock %}
|
</body>
|
||||||
|
</html>
|
||||||
|
{% endautoescape %}
|
||||||
|
|||||||
Reference in New Issue
Block a user