1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Translation of theme

This commit is contained in:
Meow J
2016-07-05 19:41:38 +08:00
parent 3227b3df11
commit 7961609acf
3 changed files with 9 additions and 10 deletions

View File

@@ -53,7 +53,7 @@
{% if copyright %}
<center>{{ copyright }}</center>
{% endif %}
<center>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</center>
<center>本页面使用<a href="http://www.mkdocs.org/">MkDocs</a>构建</center>
</footer>
<script src="{{ base_url }}/js/jquery-1.10.2.min.js"></script>
@@ -70,17 +70,16 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="exampleModalLabel">Search</h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">关闭</span></button>
<h4 class="modal-title" id="exampleModalLabel">搜索</h4>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
请在下面输入你要搜索的文本。
</p>
<form role="form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
<input type="text" class="form-control" placeholder="搜索..." id="mkdocs-search-query">
</div>
</form>
<div id="mkdocs-search-results"></div>