26 lines
631 B
HTML
26 lines
631 B
HTML
$def with (title, active_tab=None)
|
|
<html>
|
|
<head>
|
|
<title>Deluge:$title</title>
|
|
<link rel="icon" href="$base/static/images/deluge_icon.gif" type="image/gif" />
|
|
<link rel="shortcut icon" href="$base/static/images/deluge_icon.gif" type="image/gif" />
|
|
<link rel="stylesheet" type="text/css" href="$base/template_style.css" />
|
|
<script language="javascript" src="$base/static/deluge.js"></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page">
|
|
|
|
<a href='$base/home'>
|
|
<div id="simple_logo">
|
|
<div class="title">Deluge</div>
|
|
<div class="info">$title</div>
|
|
</div>
|
|
</a>
|
|
<div id="main_content">
|
|
|
|
<div id="main">
|
|
<center>
|