white template:add wip message
This commit is contained in:
parent
5c02a9cb82
commit
7d5bd22855
|
@ -7,8 +7,10 @@ $def with (torrent, active_tab)
|
|||
</head>
|
||||
<body class="inner">
|
||||
|
||||
<div id="torrent_info_tabs">
|
||||
$for id, title, tab in detail_tabs:
|
||||
$:render.part_tab_button(id, title, active_tab)
|
||||
</div>
|
||||
|
||||
$for id, title, tab in detail_tabs:
|
||||
$if active_tab == id:
|
||||
|
|
|
@ -18,7 +18,9 @@ $def with (torrent_list, organize_filters)
|
|||
$for id, title, url in admin_pages:
|
||||
<a class="tab_button" href='$url'>$title</a>
|
||||
|
||||
</td><td align="right">
|
||||
|
||||
</td><td>
|
||||
<i style="color:#BBB">work in progress.. don't report bugs on this template</i>
|
||||
$#:render.part_auto_refresh()
|
||||
|
||||
</td><td>
|
||||
|
@ -50,7 +52,7 @@ $if organize_filters:
|
|||
|
||||
|
||||
|
||||
<div class="panel" id="info_panel_div" style="width:780px;">
|
||||
<div class="panel" id="info_panel_div" style="width:740px;">
|
||||
<iframe
|
||||
style="border-style:hidden;width:740px;height:200px;"
|
||||
id="torrent_info">
|
||||
|
|
|
@ -6,7 +6,7 @@ avoid copy and paste of colours.
|
|||
|
||||
|
||||
/*global:*/
|
||||
body, th, td,tr ,hr, div,table , div{
|
||||
body, th, td,tr , div,table , div{
|
||||
font-family: Bitstream Vera Sans, verdana, arial, sans-serif;
|
||||
font-size:12px;
|
||||
padding:0px;
|
||||
|
@ -104,6 +104,14 @@ div.progress_bar{
|
|||
/*float: right;*/
|
||||
}
|
||||
|
||||
#torrent_info_tabs {
|
||||
/*background-color#B5EDBC;*/
|
||||
background-color#F00;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#organize_block {
|
||||
border-style:solid;
|
||||
border-width:12px;
|
||||
|
|
|
@ -7,9 +7,10 @@ $def with (torrent, active_tab)
|
|||
</head>
|
||||
<body class="inner">
|
||||
|
||||
<div id="torrent_info_tabs">
|
||||
$for id, title, tab in detail_tabs:
|
||||
|
||||
$:render.part_tab_button(id, title, active_tab)
|
||||
</div>
|
||||
|
||||
$for id, title, tab in detail_tabs:
|
||||
$if active_tab == id:
|
||||
|
|
Loading…
Reference in New Issue