/webapp/WEB-INF/view/theme/editor/summernote/summernote.jsp
https://github.com/sungha/kr.steelheart.site · JavaServer Pages · 38 lines · 30 code · 8 blank · 0 comment · 0 complexity · 6e0b36b9ea83a16f58cd62b94f890713 MD5 · raw file
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" trimDirectiveWhitespaces="true"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
- <%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
- summernote
- <hr/>
- <form>
- <div class="form-group">
- <label for="exampleInputEmail1">Email address</label>
- <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
- </div>
- <div class="form-group">
- <label for="exampleInputPassword1">Password</label>
- <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
- </div>
- <div class="form-group">
- <label for="exampleInputFile">File input</label>
- <input type="file" id="exampleInputFile">
- <p class="help-block">Example block-level help text here.</p>
- </div>
-
- <div class="form-group">
- <textarea id="content" class="form-control"><jsp:include page="/WEB-INF/include/lorem.jsp" /></textarea>
- </div>
-
- <div class="checkbox">
- <label>
- <input type="checkbox"> Check me out
- </label>
- </div>
- <button type="submit" class="btn btn-default">Submit</button>
- </form>