|
@@ -0,0 +1,388 @@
|
|
|
+<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
|
+ pageEncoding="UTF-8"%>
|
|
|
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
|
+<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
|
|
|
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
|
|
+<% String base = pageContext.getServletContext().getContextPath(); %>
|
|
|
+<!--_meta 作为公共模版分离出去-->
|
|
|
+<!DOCTYPE HTML>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <script type="text/javascript">
|
|
|
+ window.UEDITOR_SERVER_URL = '<%=base%>';
|
|
|
+ </script>
|
|
|
+ <meta name="renderer" content="webkit|ie-comp|ie-stand">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
|
|
+ <meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
+ <link rel="Bookmark" href="/favicon.ico" >
|
|
|
+ <link rel="Shortcut Icon" href="/favicon.ico" />
|
|
|
+ <!--[if lt IE 9]>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/html5shiv.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/respond.min.js"></script>
|
|
|
+ <![endif]-->
|
|
|
+ <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/h-ui/css/H-ui.min.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/h-ui.admin/css/H-ui.admin.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/lib/Hui-iconfont/1.0.8/iconfont.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/h-ui.admin/skin/default/skin.css" id="skin" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/h-ui.admin/css/style.css" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/h-ui.admin/css/page.css" />
|
|
|
+ <link rel="stylesheet" href="${pageContext.request.contextPath}/user/css/baseindex.css">
|
|
|
+ <link rel="stylesheet" href="${pageContext.request.contextPath}/user/css/course.css">
|
|
|
+ <link rel="stylesheet" href="${pageContext.request.contextPath}/user/css/swiper.min.css">
|
|
|
+ <script src="${pageContext.request.contextPath}/user/js/jquery.min.js" type="text/javascript"></script>
|
|
|
+ <script src="${pageContext.request.contextPath}/user/js/swiper.min.js" type="text/javascript"></script>
|
|
|
+ <script src="${pageContext.request.contextPath}/user/js/js.js" type="text/javascript"></script>
|
|
|
+ <link rel="stylesheet" href="${pageContext.request.contextPath}/user/build/mediaelementplayer.min(1).css" />
|
|
|
+ <%--<script type="text/javascript" src="${pageContext.request.contextPath}js/displayvideo.js"></script>--%>
|
|
|
+ <!--[if IE 6]>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/DD_belatedPNG_0.0.8a-min.js" ></script>
|
|
|
+ <script>DD_belatedPNG.fix('*');</script>
|
|
|
+ <![endif]-->
|
|
|
+ <!--/meta 作为公共模版分离出去-->
|
|
|
+
|
|
|
+ <title>新增新闻 - 新闻管理 - H-ui.admin v3.1</title>
|
|
|
+ <meta name="keywords" content="H-ui.admin v3.1,H-ui网站后台模版,后台模版下载,后台管理系统模版,HTML后台模版下载">
|
|
|
+ <meta name="description" content="H-ui.admin v3.1,是一款由国人开发的轻量级扁平化网站后台模板,完全免费开源的网站后台管理系统模版,适合中小型CMS后台系统。">
|
|
|
+
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<article class="page-container">
|
|
|
+ <form class="form form-horizontal" id="form-article-add" action="worklibrary-update.html" method="post" enctype="multipart/form-data">
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>作品标题:</label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-9">
|
|
|
+ <input type="hidden" name="id" value="${workibraryById.id}">
|
|
|
+ <input type="text" class="input-text" value="${workibraryById.title}" placeholder="" id="title" name="title">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2">封面图:</label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-4">
|
|
|
+ <input type="file" class="input-text" name="filename" id="fileToUpload">
|
|
|
+ <input type="hidden" name="img" id="imgOne">
|
|
|
+ </div>
|
|
|
+ <div class="formControls col-xs-8 col-sm-2">
|
|
|
+ <img alt="" src="${workibraryById.img}" width="90" height="60" id="showIpt">
|
|
|
+ </div>
|
|
|
+ <div class="formControls col-xs-8 col-sm-4">
|
|
|
+ <span class="c-red">图片最佳尺寸(像素):200 x 164</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2">视频:</label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-4">
|
|
|
+ <input type="file" class="input-text" name="filename" id="fileToUploads">
|
|
|
+ <input type="hidden" name="viodes" id="imgTwott" value="${workibraryById.viodes}">
|
|
|
+ </div>
|
|
|
+ <%--<div class="formControls col-xs-8 col-sm-2 " id="video-box">
|
|
|
+ <video id="video" controls preload="auto" width="500px" height="150px">
|
|
|
+ <source src="" type="video/mp4" id="showIpts">
|
|
|
+ </video>
|
|
|
+ <%–<img alt="" src="" width="90" height="60" id="showIpts">–%>
|
|
|
+ </div>--%>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2">发布日期:</label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-9">
|
|
|
+ <input type="text" value="${workibraryById.time}" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" id="time" name="time" class="input-text Wdate">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2">作品详情:</label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-9">
|
|
|
+ <script id="introductions" name="contexts" type="text/plain" style="width:100%;height:400px;">${workibraryById.contexts}</script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row cl">
|
|
|
+ <div class="col-xs-8 col-sm-9 col-xs-offset-4 col-sm-offset-2">
|
|
|
+ <button onClick="article_save_submit();" class="btn btn-primary radius" type="submit"> <i class="Hui-iconfont"> </i> 修改</button>
|
|
|
+ <a class="btn btn-default radius" href="javascript:history.go(-1)" type="button" > 取消 </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </article>
|
|
|
+
|
|
|
+ <!--_footer 作为公共模版分离出去-->
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/jquery/1.9.1/jquery.min.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/layer/2.4/layer.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}${pageContext.request.contextPath}/static/h-ui/js/H-ui.min.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}${pageContext.request.contextPath}/static/h-ui.admin/js/H-ui.admin.js"></script> <!--/_footer /作为公共模版分离出去-->
|
|
|
+
|
|
|
+ <!--请在下方写此页面业务相关的脚本-->
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/My97DatePicker/4.8/WdatePicker.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/jquery.validation/1.14.0/jquery.validate.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/jquery.validation/1.14.0/validate-methods.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/jquery.validation/1.14.0/messages_zh.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/webuploader/0.1.5/webuploader.min.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/ueditor/1.4.3/ueditor.config.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/ueditor/1.4.3/ueditor.all.min.js"> </script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/ueditor/1.4.3/lang/zh-cn/zh-cn.js"></script>
|
|
|
+ <script type="text/javascript" charset="utf-8" src="${pageContext.request.contextPath}/lib/ueditor/1.4.3/ueditor.config.js"></script> <!--ueditor的配置文件-->
|
|
|
+ <script type="text/javascript" charset="utf-8" src="${pageContext.request.contextPath}/lib/ueditor/1.4.3/ueditor.all.min.js"></script> <!--ueditor核心文件-->
|
|
|
+ <script type="text/javascript" charset="utf-8" src="${pageContext.request.contextPath}/lib/ueditor/1.4.3/lang/zh-cn/zh-cn.js"></script> <!--ueditor语言文件-->
|
|
|
+
|
|
|
+ <!-- 百度文本编辑器 引用文件 -->
|
|
|
+
|
|
|
+ <script src="<%=base%>/static/ue/ueditor.config.js" type="text/javascript"></script>
|
|
|
+ <script src="<%=base%>/static/ue/ueditor.all.js" type="text/javascript"></script>
|
|
|
+ <script type="text/javascript" src="<%=base%>/static/ue/lang/zh-cn/zh-cn.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/lib/layer/2.4/layer.js"></script>
|
|
|
+ <script type="text/javascript" src="${pageContext.request.contextPath}/static/admin/js/ajaxfileupload.js"></script>
|
|
|
+
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(function () {
|
|
|
+
|
|
|
+ var src =$("#imgTwott").val();
|
|
|
+ alert(src);
|
|
|
+ sourceDom = $("<source src=\""+ src +"\">");
|
|
|
+ $("#video-box video").empty();
|
|
|
+ $("#video-box video").append(sourceDom);
|
|
|
+ $("#video-box").show();
|
|
|
+ $("#video-box video")[0].play();
|
|
|
+ })
|
|
|
+ fileToUpload.onchange=function(){
|
|
|
+ showIpt.src=URL.createObjectURL(this.files[0]);
|
|
|
+ console.log(this.files)
|
|
|
+
|
|
|
+ }
|
|
|
+ /* fileToUploads.onchange=function(){
|
|
|
+ showIpts.src=URL.createObjectURL(this.files[0]);
|
|
|
+ console.log(this.files)
|
|
|
+
|
|
|
+ }*/
|
|
|
+
|
|
|
+ var ue = UE.getEditor('editor',{});
|
|
|
+
|
|
|
+ $(function(){
|
|
|
+ $('.skin-minimal input').iCheck({
|
|
|
+ checkboxClass: 'icheckbox-blue',
|
|
|
+ radioClass: 'iradio-blue',
|
|
|
+ increaseArea: '20%'
|
|
|
+ });
|
|
|
+
|
|
|
+ /*//表单验证
|
|
|
+ $("#form-article-add").validate({
|
|
|
+ rules:{
|
|
|
+ },
|
|
|
+ onkeyup:false,
|
|
|
+ focusCleanup:true,
|
|
|
+ success:"valid",
|
|
|
+ submitHandler:function(form){
|
|
|
+ $(form).ajaxSubmit();
|
|
|
+ var index = parent.layer.getFrameIndex(window.name);
|
|
|
+ //parent.$('.btn-refresh').click();
|
|
|
+ parent.layer.close(index);
|
|
|
+ }
|
|
|
+ });*/
|
|
|
+
|
|
|
+ $list = $("#fileList"),
|
|
|
+ $btn = $("#btn-star"),
|
|
|
+ state = "pending",
|
|
|
+ uploader;
|
|
|
+
|
|
|
+ var uploader = WebUploader.create({
|
|
|
+ auto: true,
|
|
|
+ swf: 'lib/webuploader/0.1.5/Uploader.swf',
|
|
|
+
|
|
|
+ // 文件接收服务端。
|
|
|
+ server: 'fileupload.php',
|
|
|
+
|
|
|
+ // 选择文件的按钮。可选。
|
|
|
+ // 内部根据当前运行是创建,可能是input元素,也可能是flash.
|
|
|
+ pick: '#filePicker',
|
|
|
+
|
|
|
+ // 不压缩image, 默认如果是jpeg,文件上传前会压缩一把再上传!
|
|
|
+ resize: false,
|
|
|
+ // 只允许选择图片文件。
|
|
|
+ accept: {
|
|
|
+ title: 'Images',
|
|
|
+ extensions: 'gif,jpg,jpeg,bmp,png',
|
|
|
+ mimeTypes: 'image/*'
|
|
|
+ }
|
|
|
+ });
|
|
|
+ uploader.on( 'fileQueued', function( file ) {
|
|
|
+ var $li = $(
|
|
|
+ '<div id="' + file.id + '" class="item">' +
|
|
|
+ '<div class="pic-box"><img></div>'+
|
|
|
+ '<div class="info">' + file.name + '</div>' +
|
|
|
+ '<p class="state">等待上传...</p>'+
|
|
|
+ '</div>'
|
|
|
+ ),
|
|
|
+ $img = $li.find('img');
|
|
|
+ $list.append( $li );
|
|
|
+
|
|
|
+ // 创建缩略图
|
|
|
+ // 如果为非图片文件,可以不用调用此方法。
|
|
|
+ // thumbnailWidth x thumbnailHeight 为 100 x 100
|
|
|
+ uploader.makeThumb( file, function( error, src ) {
|
|
|
+ if ( error ) {
|
|
|
+ $img.replaceWith('<span>不能预览</span>');
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
+ $img.attr( 'src', src );
|
|
|
+ }, thumbnailWidth, thumbnailHeight );
|
|
|
+ });
|
|
|
+ // 文件上传过程中创建进度条实时显示。
|
|
|
+ uploader.on( 'uploadProgress', function( file, percentage ) {
|
|
|
+ var $li = $( '#'+file.id ),
|
|
|
+ $percent = $li.find('.progress-box .sr-only');
|
|
|
+
|
|
|
+ // 避免重复创建
|
|
|
+ if ( !$percent.length ) {
|
|
|
+ $percent = $('<div class="progress-box"><span class="progress-bar radius"><span class="sr-only" style="width:0%"></span></span></div>').appendTo( $li ).find('.sr-only');
|
|
|
+ }
|
|
|
+ $li.find(".state").text("上传中");
|
|
|
+ $percent.css( 'width', percentage * 100 + '%' );
|
|
|
+ });
|
|
|
+
|
|
|
+ // 文件上传成功,给item添加成功class, 用样式标记上传成功。
|
|
|
+ uploader.on( 'uploadSuccess', function( file ) {
|
|
|
+ $( '#'+file.id ).addClass('upload-state-success').find(".state").text("已上传");
|
|
|
+ });
|
|
|
+
|
|
|
+ // 文件上传失败,显示上传出错。
|
|
|
+ uploader.on( 'uploadError', function( file ) {
|
|
|
+ $( '#'+file.id ).addClass('upload-state-error').find(".state").text("上传出错");
|
|
|
+ });
|
|
|
+
|
|
|
+ // 完成上传完了,成功或者失败,先删除进度条。
|
|
|
+ uploader.on( 'uploadComplete', function( file ) {
|
|
|
+ $( '#'+file.id ).find('.progress-box').fadeOut();
|
|
|
+ });
|
|
|
+ uploader.on('all', function (type) {
|
|
|
+ if (type === 'startUpload') {
|
|
|
+ state = 'uploading';
|
|
|
+ } else if (type === 'stopUpload') {
|
|
|
+ state = 'paused';
|
|
|
+ } else if (type === 'uploadFinished') {
|
|
|
+ state = 'done';
|
|
|
+ }
|
|
|
+
|
|
|
+ if (state === 'uploading') {
|
|
|
+ $btn.text('暂停上传');
|
|
|
+ } else {
|
|
|
+ $btn.text('开始上传');
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ $btn.on('click', function () {
|
|
|
+ if (state === 'uploading') {
|
|
|
+ uploader.stop();
|
|
|
+ } else {
|
|
|
+ uploader.upload();
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ var ue = UE.getEditor('editor');
|
|
|
+
|
|
|
+ });
|
|
|
+ $(function () {
|
|
|
+ var ue = UE.getEditor('introductions', {
|
|
|
+ //关闭字数统计
|
|
|
+ wordCount: false,
|
|
|
+ toolbars: [['fullscreen', 'source', '|', 'undo', 'redo', '|',
|
|
|
+ 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
|
|
|
+ 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
|
|
|
+ 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
|
|
|
+ 'directionalityltr', 'directionalityrtl', 'indent', '|',
|
|
|
+ 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
|
|
|
+ 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
|
|
|
+ 'insertimage', 'emotion', 'insertvideo', 'attachment', 'map', 'template', 'background', '|',
|
|
|
+ 'horizontal', 'date', 'time', 'spechars', 'wordimage', '|',
|
|
|
+ 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|',
|
|
|
+ 'print', 'preview', 'searchreplace', 'help'
|
|
|
+ ]],
|
|
|
+ //关闭elementPath
|
|
|
+ elementPathEnabled: false,
|
|
|
+ });
|
|
|
+ });
|
|
|
+
|
|
|
+ $(function(){
|
|
|
+ $("#fileToUpload").change(function(){
|
|
|
+ var f = document.getElementById('fileToUpload').files[0];
|
|
|
+ $.ajaxFileUpload({
|
|
|
+ fileElementId : 'fileToUpload',
|
|
|
+ url : 'uploadFindSkillImagesspf',
|
|
|
+ dataType : 'json',
|
|
|
+ data : {},
|
|
|
+ async : true,
|
|
|
+ error : function(data) {
|
|
|
+ alert("网络异常,请重试");
|
|
|
+ },
|
|
|
+ success : function(message) {
|
|
|
+
|
|
|
+
|
|
|
+ $("#imgOne").val(message.msg);
|
|
|
+ chen();
|
|
|
+ }
|
|
|
+ });
|
|
|
+ });
|
|
|
+ })
|
|
|
+ function chen(){
|
|
|
+ $("#fileToUpload").change(function(){
|
|
|
+ var f = document.getElementById('fileToUpload').files[0];
|
|
|
+ $.ajaxFileUpload({
|
|
|
+ fileElementId : 'fileToUpload',
|
|
|
+ url : 'uploadFindSkillImagesspf',
|
|
|
+ dataType : 'json',
|
|
|
+ data : {},
|
|
|
+ async : true,
|
|
|
+ error : function(data) {
|
|
|
+ alert("网络异常,请重试");
|
|
|
+ },
|
|
|
+ success : function(message) {
|
|
|
+ /* alert(message.msg);*/
|
|
|
+ $("#imgOne").val(message.msg);
|
|
|
+ chen();
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ });
|
|
|
+ }
|
|
|
+ $(function () {
|
|
|
+ $("#fileToUploads").change(function(){
|
|
|
+ var f = document.getElementById('fileToUploads').files[0];
|
|
|
+ $.ajaxFileUpload({
|
|
|
+ fileElementId : 'fileToUploads',
|
|
|
+ url : 'uploadFindSkillImagesspf',
|
|
|
+ dataType : 'json',
|
|
|
+ data : {},
|
|
|
+ async : true,
|
|
|
+ error : function(data) {
|
|
|
+ alert("网络异常,请重试");
|
|
|
+ },
|
|
|
+ success : function(message) {
|
|
|
+ $("#imgTwott").val(message.msg);
|
|
|
+ chens();
|
|
|
+ }
|
|
|
+ });
|
|
|
+ });
|
|
|
+ })
|
|
|
+ function chens() {
|
|
|
+ $("#fileToUploads").change(function () {
|
|
|
+ var f = document.getElementById('fileToUploads').files[0];
|
|
|
+ $.ajaxFileUpload({
|
|
|
+ fileElementId: 'fileToUploads',
|
|
|
+ url: 'uploadFindSkillImagesspf',
|
|
|
+ dataType: 'json',
|
|
|
+ data: {},
|
|
|
+ async: true,
|
|
|
+ error: function (data) {
|
|
|
+ alert("网络异常,请重试");
|
|
|
+ },
|
|
|
+ success: function (message) {
|
|
|
+ showIpts.src=message.msg;
|
|
|
+ $("#imgTwott").val(message.msg);
|
|
|
+ chens();
|
|
|
+ }
|
|
|
+ });
|
|
|
+ });
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <!--/请在上方写此页面业务相关的脚本-->
|
|
|
+</body>
|
|
|
+</html>
|