Filter webapp/* so we don't have to hard-code the version number. Display version number in login UI.

This commit is contained in:
Michael Jumper
2011-06-29 16:43:23 -07:00
parent 31fcba137b
commit b1e0148c1e
3 changed files with 26 additions and 2 deletions

View File

@@ -57,9 +57,12 @@
<div id="buttons">
<input type="submit" name="login" id="login" value="Login"/>
</div>
</form>
</div>
<div id="version-dialog">Guacamole ${project.version}</div>
</div>
</div>
@@ -83,7 +86,7 @@
<button id="CtrlAltDelete">Ctrl-Alt-Delete</button>
<!-- Logo and status -->
<img id="logo" src="images/guacamole-logo.png" alt="Guacamole" title="Guacamole 0.4.0"/>
<img id="logo" src="images/guacamole-logo.png" alt="Guacamole" title="Guacamole ${project.version}"/>
<span id="state"></span>
<a href="agpl-3.0-standalone.html"><img id="license" src="images/agpl-logo.png" alt="AGPLv3"/></a>