From 5bd55337afbb914f4b079ed97ec7b8746b46cb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=98=8E=E5=AF=8C?= Date: Tue, 29 Mar 2022 18:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85my.jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/view/pages/my.jsp | 235 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 235 insertions(+) create mode 100644 web/view/pages/my.jsp diff --git a/web/view/pages/my.jsp b/web/view/pages/my.jsp new file mode 100644 index 0000000..53b27ab --- /dev/null +++ b/web/view/pages/my.jsp @@ -0,0 +1,235 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + request.getServerName() + ":" + + request.getServerPort() + path + "/"; +%> + + + +Tabbed Profile Widget Flat Responsive Widget Template :: w3layouts + + + + + + + + + + +
+

Tabbed Profile Widget

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

User Name

+
+ + + + +
+

Email

+ +

Phone Number

+
+
+
+
+ +
+
+
+
+

Gender

+
+
+
+
+
+
+
+ + +
+
+ Update +
+
+
+
+
+

Interested in

+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • + + +
+
+
+
+ Update +
+
+
+
+ +
+
+
+

Work and Organization

+

Profile Name

+
+ +
+ +

Customer Id

+
+ +
+

Employed In

+
+ +
+

Organization

+
+ +
+
+
+ Update +
+
+
+
+
+

Settings

+

Profile Name

+
+ +
+

Email Address

+
+ +
+

New Password

+
+ +
+

Re-Type Password

+
+ +
+
+
+ Update +
+
+
+
+ +
+
+
+ +
+
+ +
+ +
+ + + \ No newline at end of file -- Gitee