mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-18 23:01:10 +00:00
first commit
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user