From f7a42710253e6e035e44ce33861053357b506034 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Fri, 10 Jun 2016 18:42:19 +0100 Subject: [PATCH] Added wireframes for the demo website with supporting node modules --- src/main/webdemo/.gitignore | 2 + src/main/webdemo/semantic.json | 21 +++++++++ src/main/webdemo/www/create-deal.html | 24 ++++++++++ src/main/webdemo/www/deal.html | 27 +++++++++++ src/main/webdemo/www/index.html | 67 +++++++++++++++++++++++++++ src/main/webdemo/www/party.html | 24 ++++++++++ 6 files changed, 165 insertions(+) create mode 100644 src/main/webdemo/.gitignore create mode 100644 src/main/webdemo/semantic.json create mode 100644 src/main/webdemo/www/create-deal.html create mode 100644 src/main/webdemo/www/deal.html create mode 100644 src/main/webdemo/www/index.html create mode 100644 src/main/webdemo/www/party.html diff --git a/src/main/webdemo/.gitignore b/src/main/webdemo/.gitignore new file mode 100644 index 0000000000..2a525cf8cd --- /dev/null +++ b/src/main/webdemo/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +www/semantic/ diff --git a/src/main/webdemo/semantic.json b/src/main/webdemo/semantic.json new file mode 100644 index 0000000000..a0d95bb085 --- /dev/null +++ b/src/main/webdemo/semantic.json @@ -0,0 +1,21 @@ +{ + "base": "semantic\\", + "paths": { + "source": { + "config": "src/theme.config", + "definitions": "src/definitions/", + "site": "src/site/", + "themes": "src/themes/" + }, + "output": { + "packaged": "../www/semantic/", + "uncompressed": "../www/semantic/components/", + "compressed": "../www/semantic/components/", + "themes": "../www/semantic/themes/" + }, + "clean": "../www/semantic/" + }, + "permission": false, + "rtl": false, + "version": "2.1.8" +} \ No newline at end of file diff --git a/src/main/webdemo/www/create-deal.html b/src/main/webdemo/www/create-deal.html new file mode 100644 index 0000000000..2eb783a2ca --- /dev/null +++ b/src/main/webdemo/www/create-deal.html @@ -0,0 +1,24 @@ + + + + + + + + + + IRS Create Deal Viewer + + + + + + + +
+ +
+ + diff --git a/src/main/webdemo/www/deal.html b/src/main/webdemo/www/deal.html new file mode 100644 index 0000000000..f489f0314e --- /dev/null +++ b/src/main/webdemo/www/deal.html @@ -0,0 +1,27 @@ + + + + + + + + + + IRS Deal Viewer + + + + + + + +
+ + +
+ + diff --git a/src/main/webdemo/www/index.html b/src/main/webdemo/www/index.html new file mode 100644 index 0000000000..21e32d759f --- /dev/null +++ b/src/main/webdemo/www/index.html @@ -0,0 +1,67 @@ + + + + + + + + + + IRS Demo Viewer + + + + + + + +
+ +
+ +

Recent deals

+ + + + + + + + + + + + + + + + + + + + +
Trade IdFixed Leg PayerAmountFloating Rate PayerAmount
1Big Bank500 GBPLittle Bank10 GBP
+
+
+ + diff --git a/src/main/webdemo/www/party.html b/src/main/webdemo/www/party.html new file mode 100644 index 0000000000..9acbfe7413 --- /dev/null +++ b/src/main/webdemo/www/party.html @@ -0,0 +1,24 @@ + + + + + + + + + + IRS Party Viewer + + + + + + + +
+ +
+ +