initial commit

This commit is contained in:
chenjinsong
2018-09-27 16:21:05 +08:00
commit dc91c4c987
2011 changed files with 408920 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
* {margin:0px;
padding:0px;}
html, body {;
font-size:12px;
}
</style>
<script language=javascript type="text/javascript">
function F(str)
{
window.returnValue = str;
window.close();
}
</script>
</head>
<body bgcolor="#EBECEB">
<div align="center" style="margin-top: 5%; margin-left:2%">
<div>
</br>
同时启用所有子节点组吗?
</br>
</br>
</div>
<input id="Button1" type="button" value="是" style="width:65px;height:20px" onclick="F(Button1.value);"/>
<input id="Button2" type="button" value="否" style="width:65px;height:20px" onclick="F(Button2.value);"/>
</div>
</body>