|
29 | 29 | <?meta name="build" content="${applicationInfo.build}"?> |
30 | 30 | <?meta name="skin" content="${appTemplate.skin.id}"?> |
31 | 31 |
|
32 | | -<?link href="${contextPath}/static/css/adminlte.min.css?v=5.1.0" rel="stylesheet" type="text/css"?> |
33 | | -<?link href="${contextPath}/static/css/skins/dynamical-${appTemplate.skin.id}.css?v=5.1.0" rel="stylesheet" type="text/css"?> |
34 | | -<?link href="${contextPath}/static/css/dynamical.css?v=5.1.0" rel="stylesheet" type="text/css"?> |
35 | | -<?link href="${contextPath}/static/css/dynamical-mobile.css?v=5.1.0" rel="stylesheet" type="text/css"?> |
| 32 | +<?link href="${contextPath}/static/css/adminlte.min.css?v=5.1.3" rel="stylesheet" type="text/css"?> |
| 33 | +<?link href="${contextPath}/static/css/skins/dynamical-${appTemplate.skin.id}.css?v=5.1.3" rel="stylesheet" type="text/css"?> |
| 34 | +<?link href="${contextPath}/static/css/dynamical.css?v=5.1.3" rel="stylesheet" type="text/css"?> |
| 35 | +<?link href="${contextPath}/static/css/dynamical-mobile.css?v=5.1.3" rel="stylesheet" type="text/css"?> |
36 | 36 | <?link href="${contextPath}/static/fonts/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css"?> |
37 | 37 |
|
38 | 38 | <?link rel="shortcut icon" href="${contextPath}/static/favicon.ico"?> |
39 | 39 | <?link rel="apple-touch-icon" sizes="180x180" href="${contextPath}/static/apple-touch-icon.png"?> |
40 | 40 | <?link rel="icon" type="image/png" sizes="32x32" href="${contextPath}/static/favicon-32x32.png"?> |
41 | 41 | <?link rel="icon" type="image/png" sizes="16x16" href="${contextPath}/static/favicon-16x16.png"?> |
42 | 42 |
|
43 | | -<?script src="${contextPath}/static/js/bootstrap.min.js?v=5.1.0"?> |
44 | | -<?script src="${contextPath}/static/js/adminlte.min.js?v=5.1.0"?> |
45 | | -<?script src="${contextPath}/static/js/dynamical.js?v=5.1.0"?> |
| 43 | +<?script src="${contextPath}/static/js/popper.min.js?v=5.1.3"?> |
| 44 | +<?script src="${contextPath}/static/js/bootstrap.min.js?v=5.1.3"?> |
| 45 | +<?script src="${contextPath}/static/js/adminlte.min.js?v=5.1.3"?> |
| 46 | +<?script src="${contextPath}/static/js/dynamical.js?v=5.1.3"?> |
46 | 47 |
|
47 | 48 |
|
48 | 49 | <zk> |
|
0 commit comments