From f7238732dcf7ae0831c2b18d3fd672d97bdcfc4c Mon Sep 17 00:00:00 2001 From: zhongxy <1468943810@mingsoft.com> Date: Mon, 31 May 2021 13:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8D=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/template/3/index.html | 583 ++++++++++++++++++ src/main/webapp/template/3/jdzmx/about.htm | 72 +++ .../webapp/template/3/jdzmx/css/style.css | 403 ++++++++++++ src/main/webapp/template/3/jdzmx/favicon.ico | Bin 0 -> 7358 bytes .../template/3/jdzmx/flash/slideflash.swf | Bin 0 -> 18621 bytes src/main/webapp/template/3/jdzmx/foot.htm | 26 + src/main/webapp/template/3/jdzmx/header.htm | 27 + .../template/3/jdzmx/images/ad_line.jpg | Bin 0 -> 904 bytes .../webapp/template/3/jdzmx/images/banner.jpg | Bin 0 -> 34805 bytes .../template/3/jdzmx/images/foot_left.jpg | Bin 0 -> 1570 bytes .../template/3/jdzmx/images/foot_right.jpg | Bin 0 -> 1570 bytes .../webapp/template/3/jdzmx/images/li_bg.jpg | Bin 0 -> 3795 bytes .../template/3/jdzmx/images/menu_r1_c1.jpg | Bin 0 -> 3166 bytes .../template/3/jdzmx/images/menu_r1_c10.jpg | Bin 0 -> 2542 bytes .../template/3/jdzmx/images/menu_r1_c2.jpg | Bin 0 -> 4622 bytes .../template/3/jdzmx/images/menu_r1_c3.jpg | Bin 0 -> 4438 bytes .../template/3/jdzmx/images/menu_r1_c4.jpg | Bin 0 -> 4681 bytes .../template/3/jdzmx/images/menu_r1_c5.jpg | Bin 0 -> 4558 bytes .../template/3/jdzmx/images/menu_r1_c6.jpg | Bin 0 -> 4489 bytes .../template/3/jdzmx/images/menu_r1_c7.jpg | Bin 0 -> 4701 bytes .../template/3/jdzmx/images/menu_r1_c8.jpg | Bin 0 -> 4586 bytes .../template/3/jdzmx/images/menu_r1_c9.jpg | Bin 0 -> 4586 bytes .../template/3/jdzmx/images/news_gg (1).jpg | Bin 0 -> 2960 bytes .../template/3/jdzmx/images/news_gg.jpg | Bin 0 -> 2960 bytes .../template/3/jdzmx/images/news_left_m_a.jpg | Bin 0 -> 3977 bytes .../template/3/jdzmx/images/news_left_m_b.jpg | Bin 0 -> 2962 bytes .../3/jdzmx/images/news_left_title.jpg | Bin 0 -> 4380 bytes .../template/3/jdzmx/images/news_line.jpg | Bin 0 -> 1023 bytes .../template/3/jdzmx/images/news_right_bg.jpg | Bin 0 -> 1640 bytes .../template/3/jdzmx/images/news_title.jpg | Bin 0 -> 4059 bytes .../template/3/jdzmx/images/title_bg.jpg | Bin 0 -> 2933 bytes .../template/3/jdzmx/images/top_title.jpg | Bin 0 -> 5648 bytes .../template/3/jdzmx/images/top_title_bg.jpg | Bin 0 -> 364 bytes .../webapp/template/3/jdzmx/images/zp_bg.jpg | Bin 0 -> 2282 bytes .../webapp/template/3/jdzmx/images_list.htm | 150 +++++ .../webapp/template/3/jdzmx/images_list2.htm | 146 +++++ src/main/webapp/template/3/jdzmx/index.htm | 347 +++++++++++ src/main/webapp/template/3/jdzmx/js/comm.js | 142 +++++ src/main/webapp/template/3/jdzmx/js/date.js | 28 + .../webapp/template/3/jdzmx/new_detail2.htm | 115 ++++ .../webapp/template/3/jdzmx/new_list3.htm | 134 ++++ .../webapp/template/3/jdzmx/news_detail.htm | 126 ++++ .../webapp/template/3/jdzmx/news_list.htm | 137 ++++ 43 files changed, 2436 insertions(+) create mode 100644 src/main/webapp/template/3/index.html create mode 100644 src/main/webapp/template/3/jdzmx/about.htm create mode 100644 src/main/webapp/template/3/jdzmx/css/style.css create mode 100644 src/main/webapp/template/3/jdzmx/favicon.ico create mode 100644 src/main/webapp/template/3/jdzmx/flash/slideflash.swf create mode 100644 src/main/webapp/template/3/jdzmx/foot.htm create mode 100644 src/main/webapp/template/3/jdzmx/header.htm create mode 100644 src/main/webapp/template/3/jdzmx/images/ad_line.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/banner.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/foot_left.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/foot_right.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/li_bg.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c1.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c10.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c2.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c3.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c4.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c5.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c6.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c7.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c8.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/menu_r1_c9.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_gg (1).jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_gg.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_left_m_a.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_left_m_b.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_left_title.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_line.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_right_bg.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/news_title.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/title_bg.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/top_title.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/top_title_bg.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images/zp_bg.jpg create mode 100644 src/main/webapp/template/3/jdzmx/images_list.htm create mode 100644 src/main/webapp/template/3/jdzmx/images_list2.htm create mode 100644 src/main/webapp/template/3/jdzmx/index.htm create mode 100644 src/main/webapp/template/3/jdzmx/js/comm.js create mode 100644 src/main/webapp/template/3/jdzmx/js/date.js create mode 100644 src/main/webapp/template/3/jdzmx/new_detail2.htm create mode 100644 src/main/webapp/template/3/jdzmx/new_list3.htm create mode 100644 src/main/webapp/template/3/jdzmx/news_detail.htm create mode 100644 src/main/webapp/template/3/jdzmx/news_list.htm diff --git a/src/main/webapp/template/3/index.html b/src/main/webapp/template/3/index.html new file mode 100644 index 00000000..80eaaa36 --- /dev/null +++ b/src/main/webapp/template/3/index.html @@ -0,0 +1,583 @@ + + +
+ +![]() |
+
|
+
+
+
+
|
+ |||||||||||
|
+
+
+
+
+
|
+ ||||||||
|
+ ||||||||
|
+ ||||
+
|
+
+ |||
|
+联系地址:江西省景德镇珠山区 e-mail:jdzmeishujia@163.com +联系电话:0798-8284386、18607988066 传真:0798-8284386 +版权说明 版权所有:2011-2012 景德镇市美术家协会 赣ICP备19011416号-1 网站设计、建设:qq 52457427 +技术支持:铭飞陶瓷数字展厅 + |
+
+
|
+
B-hV)VyUVhs;KHg4^hKDea5FEgTVeqd5h0uW1cZVdfc7dcDmwI468h+JP
zUurRTs1~&kC)BJAz(Z`dZC-)ZhPn`|Zn4$*slHZQ-B@YSWW)b;nwi?(NdRfm>)oBb
zh)wihGMmYAI+;pmayp&a9w>@Mm%25yP8gyLWqPX>yt%#At3nY}G^C=X-jp9LTKd%M
z&EM~MB&7(O>qY9b`vi1Xm)vj;eJlv4L7@weOx%N`8ip$0MITKY
zXpwR-0n9B89Bx#&;(g(AjZr4|JmwqcQ|49OQN?pABIa>XdmeUcY+_T~xyi{%{1o(<
z&gneBU26{<_p~*g@X)v~?fu$V$XVK?I^AjMvi)6LU1neno*7uy2{|oc_KaO?7mu1yh{sS+EY(TUF+aL-?Y=Rb}^_h7$
ztbVPCT}UHuG85Yq^M`EyvhcjZcLo8m@LmaffC01c+`@Mr0b&q65cX{MEt&3{GF{iC
zHdmxOu1I#Rh<2?&c2a;hCCm@5RQIl#0WE*A&W_e&?SQlKhkm-FKVDfc*13`b=Q7>M
zXMwha-aN%a|AQpMe=Y%kBfrA&3LnfPYyfu`^43Y=O;vnL?2gvoS-!#pa;t>Mw+YPI
z{}h?J1GcO+2aF@bZ78@wMmp#%n_JEs52x)JhLp
zQQsGy!cQ#4uYx3>>>a>9x6mDYKU$L6a<}oLTY(I2XX4)r*^6@Tyvo>^8{i2DJi@oI
z1s5;8x&9|65I6*{oIQj9I-ssd(K#LFfDiE(Ud%~vVjVn*Rk4NVc<29Lb$pK3_9j-t
z8($XtziRX`Z^9+PF~ijC>NV0-O>bl80t7X2S
zn6}R#Np@UZdX7TnvJJpwVE%qn-n-Yp^!^T4d#xZJ+qfH3iG&9CcbyUgMsTyDs<;EG
zs#rq(%I`qfT-BtD)p(yWEknvsUnEWDpYt?>R-*rPf`pW+|6pFh5@P`ytQq#nvP-UJ
z{}y&(4TxgeVU{gSu)$x#H#$`B2#-e(@rR&^qOva9H0`EB$5hMk&kBED1Q8;Bppb?^
z-t$C8R_XMoBFrnMlN{Y*9;==N@yNZo9j~itCLxtGLj)K99qoUTxRxePiRRg09GRlHPo^gA>QCDzsTv|jtn%qy9$syG}F8C^l9yUiQw
zpj}ukls@6UzrRtbLt~Q3OyLm5hBZ=pBgT=~ZqBRRh$Ev6jPmtLZ{tGkmeCsQDNN%M
zSAv0~xoj}?aBXV6U+|R)St~6v>srj(j`M(x9@eh_M})NN4`Dc(_$sRBSNg~YKCHqf
zHeeRiS)e1kk+xjPtgR>PPn*) >1*W2&O-^*X1-fsg_}zWJ@tMlr2p^q$?ibk~x0hIic+VVPB1CuXDp#1Y+hL5OlZ_
zxNu@bW29%4U^K*)!EDZQ7gmCPaGfn45!}*pUJv}WrQ9?g*#(?f!$z%o+@j%j*D@I1
z(u}?1cB~^RoQghOU4g=VLhXQEZ
!-`6s4l
zGau1_W(_0aV>4n>d*B=cEPg2wx{aFVq5Pa_kcMYO37>R)-$c^HT~H e&QXF$m6j%jk24IEmYU86aZCX1zooE6xkqVY_VI+c}CY2-w?!c*Ld8#H5z#4
z_IwuF76?|F&8%!pG8BwOodafNrPljvO8g_M{(IT?9k9jyWf~CTOyg59MI)rhq@+Zy
zCFuBsAtvmBWkl5vUG)hG28r@s4{Hjj2DcqwR&7%DLe!AK49FzcDK9<%GXGNO5-@}e
zhsFqjF)U|>F=cEMpVph}$!E^ri549yBM#6Qi^m0go3U@0w;AHS3-2nH9)p5hgQzq+
zT}R$h{j_XCOwc`51Ljrd3$f^Yo0ciAF+h%lQwa}l5YJl~zSR`UGQkIIM(K|dh4mg(
zqC8Fl3^pSqwWDysK7Q}^1O^pmmm>X= +3sn<+1e63;}aUa>m=Q%2h7UVYJG
+
+
diff --git a/src/main/webapp/template/3/jdzmx/header.htm b/src/main/webapp/template/3/jdzmx/header.htm
new file mode 100644
index 00000000..f9023ab7
--- /dev/null
+++ b/src/main/webapp/template/3/jdzmx/header.htm
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+ ![]()
申请办展 | 地理位置 | 友情连接 | 联系我们 | 后台登陆
+
+ ![]()
+
+
+联系地址:江西省景德镇珠山区 e-mail:jdzmeishujia@163.com
+
+联系电话:0798-8284386、18607988066 传真:0798-8284386
+版权说明 版权所有:2011-2012 景德镇市美术家协会 浙ICP备12000827号 网站设计、建设:qq 52457427
+技术支持:铭飞陶瓷数字展厅
+
+
+
+
+
+ ![]()
+
+
+
+
+ 
+
+
+
diff --git a/src/main/webapp/template/3/jdzmx/images/ad_line.jpg b/src/main/webapp/template/3/jdzmx/images/ad_line.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..916264d678a54ae05ae5fbb21d721e4337232125
GIT binary patch
literal 904
zcmex=
+
+
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
+ ![]()
kDTj
z7qHA;zXP(3&2C?WAHzPg_V0O|68xkV9XdKvRD6!4VnzApRY;1E`eP|10!HwVX?e)g
zmeg4O=ec$&1r{_V@9HBD8QyJlT53aDl@En5X*EjD4Bk!R0!@yigw{J?Zf`GCn-KQ=
z1zy{u-&oXSgWTKxYt{)WvPTSxx0KD7N+$u*-ZVu|c>BR4IgdExx(>mN7e(}-Kos9?
zoCyWD(2$A_7K~A~qY6p#%SQgjVqfVB$*PDhx0kmLmoH`E9Ji?%FdPkn_A?ebFSxcK
z!cGP@)C`Yz00cP`{FgWwuX;_8Ud%Zg3z
Hh_P^QJ7!tY~U}Nb1{`&nu6d9D%g|3e3@>d<3BXItcey1o~gc;7|di
zEW#flxq!=r{Mu=hp6x3VC1%5a&c6wg5&!{o()(bZLODv*$*})_BHLgdLOCcOo&Jq5
zlYXRe!vuwrn{Ux}*tRHx>5fP`o~I($hwwl