From 5ad3fa1a6a07609e8c26042b1121f1d03a972e15 Mon Sep 17 00:00:00 2001
From: 8cy <50817549+8cy@users.noreply.github.com>
Date: Sat, 16 May 2020 06:34:54 -0700
Subject: add marketplace + formatting
also add admin panel to profile
---
views/marketplace.ejs | 320 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 320 insertions(+)
create mode 100644 views/marketplace.ejs
(limited to 'views/marketplace.ejs')
diff --git a/views/marketplace.ejs b/views/marketplace.ejs
new file mode 100644
index 0000000..b538692
--- /dev/null
+++ b/views/marketplace.ejs
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+ Sin's SS Logger | Marketplace
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Your Listings
+
+
+
+ | Car(s) |
+ Seller |
+ Price |
+
+ <% if (name === null) { } else { %>
+ |
+ <% } %>
+
+
+
+
+ | RX7 |
+ Sin |
+ 150000 |
+ 2020-05-12T03:01:12.6FS9 |
+
+
+
+
+
+
From Today
+
+
+
+ | Car(s) |
+ Seller |
+ Price |
+
+ <% if (name === null) { } else { %>
+ |
+ <% } %>
+
+
+
+
+ | RX7 |
+ Sin |
+ 150000 |
+ 2020-05-06T08:08:34.827Z |
+
+
+
+
+
+
From This Week
+
+
+
+ | Car(s) |
+ Buyer |
+ Price |
+
+ <% if (name === null) { } else { %>
+ |
+ <% } %>
+
+
+
+
+ | R34 |
+ Sin |
+ 180000 |
+ 2020-05-04T02:02:56.8F9J |
+
+
+
+
+
+
From This Month
+
+
+
+ | Received Car(s) |
+ Trader |
+ Traded Car(s) |
+
+ <% if (name === null) { } else { %>
+ |
+ <% } %>
+
+
+
+
+ | R32 |
+ Sin |
+ R34 |
+ 2020-05-02T06:21:23.2J7F |
+
+
+
+
+
+
+ <% if (name === 'sin') { %>
+
+
+
+
+
+ | Users |
+ Entries |
+ Uptime |
+
+
+
+
+ | <%= UserCount %> |
+ <%= EntryCount %> |
+ <%= dateString %> |
+
+
+
+
+ <% } %>
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3