| | |
| | | @layout("/common/_container.html"){ |
| | | <link href="${ctxPath}/static/css/plugins/switchery/switchery.css" rel="stylesheet"> |
| | | <link href="${ctxPath}/djadmin/static/css/plugins/switchery/switchery.css" rel="stylesheet"> |
| | | <style> |
| | | .table1{ |
| | | display: inline; |
| | |
| | | |
| | | </div> |
| | | </div> |
| | | <script src="${ctxPath}/static/js/plugins/switchery/switchery.js"></script> |
| | | <script src="${ctxPath}/static/modular/system/userActivity/userActivity_info.js"></script> |
| | | <script src="${ctxPath}/djadmin/static/js/plugins/switchery/switchery.js"></script> |
| | | <script src="${ctxPath}/djadmin/static/modular/system/userActivity/userActivity_info.js"></script> |
| | | <script> |
| | | var elem = document.querySelector('.js-switch'); |
| | | var switchery = new Switchery(elem,{size:"large"}); |