mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 07:15:29 +00:00
21 lines
694 B
Cheetah
21 lines
694 B
Cheetah
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<title>$WikiTitle | {$Group} / {$Title}</title>
|
|
<link rel='stylesheet' href='$SkinDirUrl/print.css' type='text/css' />
|
|
<!--HTMLHeader-->
|
|
</head>
|
|
<body>
|
|
<div id='printhead'>
|
|
<h3>$[From $WikiTitle]</h3>
|
|
<h1 class='pagename'><a href='$ScriptUrl/{$Group}'>{$Group}: {$Title}</a></h1>
|
|
</div>
|
|
<!--PageText-->
|
|
<div id='printfoot'>
|
|
<div class='from'>$[Retrieved from {$PageUrl}]</div>
|
|
<div class='lastmod'>$[Page last modified on {$LastModified}]</div></div>
|
|
<!--HTMLFooter-->
|
|
</body>
|
|
</html>
|