apps/com.actionsoft.apps.coe.pal/template/page/console.system.name.create.htm
2022-06-27 23:38:56 +08:00

49 lines
1.9 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Project_Create</title>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.plugs.js"></script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.console.systemname.create.js"></script>
<!--coe css -->
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/<#coePortal>/coe.team.create.css">
<link href="../commons/css/awsui.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
<script>
var 不是一个数值 = "<I18N#不是一个数值>";
var 系统名称不能出现特殊符号 = "<I18N#系统名称不能出现特殊符号>";
var 添加失败请查看错误日志 = "<I18N#添加失败请查看错误日志>";
</script>
<style>
.team_careat_button {
float: right;
margin-right: 0px;
}
</style>
</head>
<body >
<body>
<form id='frmMain' name='frmMain' action="./w" method='post'>
<div class="team_create_content">
<table class="table-bordered table-striped" style="width:100%">
<tbody>
<tr>
<td width="15%" align='right' style="padding-right:5px" nowrap="nowrap"><I18N#系统名称>:</td>
<td><input type="text" name="systemName" value='<#name>' id="systemName" style="width: 99%;"/></td>
</tr>
</tbody>
</table>
<div class="team_create_tbl_bottom ">
<div class="team_careat_button">
<a href='#' id='saveSystemNameBtn' class='button blue' onClick="saveSystemName();window.top.closeAwsDialog();return false;"><I18N#保存></a>
</div>
</div>
</div>
<input type="hidden" name="sid" id="sid" value="<#sid>">
<input type="hidden" name="uuid" id="uuid" value="<#uuid>">
<input type="hidden" name="isDefault" id="isDefault" value="<#isDefault>">
</form>
</body>
</body>
</html>