Updated Branches: refs/heads/master ecf3e5cac -> f2493f435
Removes the non licensed images. https://reviews.apache.org/r/17105/ Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/f2493f43 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/f2493f43 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/f2493f43 Branch: refs/heads/master Commit: f2493f4352b12e767afba198b916509331148238 Parents: ecf3e5c Author: Yuri Zelikov <[email protected]> Authored: Mon Jan 20 20:37:59 2014 +0200 Committer: Yuri Zelikov <[email protected]> Committed: Mon Jan 20 20:37:59 2014 +0200 ---------------------------------------------------------------------- .../box/server/gxp/AuthenticationPage.gxp | 4 ---- src/org/waveprotocol/box/server/gxp/TopBar.gxp | 1 - war/static/document.png | Bin 1421 -> 0 bytes war/static/earth.png | Bin 2158 -> 0 bytes war/static/microphone.png | Bin 1490 -> 0 bytes 5 files changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/f2493f43/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp b/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp index 46033ac..d8791d4 100644 --- a/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp +++ b/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp @@ -71,19 +71,15 @@ Apache Wave lets you communicate and collaborate in real time </span> <p> - <img src="/static/document.png" class="icon" alt="Doc pic." /> <b>Wave is equal parts conversation and document.</b> People can communicate and work together with richly formatted text, gadgets, robots and more. </p> <p> - <img src="/static/earth.png" class="icon" alt="Shared pic."/> <b>Wave is shared.</b> Any participant can reply anywhere in the message, edit the content and add participants at any point in the process. </p> <p> - <img src="/static/microphone.png" class="icon" - style="padding: 0 5px; height: 29px; width: 18px" alt="Microphone pic."/> <b>Wave is live.</b> With live transmission as you type, participants on a wave can have faster conversations, see edits and interact with extensions in real-time. http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/f2493f43/src/org/waveprotocol/box/server/gxp/TopBar.gxp ---------------------------------------------------------------------- diff --git a/src/org/waveprotocol/box/server/gxp/TopBar.gxp b/src/org/waveprotocol/box/server/gxp/TopBar.gxp index 13e8b43..0135709 100644 --- a/src/org/waveprotocol/box/server/gxp/TopBar.gxp +++ b/src/org/waveprotocol/box/server/gxp/TopBar.gxp @@ -39,7 +39,6 @@ <a href="/auth/signin?r=/">Sign In</a> </gxp:if> <gxp:if cond='username != null'> - <img src="/static/earth.png" alt="earth" class="earth" /> <select id="lang" class="lang" size="1"/> | <gxp:eval expr='username' /><span class="domain">@<gxp:eval expr='domain' /></span> | <span id='unsavedStateContainer' style="width: 60px">Saved</span> | http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/f2493f43/war/static/document.png ---------------------------------------------------------------------- diff --git a/war/static/document.png b/war/static/document.png deleted file mode 100644 index 78f6563..0000000 Binary files a/war/static/document.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/f2493f43/war/static/earth.png ---------------------------------------------------------------------- diff --git a/war/static/earth.png b/war/static/earth.png deleted file mode 100644 index 235dcf3..0000000 Binary files a/war/static/earth.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/f2493f43/war/static/microphone.png ---------------------------------------------------------------------- diff --git a/war/static/microphone.png b/war/static/microphone.png deleted file mode 100644 index 3c10a3c..0000000 Binary files a/war/static/microphone.png and /dev/null differ
