From 393153ad943afa65cc1e34daa96ecf3bfb8675d3 Mon Sep 17 00:00:00 2001 From: Shane Bryzak Date: Wed, 8 Jun 2011 21:04:31 +1000 Subject: [PATCH] created empty views for remaining pages --- src/main/webapp/about.xw | 10 ++++++++++ src/main/webapp/feeds.xw | 8 ++++++++ src/main/webapp/home.xw | 8 ++++++++ src/main/webapp/index.html | 9 ++++----- src/main/webapp/learn.xw | 8 ++++++++ src/main/webapp/menu.xw | 33 ++++++++++++++++++++++++++----- src/main/webapp/profile.xw | 8 ++++++++ src/main/webapp/settings.xw | 8 ++++++++ src/main/webapp/style/default.css | 1 + 9 files changed, 83 insertions(+), 10 deletions(-) create mode 100644 src/main/webapp/about.xw create mode 100644 src/main/webapp/feeds.xw create mode 100644 src/main/webapp/home.xw create mode 100644 src/main/webapp/learn.xw create mode 100644 src/main/webapp/profile.xw create mode 100644 src/main/webapp/settings.xw diff --git a/src/main/webapp/about.xw b/src/main/webapp/about.xw new file mode 100644 index 0000000..0ee3bf5 --- /dev/null +++ b/src/main/webapp/about.xw @@ -0,0 +1,10 @@ + + + +

About Seam University

+ + + +
diff --git a/src/main/webapp/feeds.xw b/src/main/webapp/feeds.xw new file mode 100644 index 0000000..25cc2b9 --- /dev/null +++ b/src/main/webapp/feeds.xw @@ -0,0 +1,8 @@ + + + +

Feeds

+ +
diff --git a/src/main/webapp/home.xw b/src/main/webapp/home.xw new file mode 100644 index 0000000..1b85825 --- /dev/null +++ b/src/main/webapp/home.xw @@ -0,0 +1,8 @@ + + + +

Home

+ +
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 6eafdb3..67db012 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -7,14 +7,15 @@ - + +
@@ -23,12 +24,10 @@ - - - diff --git a/src/main/webapp/learn.xw b/src/main/webapp/learn.xw new file mode 100644 index 0000000..ad14d14 --- /dev/null +++ b/src/main/webapp/learn.xw @@ -0,0 +1,8 @@ + + + +

Learn

+ +
diff --git a/src/main/webapp/menu.xw b/src/main/webapp/menu.xw index 4517fde..2b2f686 100644 --- a/src/main/webapp/menu.xw +++ b/src/main/webapp/menu.xw @@ -1,6 +1,10 @@ - + + + xw.openView("learn.xw", "content") + + @@ -8,8 +12,27 @@ - - - - + + + xw.openView("about.xw", "content") + + + + + + xw.openView("settings.xw", "content") + + + + + + xw.openView("profile.xw", "content") + + + + + + xw.openView("feeds.xw", "content") + + diff --git a/src/main/webapp/profile.xw b/src/main/webapp/profile.xw new file mode 100644 index 0000000..70ee6e6 --- /dev/null +++ b/src/main/webapp/profile.xw @@ -0,0 +1,8 @@ + + + +

Profile

+ +
diff --git a/src/main/webapp/settings.xw b/src/main/webapp/settings.xw new file mode 100644 index 0000000..1c13e6a --- /dev/null +++ b/src/main/webapp/settings.xw @@ -0,0 +1,8 @@ + + + +

Settings

+ +
diff --git a/src/main/webapp/style/default.css b/src/main/webapp/style/default.css index 681c509..743628b 100644 --- a/src/main/webapp/style/default.css +++ b/src/main/webapp/style/default.css @@ -48,6 +48,7 @@ body { background: url(logo.png) top left no-repeat; width: 195px; height: 71px; + cursor: pointer; position: relative; }