Design.rythm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "@// Rythm template for the manager for the @// Entity Attribute which is a DocElement @args() { String content; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="u...") |
No edit summary |
||
| (231 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
= Links = | |||
* {{Link|target=MediaWiki:Bootstrap.rythm}} | |||
* {{Link|target=MediaWiki:BITPlanStyle.rythm}} | |||
* {{Link|target=MediaWiki:BITPlan.rythm}} | |||
* {{Link|target=MediaWiki:Menu.rythm}} | |||
= Source = | |||
<source lang='html4strict'> | |||
@// 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> | </head> | ||
<body> | <body> | ||
<div class=" | @BITPlanMenu(de) | ||
<div class="container"> | |||
@(content) | |||
</div><!-- /.container --> | |||
@footer(de) | |||
</source> | |||
[[Category:RythmTemplate]] | |||
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)