Selaa lähdekoodia

统一路径

tags/6.2.7
叙述、别离 1 vuosi sitten
vanhempi
commit
74f8259444
6 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  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 Näytä tiedosto

@@ -66,7 +66,7 @@
<td>验证码:</td> <td>验证码:</td>
<td> <td>
<input name="validate" type="text" id="vdcode2" size="10" class="text-uppercase"> <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> </td>
</tr> </tr>
<tr> <tr>


+ 4
- 4
src/theme/plus/win_templet.htm Näytä tiedosto

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


+ 1
- 1
src/user/templets/buy.htm Näytä tiedosto

@@ -57,7 +57,7 @@
<td>验证码</td> <td>验证码</td>
<td> <td>
<input type="text" name="vdcode" id="vdcode" class="form-control text-uppercase d-inline-block w-25"> <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> </td>
</tr> </tr>
<tr> <tr>


+ 1
- 1
src/user/templets/mypay.htm Näytä tiedosto

@@ -38,7 +38,7 @@
<tr> <tr>
<td><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td> <td><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td>
<td><?php echo $fields['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 $fields['money'];?></td>
<td><?php echo GetDateTimeMk($fields['mtime']);?></td> <td><?php echo GetDateTimeMk($fields['mtime']);?></td>
</tr> </tr>


+ 1
- 1
src/user/templets/mystow.htm Näytä tiedosto

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


+ 1
- 1
src/user/templets/resetpassword.htm Näytä tiedosto

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


Loading…
Peruuta
Tallenna