From bf7504b6e9aa16cab6b3060341136ccdca29d88f Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sat, 8 Nov 2025 22:33:44 -0700 Subject: [PATCH] designed an attachment uipload page --- ui/views/attachment_upload.jet | 70 ++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 ui/views/attachment_upload.jet diff --git a/ui/views/attachment_upload.jet b/ui/views/attachment_upload.jet new file mode 100644 index 0000000..38a8c68 --- /dev/null +++ b/ui/views/attachment_upload.jet @@ -0,0 +1,70 @@ +{* + * Amsterdam Web Communities System + * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. + *} + +
+
+

Upload Your Attachment

+
+
+ + {{ if isset(errorMessage) }} + +
+
+
+ ⚠️ +
+
+

{{ CapitalizeString(errorMessage) }}.

+
+
+
+ {{ end }} + + +
+ + +
+
+ +
+
+ + +

+ Attachment may be no more than 1 megabyte in size. +

+
+ + +
+ +
+
+
+ + +
+

Attachment Guidelines:

+
    +
  • The attachment will remain as part of the post.
  • +
  • Be sure you have the right to upload your attachment publicly.
  • +
  • Inapproriate attachments may cause your post to be removed from the conference.
  • +
+
+
+
+
\ No newline at end of file