29 lines
711 B
HTML
29 lines
711 B
HTML
$def with (title)
|
|
<html>
|
|
<head>
|
|
<title>Deluge:$title</title>
|
|
<link rel="icon" href="/static/images/deluge_icon.gif" type="image/gif" />
|
|
<link rel="shortcut icon" href="/static/images/deluge_icon.gif" type="image/gif" />
|
|
<link rel="stylesheet" type="text/css" href="/template/static/advanced.css" />
|
|
<script language="javascript" src="/template/static/deluge.js"></script>
|
|
|
|
<!--<link rel="stylesheet" type="text/css" href="/template/static/scrolling_table.css" />
|
|
-->
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page">
|
|
|
|
<a href='/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>
|