14 lines
471 B
Plaintext
14 lines
471 B
Plaintext
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<#include "../layout/ref_head.ftl">
|
||
|
|
<#--<link rel="stylesheet" type="text/css" href="${asset_csspath}/lightbox.css">-->
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<#include "feedback_list.ftl" >
|
||
|
|
<#include "feedback_edit.ftl" >
|
||
|
|
</body>
|
||
|
|
<#include "../layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/jcdp/feedback/feedback.js"></script>
|
||
|
|
<#--<script type="text/javascript" src="${asset_jspath}/jcdp/feedback/lightbox.js"></script>-->
|
||
|
|
</html>
|