maliming
2 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
11 additions and
11 deletions
-
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml
|
|
|
@ -208,6 +208,17 @@ |
|
|
|
} |
|
|
|
</div> |
|
|
|
|
|
|
|
@if (DocsWebOptions.Value.UseGoogleTranslation) |
|
|
|
{ |
|
|
|
<div class="docs-version mt-2 skiptranslate"> |
|
|
|
<span>@L["GoogleTranslate"]</span> |
|
|
|
<div class="version-select"> |
|
|
|
<div class="input-group" id="google_translate_select"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="google_translate_element" class="mt-1 mb-2"></div> |
|
|
|
} |
|
|
|
|
|
|
|
<div class="docs-version"> |
|
|
|
<div class="version-select"> |
|
|
|
<div class="input-group align-items-center"> |
|
|
|
@ -224,17 +235,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@if (DocsWebOptions.Value.UseGoogleTranslation) |
|
|
|
{ |
|
|
|
<div class="docs-version mt-2 skiptranslate"> |
|
|
|
<span>@L["GoogleTranslate"]</span> |
|
|
|
<div class="version-select"> |
|
|
|
<div class="input-group" id="google_translate_select"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="google_translate_element" class="mt-1"></div> |
|
|
|
} |
|
|
|
|
|
|
|
<div id="search-all-document" style="display: none;" class="search-all-document-container"> |
|
|
|
<button class="btn" type="button"> |
|
|
|
<i class="fa fa-level-down" aria-hidden="true"></i> |
|
|
|
|