cosmetic fixes for today's demo
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ menudefs:
|
|||||||
- text: "Manage Conference Aliases"
|
- text: "Manage Conference Aliases"
|
||||||
link: "/comm/[CID]/conf/[CONFID]/aliases"
|
link: "/comm/[CID]/conf/[CONFID]/aliases"
|
||||||
- text: "Manage Conference Members"
|
- text: "Manage Conference Members"
|
||||||
link: "/TODO/comm/[CID]/conf/[CONFID]/members"
|
link: "/comm/[CID]/conf/[CONFID]/members"
|
||||||
- text: "Customize Conference Appearance"
|
- text: "Customize Conference Appearance"
|
||||||
link: "/TODO/comm/[CID]/conf/[CONFID]/custom"
|
link: "/TODO/comm/[CID]/conf/[CONFID]/custom"
|
||||||
- text: "Conference Activity Reports"
|
- text: "Conference Activity Reports"
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="border-gray-400 mb-4">
|
<hr class="border-gray-400 mb-4">
|
||||||
<div class="flex justify-between items-center mb-4">
|
<div class="max-w-3xl flex justify-between items-center mb-4">
|
||||||
<h2 class="text-xl font-bold text-black mb-4">
|
<h2 class="text-xl font-bold text-black mb-4">
|
||||||
{{ if mode == "conf" }}
|
{{ if mode == "conf" }}
|
||||||
Conference Members:
|
Conference Members:
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
<input type="hidden" name="term" value="{{ term }}">
|
<input type="hidden" name="term" value="{{ term }}">
|
||||||
<input type="hidden" name="ofs" value="{{ offset }}">
|
<input type="hidden" name="ofs" value="{{ offset }}">
|
||||||
<input type="hidden" name="validUids" value="{{ validUids }}">
|
<input type="hidden" name="validUids" value="{{ validUids }}">
|
||||||
<div class="bg-gray-50 p-6 rounded-lg">
|
<div class="max-w-3xl bg-gray-50 p-6 rounded-lg">
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
{{ range _, rx := resultList }}
|
{{ range _, rx := resultList }}
|
||||||
<div class="flex items-start gap-3">
|
<div class="flex items-start gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user