Browse Source

修复错误

tags/6.0.4^2
xushubieli 2 years ago
parent
commit
02e1c7a5d6
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      src/dede/templets/index_menu2.htm
  2. +2
    -2
      src/dede/templets/sys_info.htm

+ 3
- 3
src/dede/templets/index_menu2.htm View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>DedeBIZ menu</title>
<link rel="stylesheet" href="css/base.css">
<script src="../static/js/dedeajax2.js"></script>


+ 2
- 2
src/dede/templets/sys_info.htm View File

@@ -57,7 +57,7 @@
<div style="min-width:780px">
<table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
<tr>
<td height="30" background="images/tbg.gif" style="padding-left:10px;"><b>系统配置参数:</b></td>
<td height="30" background="images/tbg.gif" style="padding-left:10px"><b>系统配置参数:</b></td>
</tr>
<tr>
<td height="30" bgcolor="#ffffff" align="left">
@@ -128,7 +128,7 @@
</table>
<table width="98%" border="0" cellpadding="0" cellspacing="0" style="margin-top:10px" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
<tr>
<td height="28" align="right" background="images/tbg.gif" style="border:1px solid #cfcfcf;border-bottom:none;">
<td height="28" align="right" background="images/tbg.gif" style="border:1px solid #cfcfcf;border-bottom:none">
&nbsp;配置搜索:
<input type="text" name="keywds" id="keywds" />
<button type="button" onclick="getSearch()" class="btn btn-success btn-sm">搜索</button>


Loading…
Cancel
Save