Please leave this page - security content!
+ + diff --git a/web/WEB-INF/views/chapter-page-edit.jsp b/web/WEB-INF/views/chapter-page-edit.jsp new file mode 100644 index 0000000..5b7fcf0 --- /dev/null +++ b/web/WEB-INF/views/chapter-page-edit.jsp @@ -0,0 +1,55 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + +${crypt}
+ + diff --git a/web/WEB-INF/views/story-page-edit.jsp b/web/WEB-INF/views/story-page-edit.jsp new file mode 100644 index 0000000..84bcc30 --- /dev/null +++ b/web/WEB-INF/views/story-page-edit.jsp @@ -0,0 +1,136 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> +<%@taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + +| ID | +NAME | +|
|---|---|---|
| GET Story by ID | +GET/get/story/{id} |
+ + Id: + + | +
| Add story | +PUT/story/add |
+ + + | +