mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
first commit
This commit is contained in:
Executable
+79
@@ -0,0 +1,79 @@
|
||||
<!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} $ActionTitle</title>
|
||||
<meta http-equiv='Content-Style-Type' content='text/css' />
|
||||
<link rel='stylesheet' href='$SkinDirUrl/pmwiki.css' type='text/css' />
|
||||
<!--HTMLHeader-->
|
||||
</head>
|
||||
<body>
|
||||
<!--PageHeaderFmt-->
|
||||
<div id='wikilogo'><a href='{$ScriptUrl}'><img src='$PageLogoUrl'
|
||||
alt='$WikiTitle' border='0' /></a></div>
|
||||
<div id='wikihead'>
|
||||
<form action='{$ScriptUrl}'>
|
||||
<span class='headnav'><a href='{$ScriptUrl}/$[{$Group}/RecentChanges]'
|
||||
accesskey='$[ak_recentchanges]'>$[Recent Changes]</a> -</span>
|
||||
<input type='hidden' name='n' value='{$FullName}' />
|
||||
<input type='hidden' name='action' value='search' />
|
||||
<a href='{$ScriptUrl}/$[{$SiteGroup}/Search]'>$[Search]</a>:
|
||||
<input type='text' name='q' value='' class='inputbox searchbox' />
|
||||
<input type='submit' class='inputbutton searchbutton'
|
||||
value='$[Go]' /></form></div>
|
||||
<!--/PageHeaderFmt-->
|
||||
<table id='wikimid' width='100%' cellspacing='0' cellpadding='0'><tr>
|
||||
<!--PageLeftFmt-->
|
||||
<td id='wikileft' valign='top'>
|
||||
<!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar--></td>
|
||||
<!--/PageLeftFmt-->
|
||||
<td id='wikibody' valign='top'>
|
||||
<!--PageActionFmt-->
|
||||
<div id='wikicmds'><!--wiki:{$Group}.PageActions {$SiteGroup}.PageActions--></div>
|
||||
<!--PageTitleFmt-->
|
||||
<div id='wikititle'>
|
||||
<div class='pagegroup'><a href='{$ScriptUrl}/{$Group}'>{$Group}</a> /</div>
|
||||
<h1 class='pagetitle'>{$Title}</h1></div>
|
||||
<!--PageText-->
|
||||
</td>
|
||||
</tr></table>
|
||||
<!--PageFooterFmt-->
|
||||
<div id='wikifoot'>
|
||||
<div class='footnav'>
|
||||
<a rel="nofollow" href='{$PageUrl}?action=edit'>$[Edit]</a> -
|
||||
<a rel="nofollow" href='{$PageUrl}?action=diff'>$[History]</a> -
|
||||
<a rel="nofollow" href='{$PageUrl}?action=print' target='_blank'>$[Print]</a> -
|
||||
<a href='{$ScriptUrl}/$[{$Group}/RecentChanges]'>$[Recent Changes]</a> -
|
||||
<a href='{$ScriptUrl}/$[{$SiteGroup}/Search]'>$[Search]</a></div>
|
||||
<div class='lastmod'>$[Page last modified on {$LastModified}]</div></div>
|
||||
<!--HTMLFooter-->
|
||||
|
||||
<!-- Yandex.Metrika counter -->
|
||||
<script type="text/javascript">
|
||||
(function (d, w, c) {
|
||||
(w[c] = w[c] || []).push(function() {
|
||||
try {
|
||||
w.yaCounter25827098 = new Ya.Metrika({id:25827098,
|
||||
clickmap:true,
|
||||
accurateTrackBounce:true});
|
||||
} catch(e) { }
|
||||
});
|
||||
|
||||
var n = d.getElementsByTagName("script")[0],
|
||||
s = d.createElement("script"),
|
||||
f = function () { n.parentNode.insertBefore(s, n); };
|
||||
s.type = "text/javascript";
|
||||
s.async = true;
|
||||
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
|
||||
|
||||
if (w.opera == "[object Opera]") {
|
||||
d.addEventListener("DOMContentLoaded", f, false);
|
||||
} else { f(); }
|
||||
})(document, window, "yandex_metrika_callbacks");
|
||||
</script>
|
||||
<noscript><div><img src="//mc.yandex.ru/watch/25827098" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||
<!-- /Yandex.Metrika counter -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user