Organising files

This commit is contained in:
Shane Frischkorn 2013-09-14 22:52:59 +10:00
parent 7d83685d2c
commit db9780699b
11 changed files with 10046 additions and 51 deletions

View file

@ -5,12 +5,14 @@
<head>
<title>{% block title %}3D Sample Viewer{% endblock %}</title>
<link href="{% static "three_d_viewer/css/bootstrap.min.css" %}" rel="stylesheet" media="screen">
<script type="text/javascript" src="{% static "three_d_viewer/jquery-2.0.3.js" %}"></script>
<script type="text/javascript" srv="{% static "three_d_viewer/js/bootstrap.min.js" %}"></script>
{% block includes %}
<link href="{% static "three_d_viewer/css/bootstrap.min.css" %}" rel="stylesheet" media="screen" />
<script type="text/javascript" src="{% static "three_d_viewer/js/jquery-2.0.3.js" %}"></script>
<script type="text/javascript" src="{% static "three_d_viewer/js/bootstrap.min.js" %}"></script>
{% endblock %}
</head>
<body onload={% block loadscript %}"load();"{% endblock %}>
<body onload={% block loadscript %}""{% endblock %}>
<div class="container">
<div class="page-header">
{% block pageheader %}