This commit is contained in:
Zel
2025-02-04 21:02:31 +08:00
parent 33fb0efd08
commit a2bbf56724
15 changed files with 16 additions and 16 deletions

View File

@@ -6,11 +6,11 @@
}
<h3>
Page Search
搜索
</h3>
<p>
If it's here, you should be able to find it.<br /><br />
找找有没有你想要的<br /><br />
</p>
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
@@ -29,7 +29,7 @@
<div class="flex-grow-1 me-2">
@Html.TextBoxFor(x => x.SearchString, new { @class = "form-control", style = "width:100%" })
</div>
<button type="submit" value="Find" class="btn btn-primary">Search</button>
<button type="submit" value="Find" class="btn btn-primary">搜一搜</button>
</div>
</div>
<br />
@@ -52,7 +52,7 @@
{
<div class="d-flex small text-muted mb-0">
<strong>
Your search criteria resulted in no pages, simplify your search text.
好像啥也没查到哎
</strong>
</div>
}