File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
<!-- DOCUMENT TEMPLATE -->
10
10
<!-- Format the whole document as a valid HTML document -->
11
11
<xsl : template match =" /" >
12
- <HTML >
13
- <BODY >
12
+ <html >
13
+ <head >
14
+ <link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
15
+ <link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" />
16
+ <script src =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" >
17
+ //just wow
18
+ </script >
19
+ </head >
20
+ <body >
14
21
<xsl : apply-templates select =" //assembly" />
15
- </BODY >
16
- </HTML >
22
+ </body >
23
+ </html >
17
24
</xsl : template >
18
25
19
26
<!-- ASSEMBLY TEMPLATE -->
38
45
39
46
<!-- Display the type's name and information -->
40
47
<H2 ><xsl : value-of select =" $MemberName" /></H2 >
41
- <xsl : apply-templates />
42
-
48
+
43
49
<!-- If this type has public fields, display them -->
44
50
<xsl : if test =" //member[contains(@name,concat('F:',$FullMemberName))]" >
45
51
<H3 >Fields</H3 >
You can’t perform that action at this time.
0 commit comments