You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.4 KiB
49 lines
1.4 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
<meta name="generator" content="mojolicious" /> |
|
<meta name="robots" content="noindex,nofollow"/> |
|
<title><%= title %> - Linux во Владивостоке</title> |
|
% my @styles = qw(default); |
|
% push @styles, split(/\s+/, stash('styles') || ''); |
|
% |
|
% my @scripts = (); |
|
% push @scripts, split(/\s+/, stash('scripts') || ''); |
|
% |
|
% foreach my $style (@styles) { |
|
<%= stylesheet "/css/$style.css" %> |
|
% } |
|
% foreach my $script (@scripts) { |
|
<%= javascript "/js/$script.js" %> |
|
% } |
|
</head> |
|
<body> |
|
<div id="main"> |
|
|
|
<div id="sidebar"> |
|
<a href="/wiki/index" id="home"> |
|
<img src="/img/logo.png" style="border: 0px; margin: 2px 10px;"> |
|
</a> |
|
<h5>Навигация:</h5> |
|
<ul id="sidebar" class="ui-block"> |
|
<li><a href="/wiki/index">Главная</a></li> |
|
<li><a href="/wiki/articles/index">Статьи</a></li> |
|
<li><a href="/wiki/projects/index">Проекты</a></li> |
|
<li><a href="/wiki/events/index">События</a></li> |
|
<li><a href="/wiki/links">Ссылки</a></li> |
|
<li><a href="/wiki/wiki/index">Служебные</a></li> |
|
<li><a href="/forum/">Форум</a></li> |
|
</ul> |
|
%= include 'includes/auth_block'; |
|
</div> |
|
|
|
<div id="content" class="ui-block"> |
|
%= content |
|
</div> |
|
|
|
</div> |
|
|
|
<div id="footer" class="ui-block"> |
|
</div> |
|
</html>
|
|
|