Browse Source

修复边框

tags/6.1.8
xushubieli 2 years ago
parent
commit
61c5b40117
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      src/admin/templets/catalog_add_quick.htm
  2. +1
    -1
      src/admin/templets/file_upload.htm
  3. +2
    -2
      src/admin/templets/tpl_newfile.htm
  4. +1
    -1
      src/admin/templets/winmode.htm

+ 1
- 1
src/admin/templets/catalog_add_quick.htm View File

@@ -81,7 +81,7 @@
<form name="form1" action="catalog_add.php" method="post">
<input type="hidden" name="dopost" value="savequick">
<input type="hidden" name="savetype" value="" id="savetype">
<table width="98%" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="border-collapse:collapse" class="mt-3">
<table width="98%" align="center" cellpadding="0" cellspacing="0" class="mt-3">
<tr>
<td width="100%" height="26">
<table width="100%" cellspacing="0" cellpadding="0">


+ 1
- 1
src/admin/templets/file_upload.htm View File

@@ -27,7 +27,7 @@
<form method="POST" enctype="multipart/form-data" action="file_manage_control.php" name="form1">
<input type='hidden' name='activepath' value="{dede:global name='activepath'/}">
<input type='hidden' name='fmdo' value="upload">
<table cellpadding="0" cellspacing="0" width="100%" class="mt-3" style="border-collapse:collapse">
<table cellpadding="0" cellspacing="0" width="100%" class="mt-3">
<tr>
<td style="padding-bottom:1rem">
<input type="button" class="btn btn-success btn-sm" value="增加上传框" name="bbb" class="bt1" onClick="make_upload();">


+ 2
- 2
src/admin/templets/tpl_newfile.htm View File

@@ -15,12 +15,12 @@
</script>
</head>
<body>
<table width="98%" cellpadding="0" cellspacing="0" bordercolor="#111111" style="border-collapse:collapse">
<table width="98%" cellpadding="0" cellspacing="0">
<form method="POST" action="tpl.php" name=form1 onSubmit="return Post()">
<input type="hidden" name="action" value="savenewfile">
<tr>
<td width=78%>
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="16%" height="26">工作目录:</td>
<td width="84%"><input name="path" size="40" value="<?php echo $path; ?>">(空白表示根目录 ,不允许用 “..” 形式的路径)</td>


+ 1
- 1
src/admin/templets/winmode.htm View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body>
<table width="98%" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="border-collapse:collapse">
<table width="98%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="64" background="../static/web/img/indextitlebg.gif">
<img src="images/indextitle.gif" width="260" height="64" alt="Power by DedeBIZV6 OX">


Loading…
Cancel
Save