Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -4,13 +4,40 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Пабл</title>
<link rel="stylesheet" href="styles.css" />

<noscript><meta http-equiv="refresh" content="0; URL=/badbrowser.php"></noscript>


<link rel="stylesheet" type="text/css" href="index_files/common00.css">

</head>

<body>
<div id="top-block">
OfflinePublicVK
<div><div class="scroll_fix">
<div id="page_layout" style="width: 791px;">
<div id="page_header" class="p_head p_head_l0">
<div class="back"></div>
<div class="left"></div>
<div class="right"></div>
<div class="content">
<div id="top_nav" class="head_nav">
<div id="top_logo_down" class="fl_l"></div>
<a id="top_home_link" class="top_home_link fl_l" href="http://vk.com/" onmousedown="addClass('top_logo_down','tld_d');" onclick="return nav.go(this, event);"></a>
<div id="top_links">
<div class="fl_r" id="top_menu_wrap" style>
<a id="top_reg_link" class="fl_r top_nav_link" href="http://vk.com/join" style="display: none" onclick="return !showBox('join.php', {act: 'box', from: nav.strLoc}, {}, event)" onmousedown="tnActive(this)">регистрация</a>
<a id="top_switch_lang" class="fl_r top_nav_link" style onclick="ajax.post('al_index.php', {act: 'change_lang', lang_id: 3, hash: '7bbda07c30eafea266'});" onmousedown="tnActive(this)">Switch to English</a>
</div>
<a class="fl_l top_nav_link" href id="top_back_link" onclick="return nav.go(this, event, {back: true})" onmousedown="tnActive(this)"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- остальное -->

<div id="wall">
<div id="post">
% for idd in ids:
@@ -18,10 +18,17 @@ def javascripts(filename):
return static_file(filename, root='static/js')


@get('/<filename:re:.*\.css>')
def stylesheets(filename):
#@get('/<filename:re:.*\.css>')
#def stylesheets(filename):
# return static_file(filename, root='static/css')

@get('/index_files/<filename:re:.*\.css>')
def stylesheets2(filename):
return static_file(filename, root='static/css')

@get('/index_files/<filename:re:.*\.gif>')
def hat(filename):
return static_file(filename, root='static/css')

@get('/<filename:re:.*\.(jpg|png|gif|ico)>')
def images(filename):