Browse Source

统一路径

tags/6.2.7
叙述、别离 1 year ago
parent
commit
74f8259444
6 changed files with 9 additions and 9 deletions
  1. +1
    -1
      src/theme/plus/flink-add.htm
  2. +4
    -4
      src/theme/plus/win_templet.htm
  3. +1
    -1
      src/user/templets/buy.htm
  4. +1
    -1
      src/user/templets/mypay.htm
  5. +1
    -1
      src/user/templets/mystow.htm
  6. +1
    -1
      src/user/templets/resetpassword.htm

+ 1
- 1
src/theme/plus/flink-add.htm View File

@@ -66,7 +66,7 @@
<td>验证码:</td>
<td>
<input name="validate" type="text" id="vdcode2" size="10" class="text-uppercase">
<img src="../apps/vdimgck.php" onclick="this.src=this.src+'?'" title="验证码">
<img src="/apps/vdimgck.php" onclick="this.src=this.src+'?'" title="验证码">
</td>
</tr>
<tr>


+ 4
- 4
src/theme/plus/win_templet.htm View File

@@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>{dede:wintitle/}</title>
<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>
<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>
</head>
<body>
<table cellpadding="0" cellspacing="0" align="center" class="table maintable my-3">


+ 1
- 1
src/user/templets/buy.htm View File

@@ -57,7 +57,7 @@
<td>验证码</td>
<td>
<input type="text" name="vdcode" id="vdcode" class="form-control text-uppercase d-inline-block w-25">
<img src="../apps/vdimgck.php" title="验证码" onclick="this.src=this.src+'?'">
<img src="/apps/vdimgck.php" title="验证码" onclick="this.src=this.src+'?'">
</td>
</tr>
<tr>


+ 1
- 1
src/user/templets/mypay.htm View File

@@ -38,7 +38,7 @@
<tr>
<td><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td>
<td><?php echo $fields['aid'];?></td>
<td><?php echo '<a href="../apps/view.php?aid='.str_replace('ARCHIVE', '', $fields['buyid']).'" target="_blank">'.$fields['oldinfo'].'</a>';?></td>
<td><?php echo '<a href="/apps/view.php?aid='.str_replace('ARCHIVE', '', $fields['buyid']).'" target="_blank">'.$fields['oldinfo'].'</a>';?></td>
<td><?php echo $fields['money'];?></td>
<td><?php echo GetDateTimeMk($fields['mtime']);?></td>
</tr>


+ 1
- 1
src/user/templets/mystow.htm View File

@@ -39,7 +39,7 @@
<td><a href="archives_do.php?dopost=viewArchives&aid={dede:field.aid/}" target="_blank">{dede:field.title/}</a></td>
<td><?php echo MyDate('Y-m-d H:i:s', $fields['addtime']);?></td>
<td>
<a href="../apps/recommend.php?type={dede:field.type/}&aid={dede:field.aid/}" target="_blank" class="btn btn-success btn-sm">推荐</a>
<a href="/apps/recommend.php?type={dede:field.type/}&aid={dede:field.aid/}" target="_blank" class="btn btn-success btn-sm">推荐</a>
<a href="archives_do.php?dopost=delStow&type={dede:field.type/}&aid={dede:field.aid/}" class="btn btn-danger btn-sm">删除</a>
</td>
</tr>


+ 1
- 1
src/user/templets/resetpassword.htm View File

@@ -56,7 +56,7 @@
num = num + rand;
$('#ver_code').css('visibility', 'visible');
if ($("#vdimgck")[0]) {
$("#vdimgck")[0].src = "../apps/vdimgck.php?tag=" + num;
$("#vdimgck")[0].src = "/apps/vdimgck.php?tag=" + num;
}
return false;
}


Loading…
Cancel
Save