Skip to content
Snippets Groups Projects
Commit 0307fb63 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

Merge branch 'feature/gulp' into develop

parents 0a845ebe 8db7e5a2
No related merge requests found
Showing
with 10 additions and 10 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -13,17 +13,17 @@
<html>
<head>
<title>{% block pagename %}Вход в систему{% endblock %} | {{ System.Title }}</title>
{{ HTML.style('media/css/sign.css')|raw }}
{{ HTML.style('media/css/forms.css')|raw }}
{{ HTML.style('media/css/global.css')|raw }}
{{ HTML.script('media/js/config.js')|raw }}
{{ HTML.script('media/js/jquery-1.11.1.min.js')|raw }}
{{ HTML.script('media/js/sign.js')|raw }}
{{ HTML.script('media/js/jquery-plugins/jquery.placeholder.js')|raw }}
{{ HTML.script('media/js/jquery.sha1.js')|raw }}
{{ HTML.style('static/css/sign.css')|raw }}
{{ HTML.style('static/css/forms.css')|raw }}
{{ HTML.style('static/css/global.css')|raw }}
{{ HTML.script('static/js/config.js')|raw }}
{{ HTML.script('static/js/jquery-1.11.1.min.js')|raw }}
{{ HTML.script('static/js/sign.js')|raw }}
{{ HTML.script('static/js/libs/jquery.placeholder.js')|raw }}
{{ HTML.script('static/js/jquery.sha1.js')|raw }}
{{ HTML.script('media/js/jquery-plugins/jReject/jquery.reject.js')|raw }}
{{ HTML.style('media/js/jquery-plugins/jReject/jquery.reject.css')|raw }}
{{ HTML.script('static/js/libs/jReject/jquery.reject.js')|raw }}
{{ HTML.style('static/js/libs/jReject/jquery.reject.css')|raw }}
<script>
$(function() {
$('input, textarea').placeholder();
......
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment