From 326d45d0c510de63d586bac7a8dbd76d6fad6ed1 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 8 May 2020 11:37:19 +0800 Subject: [PATCH] * task #7131, task #7132, task #7133, add cards view for program index page. --- module/common/view/header.html.php | 4 +- module/program/control.php | 15 ++++- module/program/css/index.css | 34 +++++++--- module/program/js/index.js | 27 ++++++++ module/program/lang/zh-cn.php | 6 +- module/program/view/index.html.php | 85 +++++++++++++++--------- www/theme/default/images/main/scrum.png | Bin 8185 -> 2037 bytes www/theme/zui/css/min.css | 4 +- www/theme/zui/fonts/ZentaoIcon.eot | Bin 34064 -> 34064 bytes www/theme/zui/fonts/ZentaoIcon.svg | 2 +- www/theme/zui/fonts/ZentaoIcon.ttf | Bin 33888 -> 33888 bytes www/theme/zui/fonts/ZentaoIcon.woff | Bin 33964 -> 33964 bytes 12 files changed, 133 insertions(+), 44 deletions(-) diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index c3f3795d9f..1b42a3d18e 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -28,7 +28,9 @@ if($extHookFiles) foreach($extHookFiles as $extHookFile) include $extHookFile;