server/java/renkan-web/src/main/webapp/WEB-INF/jsp/projectPrompt.jsp
author rougeronj
Sun, 04 Jan 2015 22:42:49 +0100
changeset 357 70e577b0cdc6
parent 316 242510015401
permissions -rw-r--r--
add save_status var to specify the status of the renkan (saved/to-save/saving)

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Project prompt</title>
</head>
<body>
    ${message}
</body>
</html>