From 782074d3ea301872aa88c988c08e215ae686f7af Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 24 Nov 2021 10:48:06 -0600 Subject: [PATCH] fix --- files/templates/comments/CommentActions.html | 255 +++++++++++++++++ files/templates/comments/CommentEditForm.html | 72 +++++ files/templates/comments/CommentForm.html | 54 ++++ .../templates/comments/CommentReplyForm.html | 78 ++++++ files/templates/default.html | 264 ++++++++---------- .../templates/dropdowns/NavbarExtraLinks.html | 62 ++++ files/templates/dropdowns/NavbarProfile.html | 54 ++++ files/templates/dropdowns/SearchSorts.html | 94 +++++++ .../templates/dropdowns/SubmissionSorts.html | 94 +++++++ files/templates/footer.html | 98 +++++++ files/templates/header-tw.html | 135 +++++++++ files/templates/home.html | 194 +++---------- files/templates/modals/Modal2FA.html | 66 +++++ .../templates/modals/ModalCommentActions.html | 87 ++++++ .../templates/modals/ModalDeleteAccount.html | 47 ++++ .../modals/ModalSubmissionActions.html | 103 +++++++ .../modals/ModalSubmissionListingActions.html | 99 +++++++ files/templates/sidebars/HomeSidebar.html | 19 ++ files/templates/sidebars/SettingsSidebar.html | 34 +++ .../templates/sidebars/SubmissionSidebar.html | 152 ++++++++++ files/templates/sidebars/SubmitSidebar.html | 18 ++ .../submission/SubmissionActions.html | 242 ++++++++++++++++ .../submission/SubmissionAwards.html | 10 + .../submission/SubmissionEditForm.html | 49 ++++ .../submission/SubmissionListingActions.html | 90 ++++++ files/templates/toasts/toasts.html | 16 ++ 26 files changed, 2188 insertions(+), 298 deletions(-) create mode 100644 files/templates/comments/CommentActions.html create mode 100644 files/templates/comments/CommentEditForm.html create mode 100644 files/templates/comments/CommentForm.html create mode 100644 files/templates/comments/CommentReplyForm.html create mode 100644 files/templates/dropdowns/NavbarExtraLinks.html create mode 100644 files/templates/dropdowns/NavbarProfile.html create mode 100644 files/templates/dropdowns/SearchSorts.html create mode 100644 files/templates/dropdowns/SubmissionSorts.html create mode 100644 files/templates/footer.html create mode 100644 files/templates/header-tw.html create mode 100644 files/templates/modals/Modal2FA.html create mode 100644 files/templates/modals/ModalCommentActions.html create mode 100644 files/templates/modals/ModalDeleteAccount.html create mode 100644 files/templates/modals/ModalSubmissionActions.html create mode 100644 files/templates/modals/ModalSubmissionListingActions.html create mode 100644 files/templates/sidebars/HomeSidebar.html create mode 100644 files/templates/sidebars/SettingsSidebar.html create mode 100644 files/templates/sidebars/SubmissionSidebar.html create mode 100644 files/templates/sidebars/SubmitSidebar.html create mode 100644 files/templates/submission/SubmissionActions.html create mode 100644 files/templates/submission/SubmissionAwards.html create mode 100644 files/templates/submission/SubmissionEditForm.html create mode 100644 files/templates/submission/SubmissionListingActions.html create mode 100644 files/templates/toasts/toasts.html diff --git a/files/templates/comments/CommentActions.html b/files/templates/comments/CommentActions.html new file mode 100644 index 000000000..57087dfa6 --- /dev/null +++ b/files/templates/comments/CommentActions.html @@ -0,0 +1,255 @@ + \ No newline at end of file diff --git a/files/templates/comments/CommentEditForm.html b/files/templates/comments/CommentEditForm.html new file mode 100644 index 000000000..f4aed9ecb --- /dev/null +++ b/files/templates/comments/CommentEditForm.html @@ -0,0 +1,72 @@ + \ No newline at end of file diff --git a/files/templates/comments/CommentForm.html b/files/templates/comments/CommentForm.html new file mode 100644 index 000000000..a1ad441e9 --- /dev/null +++ b/files/templates/comments/CommentForm.html @@ -0,0 +1,54 @@ +{% if v %} +
+ + + +
+ +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • + {% if v %} +
  • + +
  • + {% endif %} +
+
+
+ + Formatting help + + +
+
+{% endif %} \ No newline at end of file diff --git a/files/templates/comments/CommentReplyForm.html b/files/templates/comments/CommentReplyForm.html new file mode 100644 index 000000000..b649d7504 --- /dev/null +++ b/files/templates/comments/CommentReplyForm.html @@ -0,0 +1,78 @@ +
+
+ + + +
+ +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • + {% if v %} +
  • + +
  • + {% endif %} +
+
+
+ + Formatting help + +
+ + +
+
+ +
+
\ No newline at end of file diff --git a/files/templates/default.html b/files/templates/default.html index 37752ee61..3376dd8c7 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -1,6 +1,6 @@ - + {% if v and v.agendaposter %} - +