/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

  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" trimDirectiveWhitespaces="true"%>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  3. <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
  4. <%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
  5. summernote
  6. <hr/>
  7. <form>
  8. <div class="form-group">
  9. <label for="exampleInputEmail1">Email address</label>
  10. <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
  11. </div>
  12. <div class="form-group">
  13. <label for="exampleInputPassword1">Password</label>
  14. <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
  15. </div>
  16. <div class="form-group">
  17. <label for="exampleInputFile">File input</label>
  18. <input type="file" id="exampleInputFile">
  19. <p class="help-block">Example block-level help text here.</p>
  20. </div>
  21. <div class="form-group">
  22. <textarea id="content" class="form-control"><jsp:include page="/WEB-INF/include/lorem.jsp" /></textarea>
  23. </div>
  24. <div class="checkbox">
  25. <label>
  26. <input type="checkbox"> Check me out
  27. </label>
  28. </div>
  29. <button type="submit" class="btn btn-default">Submit</button>
  30. </form>