white template:add wip message

This commit is contained in:
Martijn Voncken 2008-03-09 20:32:11 +00:00
parent 5c02a9cb82
commit 7d5bd22855
4 changed files with 17 additions and 4 deletions

View File

@ -7,8 +7,10 @@ $def with (torrent, active_tab)
</head> </head>
<body class="inner"> <body class="inner">
<div id="torrent_info_tabs">
$for id, title, tab in detail_tabs: $for id, title, tab in detail_tabs:
$:render.part_tab_button(id, title, active_tab) $:render.part_tab_button(id, title, active_tab)
</div>
$for id, title, tab in detail_tabs: $for id, title, tab in detail_tabs:
$if active_tab == id: $if active_tab == id:

View File

@ -18,7 +18,9 @@ $def with (torrent_list, organize_filters)
$for id, title, url in admin_pages: $for id, title, url in admin_pages:
<a class="tab_button" href='$url'>$title</a> <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() $#:render.part_auto_refresh()
</td><td> </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 <iframe
style="border-style:hidden;width:740px;height:200px;" style="border-style:hidden;width:740px;height:200px;"
id="torrent_info"> id="torrent_info">

View File

@ -6,7 +6,7 @@ avoid copy and paste of colours.
/*global:*/ /*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-family: Bitstream Vera Sans, verdana, arial, sans-serif;
font-size:12px; font-size:12px;
padding:0px; padding:0px;
@ -104,6 +104,14 @@ div.progress_bar{
/*float: right;*/ /*float: right;*/
} }
#torrent_info_tabs {
/*background-color#B5EDBC;*/
background-color#F00;
}
#organize_block { #organize_block {
border-style:solid; border-style:solid;
border-width:12px; border-width:12px;

View File

@ -7,9 +7,10 @@ $def with (torrent, active_tab)
</head> </head>
<body class="inner"> <body class="inner">
<div id="torrent_info_tabs">
$for id, title, tab in detail_tabs: $for id, title, tab in detail_tabs:
&nbsp;
$:render.part_tab_button(id, title, active_tab) $:render.part_tab_button(id, title, active_tab)
</div>
$for id, title, tab in detail_tabs: $for id, title, tab in detail_tabs:
$if active_tab == id: $if active_tab == id: