|  |  | @@ -7,6 +7,23 @@ | 
		
	
		
			
			|  |  |  | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | 
		
	
		
			
			|  |  |  | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | 
		
	
		
			
			|  |  |  | <link rel="stylesheet" href="../static/web/css/admin.css"> | 
		
	
		
			
			|  |  |  | <script src="../static/web/js/jquery.min.js"></script> | 
		
	
		
			
			|  |  |  | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | 
		
	
		
			
			|  |  |  | <script src="js/main.js"></script> | 
		
	
		
			
			|  |  |  | <script src="js/diy.js"></script> | 
		
	
		
			
			|  |  |  | <script> | 
		
	
		
			
			|  |  |  | function checkSubmit() { | 
		
	
		
			
			|  |  |  | if (document.form1.name.value == '') { | 
		
	
		
			
			|  |  |  | ShowMsg("自定义表单名称不能为空"); | 
		
	
		
			
			|  |  |  | return false; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | return true; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | function DelNote(gourl) { | 
		
	
		
			
			|  |  |  | if (!window.confirm("您确认要删除这条记录吗")) { return false; } | 
		
	
		
			
			|  |  |  | location.href = gourl; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | </script> | 
		
	
		
			
			|  |  |  | </head> | 
		
	
		
			
			|  |  |  | <body> | 
		
	
		
			
			|  |  |  | <table cellpadding="1" cellspacing="1" align="center" class="table maintable my-3"> | 
		
	
	
		
			
				|  |  | 
 |