|
|
@ -63,6 +63,8 @@ public class Network {
|
|
|
|
|
|
|
|
|
|
|
|
// return variable that accumulates replacements
|
|
|
|
// return variable that accumulates replacements
|
|
|
|
final serverObjects prop = new serverObjects();
|
|
|
|
final serverObjects prop = new serverObjects();
|
|
|
|
|
|
|
|
prop.put("menu", post == null ? 2 : (post.get("menu", "").equals("embed")) ? 0 : (post.get("menu","").equals("simple")) ? 1 : 2);
|
|
|
|
|
|
|
|
|
|
|
|
prop.setLocalized(!(requestHeader.get(HeaderFramework.CONNECTION_PROP_PATH)).endsWith(".xml"));
|
|
|
|
prop.setLocalized(!(requestHeader.get(HeaderFramework.CONNECTION_PROP_PATH)).endsWith(".xml"));
|
|
|
|
prop.putHTML("page_networkTitle", sb.getConfig("network.unit.description", "unspecified"));
|
|
|
|
prop.putHTML("page_networkTitle", sb.getConfig("network.unit.description", "unspecified"));
|
|
|
|
prop.putHTML("page_networkName", sb.getConfig(SwitchboardConstants.NETWORK_NAME, "unspecified"));
|
|
|
|
prop.putHTML("page_networkName", sb.getConfig(SwitchboardConstants.NETWORK_NAME, "unspecified"));
|
|
|
|