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 ">
10
3
.tabs .is-toggle a : active : hover ,
11
4
a : active {
12
5
background-color : # f2e205 ;
28
21
display : initial;
29
22
}
30
23
</ 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 ">
40
27
< ul >
41
28
< li tal:repeat ="format formats ">
42
29
< label for ="tab-${repeat/format/key} ">
@@ -45,18 +32,16 @@ <h1 class="title">
45
32
</ li >
46
33
</ ul >
47
34
</ div >
48
- </ div >
49
35
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 >
62
47
0 commit comments