X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=2144e2f78b3a9f3901caec380ce7d05916558238;hp=a0c8bee843d8c6911529e844318cf5a293ae3143;hb=a626746ba02e64402514c32a5317c33fdcd7be35;hpb=622c4a4d3ebed447d5708a41cf3e1e82e18fa29b diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index a0c8bee..2144e2f 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,12 +1,28 @@ +<%include include/head.html>

WoTNS

Yay, Index!

-

Manage Names

-
- - -
+ +<%foreach enabledIdentities identity> + <%first> +

Enabled Identities

+ <%/first> +
+ + + <%identity.nickname|html> + +
+<%/foreach> + +<%foreach disabledIdentities identity> + <%first> +

Disabled Identities

+ <%/first> +
+ + + <%identity.nickname|html> + +
+<%/foreach> +<%include include/tail.html> \ No newline at end of file