Design.rythm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
<source lang='html4strict'> | <source lang='html4strict'> | ||
@// Rythm template for the WikiCMS approach | @// Rythm template for the WikiCMS approach | ||
@include(wiki.MediaWiki. | @include(wiki.MediaWiki.BITPlan.rythm) | ||
@ | @BITPlanHeader(languageCode,title) | ||
<script src="http://q.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script> | |||
<script src="http:// | |||
</head> | </head> | ||
<body> | <body> | ||
@ | @BITPlanMenu(de) | ||
<div class="container"> | <div class="container"> | ||
@(content) | @(content) | ||
Latest revision as of 11:32, 6 July 2021
Links
Source
@// Rythm template for the WikiCMS approach
@include(wiki.MediaWiki.BITPlan.rythm)
@BITPlanHeader(languageCode,title)
<script src="http://q.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script>
</head>
<body>
@BITPlanMenu(de)
<div class="container">
@(content)
</div><!-- /.container -->
@footer(de)