@@ -545,6 +545,8 @@ LIMIT 100
545545 </div >
546546
547547 <xsl : apply-templates select =" ." mode =" bs2:ActionBar" />
548+
549+ <xsl : apply-templates select =" ." mode =" bs2:ExternalBar" />
548550 </div >
549551 </xsl : template >
550552
@@ -795,6 +797,84 @@ LIMIT 100
795797 </li >
796798 </xsl : template >
797799
800+ <xsl : template match =" rdf:RDF[not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))] | srx:sparql[not(starts-with(ac:absolute-path(ldh:base-uri(.)), $ldt:base))]" mode =" bs2:ExternalBar" priority =" 1" >
801+ <xsl : param name =" id" as =" xs:string?" />
802+ <xsl : param name =" class" select =" 'navbar-inner action-bar'" as =" xs:string?" />
803+
804+ <div >
805+ <xsl : if test =" $id" >
806+ <xsl : attribute name =" id" select =" $id" />
807+ </xsl : if >
808+ <xsl : if test =" $class" >
809+ <xsl : attribute name =" class" select =" $class" />
810+ </xsl : if >
811+
812+ <div class =" container-fluid" >
813+ <div class =" row-fluid" >
814+ <xsl : apply-templates select =" ." mode =" bs2:ExternalBarLeft" />
815+
816+ <xsl : apply-templates select =" ." mode =" bs2:ExternalBarMain" />
817+
818+ <xsl : apply-templates select =" ." mode =" bs2:ExternalBarRight" />
819+ </div >
820+ </div >
821+ </div >
822+ </xsl : template >
823+
824+ <xsl : template match =" rdf:RDF | srx:sparql" mode =" bs2:ExternalBar" />
825+
826+ <xsl : template match =" rdf:RDF | srx:sparql" mode =" bs2:ExternalBarLeft" >
827+ <xsl : param name =" id" as =" xs:string?" />
828+ <xsl : param name =" class" select =" 'span2'" as =" xs:string?" />
829+
830+ <div >
831+ <xsl : if test =" $id" >
832+ <xsl : attribute name =" id" select =" $id" />
833+ </xsl : if >
834+ <xsl : if test =" $class" >
835+ <xsl : attribute name =" class" select =" $class" />
836+ </xsl : if >
837+
838+
839+ </div >
840+ </xsl : template >
841+
842+ <xsl : template match =" rdf:RDF | srx:sparql" mode =" bs2:ExternalBarMain" >
843+ <xsl : param name =" id" as =" xs:string?" />
844+ <xsl : param name =" class" select =" 'span7'" as =" xs:string?" />
845+
846+ <div >
847+ <xsl : if test =" $id" >
848+ <xsl : attribute name =" id" select =" $id" />
849+ </xsl : if >
850+ <xsl : if test =" $class" >
851+ <xsl : attribute name =" class" select =" $class" />
852+ </xsl : if >
853+
854+ <div class =" row-fluid" >
855+ <xsl : apply-templates select =" ." mode =" bs2:BreadCrumbBar" />
856+ </div >
857+ </div >
858+ </xsl : template >
859+
860+ <xsl : template match =" rdf:RDF | srx:sparql" mode =" bs2:ExternalBarRight" >
861+ <xsl : param name =" id" as =" xs:string?" />
862+ <xsl : param name =" class" select =" 'span3'" as =" xs:string?" />
863+
864+ <div >
865+ <xsl : if test =" $id" >
866+ <xsl : attribute name =" id" select =" $id" />
867+ </xsl : if >
868+ <xsl : if test =" $class" >
869+ <xsl : attribute name =" class" select =" $class" />
870+ </xsl : if >
871+
872+ <xsl : apply-templates select =" ." mode =" bs2:MediaTypeList" />
873+
874+ <xsl : apply-templates select =" ." mode =" bs2:NavBarActions" />
875+ </div >
876+ </xsl : template >
877+
798878 <!-- BODY -->
799879
800880 <xsl : template match =" rdf:RDF | srx:sparql" mode =" xhtml:Body" >
0 commit comments