24 lines
526 B
HTML
24 lines
526 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="/static/simple_site_style.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>
|