Formatierungen, Pfadangaben im Theme korrigiert.
git-svn-id: https://svn.libreccm.org/ccm/trunk@398 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
024513d5b0
commit
31deb7a8f7
|
|
@ -7,13 +7,11 @@ import java.util.*;
|
||||||
* Splitter
|
* Splitter
|
||||||
*
|
*
|
||||||
* @author Rafael H. Schloming <rhs@mit.edu>
|
* @author Rafael H. Schloming <rhs@mit.edu>
|
||||||
* @version $Revision: #1 $ $Date: 2003/09/18 $
|
* @version $Id: Splitter.java 287 2005-02-22 00:29:02Z sskracic $
|
||||||
**/
|
**/
|
||||||
|
|
||||||
public class Splitter {
|
public class Splitter {
|
||||||
|
|
||||||
public final static String versionId = "$Id: Splitter.java 287 2005-02-22 00:29:02Z sskracic $ by $Author: sskracic $, $DateTime: 2003/09/18 15:50:41 $";
|
|
||||||
|
|
||||||
private static final String BEGIN = "@rhdoc.begin";
|
private static final String BEGIN = "@rhdoc.begin";
|
||||||
private static final String END = "@rhdoc.end";
|
private static final String END = "@rhdoc.end";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,11 @@ package com.arsdigita.aplaws;
|
||||||
|
|
||||||
import org.apache.log4j.Logger;
|
import org.apache.log4j.Logger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @version "$Id: Aplaws.java 1297 2006-08-25 18:17:50Z apevec $
|
||||||
|
*/
|
||||||
public class Aplaws {
|
public class Aplaws {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: Aplaws.java 1297 2006-08-25 18:17:50Z apevec $";
|
|
||||||
|
|
||||||
private static final Logger LOG = Logger.getLogger(Aplaws.class);
|
private static final Logger LOG = Logger.getLogger(Aplaws.class);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,11 @@ import com.arsdigita.util.parameter.StringParameter;
|
||||||
* AplawsConfig
|
* AplawsConfig
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.2 $ $Date: 2005/01/07 19:01:40 $
|
* @version $Revision: 1.2 $ $Date: 2005/01/07 19:01:40 $
|
||||||
|
* @version $Id: AplawsConfig.java 1565 2007-04-18 16:46:14Z apevec $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class AplawsConfig extends AbstractConfig {
|
public class AplawsConfig extends AbstractConfig {
|
||||||
|
|
||||||
public final static String versionId = "$Id: AplawsConfig.java 1565 2007-04-18 16:46:14Z apevec $";
|
|
||||||
|
|
||||||
private final Parameter m_overrideAnavFromLGCLMappings = new BooleanParameter
|
private final Parameter m_overrideAnavFromLGCLMappings = new BooleanParameter
|
||||||
("com.arsdigita.aplaws.override_anav_from_lgcl_mappings", Parameter.OPTIONAL, new Boolean(false));
|
("com.arsdigita.aplaws.override_anav_from_lgcl_mappings", Parameter.OPTIONAL, new Boolean(false));
|
||||||
private final Parameter m_autocatServiceURL = new StringParameter("com.arsdigita.aplaws.autocat_url", Parameter.OPTIONAL, "http://demo.masprovider.com/searchLightWS/services/textMiner");
|
private final Parameter m_autocatServiceURL = new StringParameter("com.arsdigita.aplaws.autocat_url", Parameter.OPTIONAL, "http://demo.masprovider.com/searchLightWS/services/textMiner");
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ import com.arsdigita.templating.PatternStylesheetResolver;
|
||||||
/**
|
/**
|
||||||
* The APLAWS initializer.
|
* The APLAWS initializer.
|
||||||
*
|
*
|
||||||
* @version $Id: Initializer.java 1232 2006-06-22 12:01:30Z sskracic $
|
* @version $Id: Initializer.java 2070 2010-01-28 08:47:41Z pboy $
|
||||||
*/
|
*/
|
||||||
public class Initializer extends CompoundInitializer {
|
public class Initializer extends CompoundInitializer {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,10 +61,6 @@ import org.apache.log4j.Logger;
|
||||||
* @version $Id: Loader.java 755 2005-09-02 13:42:47Z sskracic $
|
* @version $Id: Loader.java 755 2005-09-02 13:42:47Z sskracic $
|
||||||
*/
|
*/
|
||||||
public class Loader extends PackageLoader {
|
public class Loader extends PackageLoader {
|
||||||
public final static String versionId =
|
|
||||||
"$Id: Loader.java 755 2005-09-02 13:42:47Z sskracic $" +
|
|
||||||
"$Author: sskracic $" +
|
|
||||||
"$DateTime: 2004/03/25 09:34:39 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger(Loader.class);
|
private static final Logger s_log = Logger.getLogger(Loader.class);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<xsl:import href="../../../../ROOT/__ccm__/themes/aplaws/navigation-index.xsl"/>
|
<xsl:import href="../../themes/aplaws/navigation-index.xsl"/>
|
||||||
|
|
||||||
<xsl:template name="pageContent">
|
<xsl:template name="pageContent">
|
||||||
<a class="intLink" name="top" />
|
<a class="intLink" name="top" />
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
<xsl:stylesheet xmlns:forum="http://www.arsdigita.com/forum/1.0"
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xsl:stylesheet
|
||||||
|
xmlns:forum="http://www.arsdigita.com/forum/1.0"
|
||||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
||||||
|
|
@ -30,11 +32,13 @@
|
||||||
-->
|
-->
|
||||||
<xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/>
|
<xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/>
|
||||||
|
|
||||||
|
|
||||||
<xsl:param name="theme-prefix" />
|
<xsl:param name="theme-prefix" />
|
||||||
<xsl:param name="context-prefix" />
|
<xsl:param name="context-prefix" />
|
||||||
<xsl:param name="dispatcher-prefix" />
|
<xsl:param name="dispatcher-prefix" />
|
||||||
|
|
||||||
<xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/loose.dtd" indent="yes" />
|
<xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
|
doctype-system="http://www.w3.org/TR/html4/loose.dtd" indent="yes" />
|
||||||
|
|
||||||
<!-- ********************* MAIN PAGE LAYOUT TEMPLATES ********************* -->
|
<!-- ********************* MAIN PAGE LAYOUT TEMPLATES ********************* -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
<xsl:stylesheet xmlns:forum="http://www.arsdigita.com/forum/1.0"
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xsl:stylesheet
|
||||||
|
xmlns:forum="http://www.arsdigita.com/forum/1.0"
|
||||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
<xsl:import href="lib/header.xsl" />
|
<xsl:import href="lib/header.xsl" />
|
||||||
<xsl:import href="lib/lib.xsl" />
|
<xsl:import href="lib/lib.xsl" />
|
||||||
<xsl:import href="lib/leftNav.xsl" />
|
<xsl:import href="lib/leftNav.xsl" />
|
||||||
|
|
||||||
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
<!-- IMPORT DEFINITIONS ccm-forum installed as separate web application
|
||||||
<xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
<xsl:import href="../../../../ROOT/packages/bebop/xsl/dcp.xsl"/>
|
||||||
-->
|
-->
|
||||||
|
|
@ -30,8 +33,6 @@
|
||||||
<xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/>
|
<xsl:import href="../../../packages/bebop/xsl/dcp.xsl"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:param name="theme-prefix" />
|
<xsl:param name="theme-prefix" />
|
||||||
<xsl:param name="context-prefix" />
|
<xsl:param name="context-prefix" />
|
||||||
<xsl:param name="dispatcher-prefix" />
|
<xsl:param name="dispatcher-prefix" />
|
||||||
|
|
@ -44,6 +45,7 @@
|
||||||
<xsl:template match="bebop:page[@class='simplePage']">
|
<xsl:template match="bebop:page[@class='simplePage']">
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
Forum
|
Forum
|
||||||
</title>
|
</title>
|
||||||
|
|
@ -54,6 +56,11 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="Ptop"></a>
|
<a name="Ptop"></a>
|
||||||
<a class="navHide" href="#startcontent" title="Go directly to main content" accesskey="S">Skip over navigation</a>
|
<a class="navHide" href="#startcontent" title="Go directly to main content" accesskey="S">Skip over navigation</a>
|
||||||
<span class="hide">|</span>
|
<span class="hide">|</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue