forked from leftypol/leftypol
frameset theme: transition to twig, plus more configurable
This commit is contained in:
parent
bac326a365
commit
cdfd67c87a
5 changed files with 134 additions and 88 deletions
16
templates/themes/frameset/frames.html
Normal file
16
templates/themes/frameset/frames.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
<style type="text/css">
|
||||
iframe{border:none;margin:0;padding:0;height:99%;position:absolute}
|
||||
iframe#sidebar{left:0;top:0;width:15%}
|
||||
iframe#main{border-left:1px solid black;left:15%;top:0;width:85%}
|
||||
</style>
|
||||
<title>{{ settings.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="{{ settings.file_sidebar }}" id="sidebar" name="sidebar"></iframe>
|
||||
<iframe src="{{ settings.file_news }}" id="main" name="main"></iframe>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue