17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<#include "../layout/ref_head.ftl">
|
||
|
|
<link rel="stylesheet" type="text/css" href="${asset_csspath}/common.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<#include "mymanage_list.ftl">
|
||
|
|
|
||
|
|
<div class="ui_dialog" id="dialog_spjl">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<#include "../layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/personalcenter/mymanage.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|