commit
				
					
						73bda16b6d
					
				
			
		
					 6 changed files with 242 additions and 249 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html lang="{{LANGUAGE_CODE}}">
 | 
					<html lang="{{LANGUAGE_CODE}}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<head>
 | 
					    <head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <meta charset="utf-8">
 | 
					        <meta charset="utf-8">
 | 
				
			||||||
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
					        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
				
			||||||
| 
						 | 
					@ -36,9 +36,9 @@
 | 
				
			||||||
        <!-- Google analytics -->
 | 
					        <!-- Google analytics -->
 | 
				
			||||||
        {% include "google_analytics.html" %}
 | 
					        {% include "google_analytics.html" %}
 | 
				
			||||||
        <!-- End Google Analytics -->
 | 
					        <!-- End Google Analytics -->
 | 
				
			||||||
</head>
 | 
					    </head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					    <body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <!-- Navigation -->
 | 
					        <!-- Navigation -->
 | 
				
			||||||
        {% include "datacenterlight/includes/_navbar.html" %}
 | 
					        {% include "datacenterlight/includes/_navbar.html" %}
 | 
				
			||||||
| 
						 | 
					@ -64,4 +64,5 @@
 | 
				
			||||||
        <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.js"></script>
 | 
					        <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.js"></script>
 | 
				
			||||||
        <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.16.0/jquery.validate.min.js"></script>
 | 
					        <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.16.0/jquery.validate.min.js"></script>
 | 
				
			||||||
        <script src="//cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js"></script>
 | 
					        <script src="//cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js"></script>
 | 
				
			||||||
 | 
					    </body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -278,4 +278,4 @@
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <!-- /.banner -->
 | 
					    <!-- /.banner -->
 | 
				
			||||||
    {% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
{% load custom_tags %}
 | 
					{% load custom_tags %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="order-detail-container">
 | 
					    <div class="order-detail-container">
 | 
				
			||||||
       {% if messages %}
 | 
					       {% if messages %}
 | 
				
			||||||
            <div class="row">
 | 
					            <div class="row">
 | 
				
			||||||
                <div class="col-xs-12 col-md-8 col-md-offset-2">
 | 
					                <div class="col-xs-12 col-md-8 col-md-offset-2">
 | 
				
			||||||
| 
						 | 
					@ -81,10 +81,10 @@
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        {% endif %}
 | 
					        {% endif %}
 | 
				
			||||||
</div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script type="text/javascript">
 | 
					    <script type="text/javascript">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        window.onload = function () {
 | 
					        window.onload = function () {
 | 
				
			||||||
                var locale_date = moment.utc(document.getElementById("order-created_at").textContent,'YYYY-MM-DD HH:mm').toDate();
 | 
					                var locale_date = moment.utc(document.getElementById("order-created_at").textContent,'YYYY-MM-DD HH:mm').toDate();
 | 
				
			||||||
| 
						 | 
					@ -93,5 +93,5 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</script>
 | 
					    </script>
 | 
				
			||||||
{%endblock%}
 | 
					{%endblock%}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,9 +12,8 @@
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
    <script src="{% static 'datacenterlight/js/jquery.js' %}"></script>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script type="text/javascript">
 | 
						<script type="text/javascript">
 | 
				
			||||||
		  window.onload=function(){
 | 
							  window.onload=function(){
 | 
				
			||||||
			$('.selectpicker').selectpicker({
 | 
								$('.selectpicker').selectpicker({
 | 
				
			||||||
				 style: 'btn-link',
 | 
									 style: 'btn-link',
 | 
				
			||||||
| 
						 | 
					@ -28,13 +27,6 @@
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		   };
 | 
							   };
 | 
				
			||||||
</script>
 | 
						</script>
 | 
				
			||||||
 | 
					 | 
				
			||||||
    <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.js"></script>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <!-- Bootstrap Core JavaScript -->
 | 
					 | 
				
			||||||
    <script src="{% static 'datacenterlight/js/bootstrap.min.js' %}"></script>
 | 
					 | 
				
			||||||
    <script src="{% static 'datacenterlight/js/main.js' %}"></script>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
| 
						 | 
					@ -251,4 +251,4 @@
 | 
				
			||||||
    <!-- End Why Data Center Light? -->
 | 
					    <!-- End Why Data Center Light? -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
    {% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue