mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 15:27:24 +08:00
change entrance space
This commit is contained in:
@@ -2655,11 +2655,11 @@ else {
|
|||||||
<div style="display: flex;align-items: center">
|
<div style="display: flex;align-items: center">
|
||||||
<div style="display: flex;flex-direction: column">
|
<div style="display: flex;flex-direction: column">
|
||||||
<div>
|
<div>
|
||||||
<span style="display: inline-block;width:50px"><?php echo nexus_trans('search.search_keyword')?>: </span>
|
<span style="display: inline-block;width:45px"><?php echo nexus_trans('search.search_keyword')?>: </span>
|
||||||
<span><input type="text" name="search" style="width: 100px;height: 12px" value="<?php echo $_GET['search'] ?? '' ?>"/></span>
|
<span><input type="text" name="search" style="width: 100px;height: 12px" value="<?php echo $_GET['search'] ?? '' ?>"/></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span style="display: inline-block;width:50px"><?php echo nexus_trans('search.search_area')?>: </span>
|
<span style="display: inline-block;width:45px"><?php echo nexus_trans('search.search_area')?>: </span>
|
||||||
<span><?php echo build_search_area($_GET['search_area'] ?? '', ['style' => 'width: 108px'])?></span>
|
<span><?php echo build_search_area($_GET['search_area'] ?? '', ['style' => 'width: 108px'])?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -80,13 +80,13 @@ $lang_functions = array
|
|||||||
'text_logout' => "退出",
|
'text_logout' => "退出",
|
||||||
'text_bonus' => "魔力值 ",
|
'text_bonus' => "魔力值 ",
|
||||||
'text_use' => "使用",
|
'text_use' => "使用",
|
||||||
'text_ratio' => "分享率:",
|
'text_ratio' => "分享率:",
|
||||||
'text_uploaded' => "上传量:",
|
'text_uploaded' => "上传量:",
|
||||||
'text_downloaded' => "下载量:",
|
'text_downloaded' => "下载量:",
|
||||||
'text_active_torrents' => "当前活动:",
|
'text_active_torrents' => "当前活动:",
|
||||||
'title_torrents_seeding' => "当前做种",
|
'title_torrents_seeding' => "当前做种",
|
||||||
'title_torrents_leeching' => "当前下载",
|
'title_torrents_leeching' => "当前下载",
|
||||||
'text_connectable' => "可连接:",
|
'text_connectable' => "可连接:",
|
||||||
'text_the_time_is_now' => "时间:",
|
'text_the_time_is_now' => "时间:",
|
||||||
'text_message_new' => " 新",
|
'text_message_new' => " 新",
|
||||||
'title_sentbox' => "发件箱",
|
'title_sentbox' => "发件箱",
|
||||||
|
|||||||
Reference in New Issue
Block a user