Subversion Repositories SmartDukaan

Rev

Rev 33731 | Rev 34973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33731 Rev 33973
Line 50... Line 50...
50
    <link rel='stylesheet'
50
    <link rel='stylesheet'
51
          href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
51
          href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
52
          integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ'
52
          integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ'
53
          crossorigin='anonymous'>
53
          crossorigin='anonymous'>
54
    <link rel="stylesheet" type="text/css" href="resources/css/bootstrap-tagsinput.css">
54
    <link rel="stylesheet" type="text/css" href="resources/css/bootstrap-tagsinput.css">
-
 
55
    <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
55
    <script>
56
    <script>
56
        function signOut() {
57
        function signOut() {
57
            var auth2 = gapi.auth2.getAuthInstance();
58
            var auth2 = gapi.auth2.getAuthInstance();
58
            auth2.signOut().then(function () {
59
            auth2.signOut().then(function () {
59
                window.location.href = "${rc.contextPath}/logout";
60
                window.location.href = "${rc.contextPath}/logout";
Line 68... Line 69...
68
            });
69
            });
69
        }
70
        }
70
    </script>
71
    </script>
71
 
72
 
72
    <style type="text/css">
73
    <style type="text/css">
-
 
74
        .select2-container{
-
 
75
            display: block !important;
-
 
76
        }
73
        #sidebar {
77
        #sidebar {
74
            z-index: 999;
78
            z-index: 999;
75
        }
79
        }
76
        .loading {
80
        .loading {
77
            display: none;
81
            display: none;