|
@@ -44,7 +44,7 @@ String basePath = path + "/common/";
|
|
|
</script>
|
|
|
</head>
|
|
|
<body>
|
|
|
-<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页 <span class="c-gray en">></span> 微信管理 <span class="c-gray en">></span> 多图文编辑 <a class="btn btn-success radius r mr-20" style="line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a></nav>
|
|
|
+<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页 <span class="c-gray en">></span> 微信管理 <span class="c-gray en">></span> 多图文编辑 <a class="btn btn-danger r mr-20" style="line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a></nav>
|
|
|
<div class="pd-20" align="center">
|
|
|
<div class="text-c bk-gray radius box-shadow" style="width: 800px;">
|
|
|
<div class="text-l bk-gray radius pd-5 f-16 c-black" style="background-color: #E8F5FF; font-weight: bold;"> 添加多图文</div>
|
|
@@ -53,7 +53,7 @@ String basePath = path + "/common/";
|
|
|
<div class="text-c f-l mt-10 mb-10" style="width:375px;background-color: #F8F8F8;">
|
|
|
<!-- 一个图文素材 -->
|
|
|
<c:if test="${!empty imgtxtMore }">
|
|
|
- <div class="text-c bk-gray radius box-shadow">
|
|
|
+ <div class="text-c bk-gray box-shadow">
|
|
|
<div class="text-l pl-10 pt-10 pr-10">
|
|
|
<p>${imgtxtMore.createtime}</p>
|
|
|
</div>
|
|
@@ -65,7 +65,7 @@ String basePath = path + "/common/";
|
|
|
<i class="Hui-iconfont" onclick="showEditDiv(1)"></i>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <div id="MaxsuonueImage" class="maimg bk-gray radius" style="position: relative;background-size:100% 100%; background-image: url('${imgtxtMore.imageurl}');"><!-- 这里将素材图片作为div背景放置 -->
|
|
|
+ <div id="MaxsuonueImage" class="maimg bk-gray" style="position: relative;background-size:100% 100%; background-image: url('${imgtxtMore.imageurl}');"><!-- 这里将素材图片作为div背景放置 -->
|
|
|
<div class="text-l" style="width: 100%; filter:alpha(opacity:30);opacity:0.4; background-color: black;position: absolute;bottom: 0;"><!-- 放置标题 -->
|
|
|
<p class="text-l f-16" style="font-weight: bold; color:white;" id="title1">${imgtxtMore.title }</p>
|
|
|
</div>
|
|
@@ -118,7 +118,7 @@ String basePath = path + "/common/";
|
|
|
<!-- 新增素材按钮 -->
|
|
|
<div class="text-l pd-20 min_img box-shadow pb-5" style="border-bottom: 1px solid #F5FAFE;">
|
|
|
<a href="javascript:void();" id="addMoreImageTextButton" style="color:gray; text-decoration: none;">
|
|
|
- <div class="text-c bk-gray radius pd-20" style="border: 2px dashed gray;">
|
|
|
+ <div class="text-c bk-gray pd-20" style="border: 2px dashed gray;">
|
|
|
<i class="Hui-iconfont"></i>增加一条
|
|
|
</div>
|
|
|
</a>
|
|
@@ -131,7 +131,7 @@ String basePath = path + "/common/";
|
|
|
<%-- <c:forEach begin="1" end="8" var="editerCount"> --%>
|
|
|
<c:if test="${!empty imgtxtMore }">
|
|
|
<form action="${pageContext.request.contextPath }/admin/wx/updateMoreImageText/${token}" method="post" id="myForm1" name="edit">
|
|
|
- <div class="text-c bk-gray radius box-shadow">
|
|
|
+ <div class="text-c bk-gray box-shadow">
|
|
|
<div class="text-l pl-10 pt-10 pr-10">
|
|
|
<span class="f-16"><font style="color: red;">*正在编辑1号图文</font><font style="font-size: 13px;"></font></span>
|
|
|
</div>
|
|
@@ -145,7 +145,7 @@ String basePath = path + "/common/";
|
|
|
<span class="f-16">封面<font style="color: red;">*</font><font style="font-size: 13px;">(必须上传一张图片, 大图片建议尺寸:360像素 * 200像素)</font></span>
|
|
|
<p style="width: 300px;">
|
|
|
<span class="btn-upload form-group" style="width: 300px;">
|
|
|
- <input class="input-text upload-url radius" style="width: 180px;" value="${imgtxtMore.imageurl}" type="text" name="moreImageTextImage" id="imageUrl1" readonly><a href="javascript:void();" class="btn btn-primary radius"><i class="Hui-iconfont" ></i> 浏览图片</a>
|
|
|
+ <input class="input-text upload-url" style="width: 180px;" value="${imgtxtMore.imageurl}" type="text" name="moreImageTextImage" id="imageUrl1" readonly><a href="javascript:void();" class="btn btn-primary radius"><i class="Hui-iconfont" ></i> 浏览图片</a>
|
|
|
<input type="button" id="image1" style="width: 180px;" class="input-file">
|
|
|
</span>
|
|
|
</p>
|
|
@@ -159,28 +159,28 @@ String basePath = path + "/common/";
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<c:if test="${empty imgtxtMore.clickouturl }">
|
|
|
<span class="f-16" id="outlink1"><a href="javascript:void();" style="color:#0088CC; text-decoration: none;">添加外链接</a></span>
|
|
|
- <p><input type='text' name='outLink' id='chain1' style="display: none;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='outLink' id='chain1' style="display: none;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
<c:if test="${!empty imgtxtMore.clickouturl }">
|
|
|
<span class="f-16" id="outlink1"><span class='f-16'>外链接地址<br/><font style='font-size: 13px;'>(设置后,点击图文消息,不会进入图文详情,而进入外链所设地址)</font></span></span>
|
|
|
- <p><input type='text' name='outLink' id='chain1' style="display: block;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='outLink' id='chain1' style="display: block;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<c:if test="${empty imgtxtMore.sourceurl }">
|
|
|
<span class="f-16" id="originallink1"><a href="javascript:void();" style="color:#0088CC; text-decoration: none;">添加原文链接</a></span>
|
|
|
- <p><input type='text' name='originlLink' id='sourceURL1' style="display: none;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='originlLink' id='sourceURL1' style="display: none;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
<c:if test="${!empty imgtxtMore.sourceurl }">
|
|
|
<span class="f-16" id="originallink1"><span class='f-16'>原文链接<font style='font-size: 13px;'>(在图文详情页面中会生成“阅读原文”链接)</font></span></span>
|
|
|
- <p><input type='text' name='originlLink' id='sourceURL1' style="display: block;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='originlLink' id='sourceURL1' style="display: block;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-20 pr-10 pb-20">
|
|
|
- <input class="btn btn-success radius" type="button" id="submitButton1" value="保存">
|
|
|
- <input class="btn disabled radius" type="button" value="取消">
|
|
|
+ <input class="btn btn-danger" type="button" id="submitButton1" value="保存">
|
|
|
+ <input class="btn disabled" type="button" value="取消">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
@@ -188,7 +188,7 @@ String basePath = path + "/common/";
|
|
|
<c:if test="${!empty imgtxtMore.subVoList }">
|
|
|
<c:forEach items="${imgtxtMore.subVoList }" var="voList" varStatus="editerCount">
|
|
|
<form action="${pageContext.request.contextPath }/admin/wx/updateMoreImageText/${token}" method="post" id="myForm${editerCount.index+2 }" style="display: none;" name="edit">
|
|
|
- <div class="text-c bk-gray radius box-shadow">
|
|
|
+ <div class="text-c bk-gray box-shadow">
|
|
|
<div class="text-l pl-10 pt-10 pr-10">
|
|
|
<span class="f-16"><font style="color: red;">*正在编辑${editerCount.index+2 }号图文</font><font style="font-size: 13px;"></font></span>
|
|
|
</div>
|
|
@@ -202,7 +202,7 @@ String basePath = path + "/common/";
|
|
|
<span class="f-16">封面<font style="color: red;">*</font><font style="font-size: 13px;">(必须上传一张图片, 大图片建议尺寸:360像素 * 200像素)</font></span>
|
|
|
<p style="width: 300px;">
|
|
|
<span class="btn-upload form-group" style="width: 300px;">
|
|
|
- <input class="input-text upload-url radius" style="width: 180px;" value="${voList.imageUrl }" type="text" name="oneImageTextImage" id="imageUrl${editerCount.index+2 }" readonly><a href="javascript:void();" class="btn btn-primary radius"><i class="Hui-iconfont" ></i> 浏览图片</a>
|
|
|
+ <input class="input-text upload-url" style="width: 180px;" value="${voList.imageUrl }" type="text" name="oneImageTextImage" id="imageUrl${editerCount.index+2 }" readonly><a href="javascript:void();" class="btn btn-primary radius"><i class="Hui-iconfont" ></i> 浏览图片</a>
|
|
|
<input type="button" name="" id="image${editerCount.index+2 }" style="width: 180px;" class="input-file">
|
|
|
</span>
|
|
|
</p>
|
|
@@ -216,28 +216,28 @@ String basePath = path + "/common/";
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<c:if test="${empty voList.clickOutUrl }">
|
|
|
<span class="f-16" id="outlink${editerCount.index+2 }"><a href="javascript:void();" style="color:#0088CC; text-decoration: none;">添加外链接</a></span>
|
|
|
- <p><input type='text' name='outLink' id='chain${editerCount.index+2 }' style="display: none;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='outLink' id='chain${editerCount.index+2 }' style="display: none;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
<c:if test="${!empty voList.clickOutUrl }">
|
|
|
<span class="f-16" id="outlink${editerCount.index+2 }"><span class='f-16'>外链接地址<br/><font style='font-size: 13px;'>(设置后,点击图文消息,不会进入图文详情,而进入外链所设地址)</font></span></span>
|
|
|
- <p><input type='text' value="${voList.clickOutUrl }" name='outLink' id='chain${editerCount.index+2 }' style="display: block;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' value="${voList.clickOutUrl }" name='outLink' id='chain${editerCount.index+2 }' style="display: block;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<c:if test="${empty voList.sourceUrl }">
|
|
|
<span class="f-16" id="originallink${editerCount.index+2 }"><a href="javascript:void();" style="color:#0088CC; text-decoration: none;">添加原文链接</a></span>
|
|
|
- <p><input type='text' name='originlLink' id='sourceURL${editerCount.index+2 }' style="display: none;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='originlLink' id='sourceURL${editerCount.index+2 }' style="display: none;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
<c:if test="${!empty voList.sourceUrl }">
|
|
|
<span class="f-16" id="originallink${editerCount.index+2 }"><span class='f-16'>原文链接<font style='font-size: 13px;'>(在图文详情页面中会生成“阅读原文”链接)</font></span></span>
|
|
|
- <p><input type='text' value="${voList.sourceUrl }" name='originlLink' id='sourceURL${editerCount.index+2 }' style="display: block;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' value="${voList.sourceUrl }" name='originlLink' id='sourceURL${editerCount.index+2 }' style="display: block;" class='input-text size-M'/></p>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-20 pr-10 pb-20">
|
|
|
- <input class="btn btn-success radius" type="button" id="submitButton${editerCount.index+2 }" value="保存">
|
|
|
- <input class="btn disabled radius" type="button" value="取消">
|
|
|
+ <input class="btn btn-danger" type="button" id="submitButton${editerCount.index+2 }" value="保存">
|
|
|
+ <input class="btn disabled" type="button" value="取消">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|
|
@@ -245,21 +245,21 @@ String basePath = path + "/common/";
|
|
|
</c:if>
|
|
|
<c:forEach begin="${fn:length(imgtxtMore.subVoList)+2 }" end="8" var="editerCount">
|
|
|
<form action="${pageContext.request.contextPath }/admin/wx/updateMoreImageText/${token}" method="post" id="myForm${editerCount }" style="display: none;" name="noedit">
|
|
|
- <div class="text-c bk-gray radius box-shadow">
|
|
|
+ <div class="text-c bk-gray box-shadow">
|
|
|
<div class="text-l pl-10 pt-10 pr-10">
|
|
|
<span class="f-16"><font style="color: red;">*正在编辑${editerCount }号图文</font><font style="font-size: 13px;"></font></span>
|
|
|
</div>
|
|
|
<input type="hidden" id="imageTextNO${editerCount }" value=""/>
|
|
|
<div class="text-l pl-10 pt-10 pr-10">
|
|
|
<span class="f-16">标题<font style="color: red;">*</font><font style="font-size: 13px;">(必填,不能超过64个字)</font></span>
|
|
|
- <p><input type="text" value="" name="moreImageTextTitle" id="moreImageTextTitle${editerCount }" class="input-text radius size-M"/></p>
|
|
|
+ <p><input type="text" value="" name="moreImageTextTitle" id="moreImageTextTitle${editerCount }" class="input-text size-M"/></p>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<span class="f-16">封面<font style="color: red;">*</font><font style="font-size: 13px;">(必须上传一张图片, 大图片建议尺寸:360像素 * 200像素)</font></span>
|
|
|
<p style="width: 300px;">
|
|
|
<span class="btn-upload form-group" style="width: 300px;">
|
|
|
- <input class="input-text upload-url radius" style="width: 180px;" value="" type="text" name="oneImageTextImage" id="imageUrl${editerCount }" readonly><a href="javascript:void();" class="btn btn-primary radius"><i class="Hui-iconfont" ></i> 浏览图片</a>
|
|
|
+ <input class="input-text upload-url" style="width: 180px;" value="" type="text" name="oneImageTextImage" id="imageUrl${editerCount }" readonly><a href="javascript:void();" class="btn btn-primary radius"><i class="Hui-iconfont" ></i> 浏览图片</a>
|
|
|
<input type="button" name="" id="image${editerCount }" style="width: 180px;" class="input-file">
|
|
|
</span>
|
|
|
</p>
|
|
@@ -272,17 +272,17 @@ String basePath = path + "/common/";
|
|
|
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<span class="f-16" id="outlink${editerCount }"><a href="javascript:void();" style="color:#0088CC; text-decoration: none;">添加外链接</a></span>
|
|
|
- <p><input type='text' name='outLink' id='chain${editerCount }' style="display: none;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='outLink' id='chain${editerCount }' style="display: none;" class='input-text size-M'/></p>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-5 pr-10">
|
|
|
<span class="f-16" id="originallink${editerCount }"><a href="javascript:void();" style="color:#0088CC; text-decoration: none;">添加原文链接</a></span>
|
|
|
- <p><input type='text' name='originlLink' id='sourceURL${editerCount }' style="display: none;" class='input-text radius size-M'/></p>
|
|
|
+ <p><input type='text' name='originlLink' id='sourceURL${editerCount }' style="display: none;" class='input-text size-M'/></p>
|
|
|
</div>
|
|
|
|
|
|
<div class="text-l pl-10 pt-20 pr-10 pb-20">
|
|
|
- <input class="btn btn-success radius" type="button" id="submitButton${editerCount }" value="保存">
|
|
|
- <input class="btn disabled radius" type="button" value="取消">
|
|
|
+ <input class="btn btn-danger" type="button" id="submitButton${editerCount }" value="保存">
|
|
|
+ <input class="btn disabled" type="button" value="取消">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|