|
|
@ -22,8 +22,8 @@ public class sigPlace { |
|
|
|
final static HashMap<String,String> map = new HashMap<>(Map.ofEntries( |
|
|
|
final static HashMap<String,String> map = new HashMap<>(Map.ofEntries( |
|
|
|
new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"), |
|
|
|
new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"), |
|
|
|
new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"), |
|
|
|
new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"), |
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<div class=\"title\">"), |
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<h1>"), |
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "</div><div class=\"content\">"), |
|
|
|
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "</h1><div class=\"content\">"), |
|
|
|
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div>") |
|
|
|
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div>") |
|
|
|
)); |
|
|
|
)); |
|
|
|
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries( |
|
|
|
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries( |
|
|
|