1- <!DOCTYPE html>
2- < html
3- lang ="en "
4- metal:use-macro ="default.html/default "
5- xmlns:metal ="http://xml.zope.org/namespaces/metal "
6- xmlns:tal ="http://xml.zope.org/namespaces/tal "
7- >
8- < head >
9- < style class ="section " metal:fill-slot ="page-style ">
1+ < tal:block metal:use-macro ="default.html/default ">
2+ < style metal:fill-slot ="page-style ">
103 .tabs .is-toggle a : active : hover ,
114 a : active {
125 background-color : # f2e205 ;
2821 display : initial;
2922 }
3023 </ style >
31- </ head >
32- < body >
33- < section class ="section " metal:fill-slot ="content ">
34- < div class ="container ">
35- < h1 class ="title ">
36- < title > Profile in various RDF formats</ title >
37- </ h1 >
38-
39- < div class ="tabs is-centered is-toggle ">
24+ < main class ="section block " metal:fill-slot ="content ">
25+ < h1 class ="title "> Profile in various RDF formats</ h1 >
26+ < div class ="container box is-half tabs is-centered is-toggle mb-0 ">
4027 < ul >
4128 < li tal:repeat ="format formats ">
4229 < label for ="tab-${repeat/format/key} ">
@@ -45,18 +32,16 @@ <h1 class="title">
4532 </ li >
4633 </ ul >
4734 </ div >
48- </ div >
4935
50- < div class ="container section ">
51- < tal:block tal:repeat ="contents files ">
52- < input id ="tab-${repeat/contents/key} " name ="tabs " type ="radio " class ="tab-selector is-hidden "/>
53- < div class ="content ">
54- < h3 tal:content ="repeat/contents/key "> RDF Format</ h3 >
55- < pre > < code tal:content ="contents "> </ code > </ pre >
56- </ div >
57- </ tal:block >
58- </ div >
59- </ section >
60- </ body >
61- </ html >
36+ < div class ="container box section ">
37+ < tal:block tal:repeat ="contents files ">
38+ < input id ="tab-${repeat/contents/key} " name ="tabs " type ="radio " class ="tab-selector is-hidden " />
39+ < div class ="content ">
40+ < h3 tal:content ="repeat/contents/key "> RDF Format</ h3 >
41+ < pre > < code tal:content ="contents "> </ code > </ pre >
42+ </ div >
43+ </ tal:block >
44+ </ div >
45+ </ main >
46+ </ tal:block >
6247
0 commit comments