
org.openfuxml.addon.wiki.WikiTemplates Maven / Gradle / Ivy
package org.openfuxml.addon.wiki;
public class WikiTemplates
{
private static boolean inited;
public static String xmlDoctype, htmlDoctype;
public static String htmlHeader,htmlHeaderTitle,htmlFooter;
public WikiTemplates()
{
}
public static void init()
{
if(!inited)
{
inited = true;
xmlDoctype = "";
xmlDoctype = "";
htmlDoctype = "";
htmlDoctype = "";
htmlHeaderTitle = "\n"
+ htmlDoctype
+ "\n"
+ "\n"
+ " "
+ "{0} ";
htmlHeader = "\n"
+ htmlDoctype
+ "\n"
+ "\n"
+ " ";
htmlFooter="\n";
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy