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 + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + disabled + data-toggle="tooltip" data-placement="top" + title="Login to submit" <% } %> disabled> + + + disabled data-toggle="tooltip" data-placement="top" + title="Login to submit" <% } %> disabled> + + + disabled + data-toggle="tooltip" data-placement="top" + title="Login to submit" + <% } %> disabled> + + <% if (name === null) { %> + + + + <% } else { %> + + <% } %> + + Marketplace coming soon! + +
+
+
+ +
+
+
+ + + + + disabled + data-toggle="tooltip" data-placement="top" + title="Login to submit" <% } %> disabled> + + + + +
+
+
+ +
+
+

Your Listings

+ + + + + + + + <% if (name === null) { } else { %> + + <% } %> + + + + + + + + + + +
Car(s)SellerPrice
RX7Sin1500002020-05-12T03:01:12.6FS9
+
+
+

From Today

+ + + + + + + + <% if (name === null) { } else { %> + + <% } %> + + + + + + + + + + +
Car(s)SellerPrice
RX7Sin1500002020-05-06T08:08:34.827Z
+
+
+

From This Week

+ + + + + + + + <% if (name === null) { } else { %> + + <% } %> + + + + + + + + + + +
Car(s)BuyerPrice
R34Sin1800002020-05-04T02:02:56.8F9J
+
+
+

From This Month

+ + + + + + + + <% if (name === null) { } else { %> + + <% } %> + + + + + + + + + + +
Received Car(s)TraderTraded Car(s)
R32SinR342020-05-02T06:21:23.2J7F
+
+
+ + <% if (name === 'sin') { %> +
+ + + + + + + + + + + + + + + + +
UsersEntriesUptime
<%= UserCount %><%= EntryCount %><%= dateString %>
+
+ <% } %> +
+ + + + + + + + + \ No newline at end of file -- cgit v1.2.3