|
|
|
@ -176,8 +176,7 @@
|
|
|
|
|
<form class="form-search" id="path_search" action="#" method="post">
|
|
|
|
|
<input type="text" placeholder="输入路径删选,例如:/tours/。" value="<?php if (isset($_POST['p'])) {
|
|
|
|
|
echo ($_POST['p']);
|
|
|
|
|
} ?>" class="input-medium search-query"
|
|
|
|
|
name="p" />
|
|
|
|
|
} ?>" class="input-medium search-query" name="p" />
|
|
|
|
|
<button type="submit" class="btn">筛选</button>
|
|
|
|
|
</form>
|
|
|
|
|
<a id="update" class="btn mr10 btn-info">更新</a>
|
|
|
|
@ -197,6 +196,7 @@
|
|
|
|
|
<?php foreach ($file as $key => $it) {
|
|
|
|
|
$encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8'));
|
|
|
|
|
$_it = mb_convert_encoding($it, 'UTF8', $encode);
|
|
|
|
|
$_it = preg_replace('/#(.*)$/i', '', $_it);
|
|
|
|
|
?>
|
|
|
|
|
<tr class="data">
|
|
|
|
|
<td>
|
|
|
|
|