From e2df323dd6b2dc241f94505b449b61c867451667 Mon Sep 17 00:00:00 2001 From: nano Date: Mon, 4 May 2026 19:02:01 +0000 Subject: [PATCH] Improve BrainOrdure editorial UI --- app/views/Categories/index.asp | 77 ++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 36 deletions(-) diff --git a/app/views/Categories/index.asp b/app/views/Categories/index.asp index 167fcd7..f73aeb3 100644 --- a/app/views/Categories/index.asp +++ b/app/views/Categories/index.asp @@ -1,44 +1,49 @@ -
-
-
Section index
-

Categories

-

Browse post categories from ASPBlogBrainOrdure.

+
+
+
+
+
+
+

Categories

+ Browse the sections of BrainOrdure. +
+
+
- New Category -
+ + +
+
+ <% Dim categoryIter, categoryItem Set categoryIter = categories.Iterator() - -If categories.Count = 0 Then %> -
No categories are available yet.
-<% -Else -%> -
- <% - Do While categoryIter.HasNext - Set categoryItem = categoryIter.GetNext() - %> -
- + <% If categories.Count = 0 Then %> +
No categories are available yet.
+ <% Else %> +
+ <% + Do While categoryIter.HasNext + Set categoryItem = categoryIter.GetNext() + %> +
+ +
+ <% + Loop + %>
- <% - Loop - %> + <% End If %>
-<% -End If -%> +