X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FcreateSone.html;h=86543cc5c13332a05cf36c06507f83f1cf48e072;hp=9666b27a067784e1a1f6074f44a45f1781015239;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=566a6be137c012ad5319e4d786d9c3a3e26dcdac diff --git a/src/main/resources/templates/include/createSone.html b/src/main/resources/templates/include/createSone.html index 9666b27..86543cc 100644 --- a/src/main/resources/templates/include/createSone.html +++ b/src/main/resources/templates/include/createSone.html @@ -1,57 +1,30 @@ - + <%if errorNoIdentity>

<%= View.CreateSone.Text.Error.NoIdentity|l10n|html>

<%/if> -
- - class="error"<%/if>> - - - -
- - -
-
- -
-
- class="error"<%/if>> - - -
- class="error"<%/if>> - - - -
- -
- - + <%foreach identitiesWithoutSone identity> + <%first> + + + <%/last> + <%/foreach> + + +<%else> + <%if !sones.empty> +

<%= View.CreateSone.Text.NoNonSoneIdentities|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement=="">

+ <%else> +

<%= View.CreateSone.Text.NoIdentities|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement=="">

+ <%/if> +<%/if>