1
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user