- Replace CETC54 references with ETMS - Replace com.cetc54 package with com.example - Rename cetc54 directories to etms - Replace CECT54.WebUI to ETMS.WebUI - Replace organization names (中国电科54所 -> XX公司) - Replace internal system URLs (cetc54.com -> example.com)
24 lines
478 B
Plaintext
24 lines
478 B
Plaintext
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<#include "../layout/ref_head.ftl">
|
|
</head>
|
|
<body>
|
|
<#include "research_project_main_list.ftl">
|
|
<#--<#include "research_project_main_edit.ftl">-->
|
|
|
|
<div class="ui_dialog" id="dialog">
|
|
</div>
|
|
|
|
<div class="ui_dialog" id="addusers_dialog">
|
|
</div>
|
|
|
|
<div class="ui_dialog" id="addexam_dialog">
|
|
</div>
|
|
|
|
<#include "../layout/ref_script.ftl">
|
|
|
|
<script type="text/javascript" src="${asset_jspath}/research/research_project_main.js"></script>
|
|
|
|
</body>
|
|
</html> |