X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=db8e520cf5e16e9c98459f1e4b37c97d0ec56a6b;hp=4ec88cb844e6084d0dcf9f52213dcce75e294c10;hb=15c7e3e24de47ade817565a752866cef86b82c1a;hpb=820f04de1741b7f3f5205a9520f1adfbd88e6d58 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index 4ec88cb..db8e520 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -1,6 +1,6 @@ <%include include/head.html> - @@ -96,6 +87,33 @@ +

<%= Page.Options.Section.LoadLinkedImagesOptions.Title|l10n|html>

+ +

<%= Page.Options.Option.LoadLinkedImages.Description|l10n|html>

+ + +

<%= Page.Options.Section.RuntimeOptions.Title|l10n|html>

<%= Page.Options.Option.InsertionDelay.Description|l10n|html>

@@ -133,23 +151,6 @@ <%= Page.Options.Option.RequireFullAccess.Description|l10n|html>

-

<%= Page.Options.Section.TrustOptions.Title|l10n|html>

- -

<%= Page.Options.Option.PositiveTrust.Description|l10n|html>

- <%if =positive-trust|in collection=fieldErrors> -

<%= Page.Options.Warnings.ValueNotChanged|l10n|html>

- <%/if> -

- -

<%= Page.Options.Option.NegativeTrust.Description|l10n|html>

- <%if =negative-trust|in collection=fieldErrors> -

<%= Page.Options.Warnings.ValueNotChanged|l10n|html>

- <%/if> -

- -

<%= Page.Options.Option.TrustComment.Description|l10n|html>

-

-

<%= Page.Options.Section.FcpOptions.Title|l10n|html>

checked="checked"<%/if> /> <%= Page.Options.Option.FcpInterfaceActive.Description|l10n|html>

@@ -165,6 +166,10 @@

+

<%= Page.Options.Section.WebOfTrustOptions.Title|l10n|html>

+ +

checked="checked"<%/if> /> <%= Page.Options.Option.StrictFiltering.Description|l10n|html>

+ <%include include/tail.html>