<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity4"> <head th:replace="~{fragments/header :: header}"> </head> <body> <style type="text/css"> @import "/css/emoji/nature.css"; @import "/css/emoji/object.css"; @import "/css/emoji/people.css"; @import "/css/emoji/place.css"; @import "/css/emoji/Sysmbols.css"; @import "/css/emoji/twemoji.css"; </style> <!-- Page Content --> <div class="container blog-content-container"> <div class="row"> <!-- Blog Entries Column --> <div class="col-md-8"> <!-- Blog Post --> <div class="card mb-4"> <div class="card-block" th:object="${blogModel.blog}"> <input type="hidden" name="id" th:value="*{id}" id="blogId"> <input type="text" class="form-control" placeholder="请填写博客标题" id="title" name="title" th:value="*{title}" maxlength="50"> <textarea class="blog-textarea" placeholder="请填写博客摘要" id="summary" name="summary" th:text="*{summary}" maxlength="300"></textarea> <hr> <textarea id="md" data-provide="markdown" data-hidden-buttons="cmdImage" name="content" th:text="*{content}"></textarea> <hr> </div> </div> </div> <!-- 右侧栏目 --> <div class="col-md-4"> <!-- 文章目录 --> <div class="card "> <h5 class="card-header"><i class="fa fa-file-image-o" aria-hidden="true"></i> 图片上传</h5> <div class="card-block"> <div class="row mt-1"> <div class="col-lg-12"> <form enctype="multipart/form-data" id="uploadformid" > <input type="file" name="file" accept="image/png,image/gif,image/jpeg" id="file"> <button class="btn btn-primary float-right" type="button" id="uploadImage" >插入</button> </form> </div> </div> </div> </div> <!-- 图片上传 --> <div class="card "> <h5 class="card-header"><i class="fa fa-cog" aria-hidden="true"></i> 博客设置</h5> <div class="card-block"> <div class="row mt-1"> <div class="col-lg-12"> 标签: <input type="text" class="form-control form-control-tag" th:value="${blogModel.blog.tags}"> </div> </div> <div class="row mt-1"> <div class="col-lg-12"> 分类: <select id="catalogSelect" class="form-control form-control-chosen" data-placeholder="请选择" > <option th:value="*{id}" th:text="*{name}" th:each="catalog : ${blogModel.catalogs}" th:object="${catalog}" th:selected="${catalog eq blogModel.blog.catalog }">Java</option> </select> </div> </div> <div class="row mt-1"> <div class="col-lg-12"> <button class="btn btn-primary float-right" id="submitBlog" th:attr="userName=${#authentication.name}">发布</button> </div> </div> </div> </div> </div> </div> <!-- /.row --> </div> <!-- /.container --> <div th:replace="~{fragments/footer :: footer}">...</div> <script class="lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC" data-original="../../js/userspace/blogedit.js" th:class="lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC" data-original="@{/js/userspace/blogedit.js}"></script> </body> </html>
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦