susidns: Move web resources to war
@@ -168,9 +168,10 @@
|
||||
<property name="workspace.changes.tr" value="" />
|
||||
<war destfile="${project}.war" webxml="WEB-INF/web-out.xml">
|
||||
<fileset dir=".">
|
||||
<include name="WEB-INF/**/*.class"/>
|
||||
<include name="svg/*"/>
|
||||
<include name="js/*"/>
|
||||
<include name="WEB-INF/**/*.class"/>
|
||||
<include name="svg/*"/>
|
||||
<include name="themes/**/*"/>
|
||||
<include name="js/*"/>
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
|
||||
@@ -29,7 +29,7 @@ public class BaseBean
|
||||
private static final String RC_PROP_THEME_NAME = "routerconsole.theme";
|
||||
private static final String PROP_THEME_NAME = "theme";
|
||||
private static final String DEFAULT_THEME = "light";
|
||||
private static final String BASE_THEME_PATH = "/themes/susidns/";
|
||||
private static final String BASE_THEME_PATH = "themes/";
|
||||
/** From CSSHelper */
|
||||
private static final String PROP_DISABLE_OLD = "routerconsole.disableOldThemes";
|
||||
private static final boolean DEFAULT_DISABLE_OLD = true;
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
</p>
|
||||
<div class="illustrate">
|
||||
<object type="image/svg+xml" data="images/how.svg?<%=net.i2p.CoreVersion.VERSION%>">
|
||||
<img src="/themes/susidns/images/how.png" border="0" alt="address book working scheme" title="How the address book works" class="illustrate" />
|
||||
<img src="images/how.png" border="0" alt="address book working scheme" title="How the address book works" class="illustrate" />
|
||||
</object>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
apps/susidns/src/themes/dark/images/bin.png
Normal file
|
After Width: | Height: | Size: 793 B |
1222
apps/susidns/src/themes/dark/susidns.css
Normal file
BIN
apps/susidns/src/themes/images/abook.png
Normal file
|
After Width: | Height: | Size: 378 B |
BIN
apps/susidns/src/themes/images/addressbook.png
Normal file
|
After Width: | Height: | Size: 526 B |
BIN
apps/susidns/src/themes/images/configure_24.png
Normal file
|
After Width: | Height: | Size: 953 B |
BIN
apps/susidns/src/themes/images/drive.png
Normal file
|
After Width: | Height: | Size: 299 B |
BIN
apps/susidns/src/themes/images/how.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
apps/susidns/src/themes/images/overview.png
Normal file
|
After Width: | Height: | Size: 672 B |
BIN
apps/susidns/src/themes/images/subs.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
apps/susidns/src/themes/images/subs_24.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |