message
27
templates/default/addnews.tpl
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="shadow2"><div class="block2"><div class="line line_center">Äîáàâëåíèå íîâîñòè</div>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="20" align="left" valign="top" class="abl31"></td>
|
||||
<td align="left" valign="top" class="stext">
|
||||
|
||||
<table width="99%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td width="110" height="25" nowrap="nowrap">Ââåäèòå çàãîëîâîê:</td><td><input type="text" name="title" value="{title}" id="title" maxlength="150" class="f_input" /><input style="width:160px;" type="button" onclick="find_relates(); return false;" type="button" value="Íàéòè ïîõîæèå íîâîñòè"></td></tr>
|
||||
<tr><td></td><td><div id="related_news"></div></td></tr>
|
||||
[urltag]
|
||||
<tr><td height="25" nowrap="nowrap">URL ñòàòüè:<br /> (íå îáÿçàòåëüíî)</td><td><input type="text" name="alt_name" value="{alt-name}" maxlength="150" class="f_input" /></td></tr>
|
||||
[/urltag]
|
||||
<tr><td height="25">Êàòåãîðèÿ:</td><td style="padding-bottom:5px;">{category} <div id="adonbox"></div></td></tr>
|
||||
<tr><td height="25">Ïîñòåð:</td><td>{addimg}</td></tr>
|
||||
<tr><td height="25">Êîäû:</td><td>{bbcode}</td></tr>
|
||||
<tr><td>Êðàòêîå ñîäåðæàíèå:</td><td style="padding-bottom:5px;"><textarea name="short_story" id="short_story" onclick=setFieldName(this.name) style="width:98%; height:160px" class="f_textarea" />{short-story}</textarea>{shortarea}</td></tr>
|
||||
<tr><td>Ïîëíàÿ íîâîñòü:</td><td><textarea name="full_story" id="full_story" onclick=setFieldName(this.name) style="width:98%; height:200px" class="f_textarea" />{full-story}</textarea>{fullarea}</td></tr>
|
||||
</tr>
|
||||
{toradd}
|
||||
<!--<tr><td height="25" nowrap="nowrap">Êëþ÷åâûå ñëîâà:</td><td><input type="text" name="tags" value="{tags}" maxlength="150" class="f_input" /></td><tr>-->
|
||||
<td width="110"> </td><td>{admintag}</td></tr>
|
||||
<tr><td width="110"> </td><td><input class="bbcodes_poll" type="submit" name="add" value="äîáàâèòü" /> <input class="bbcodes_poll" type="button" name="nview" onclick="preview()" value="ïðîñìîòð" /></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></div>
|
||||
BIN
templates/default/bbcodes/b.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/default/bbcodes/bg.gif
Normal file
|
After Width: | Height: | Size: 820 B |
BIN
templates/default/bbcodes/brkspace.gif
Normal file
|
After Width: | Height: | Size: 135 B |
BIN
templates/default/bbcodes/c.gif
Normal file
|
After Width: | Height: | Size: 263 B |
BIN
templates/default/bbcodes/close.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/default/bbcodes/code.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default/bbcodes/color.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
116
templates/default/bbcodes/color.html
Normal file
@@ -0,0 +1,116 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Text Color</title>
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
function selectColor(color) {
|
||||
self.parent.setColor(color);
|
||||
}
|
||||
|
||||
function InitColorPalette() {
|
||||
if (document.getElementsByTagName)
|
||||
var x = document.getElementsByTagName('TD');
|
||||
else if (document.all)
|
||||
var x = document.all.tags('TD');
|
||||
for (var i=0;i<x.length;i++) {
|
||||
x[i].onclick = click;
|
||||
}
|
||||
}
|
||||
|
||||
function click() {
|
||||
selectColor(this.id);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body bgcolor="white" onLoad="InitColorPalette()" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0" topmargin="0" bottommargin="0">
|
||||
<table width="150" height="100" cellpadding="0" cellspacing="1" border="1" align="center">
|
||||
<tr>
|
||||
<td id="#FFFFFF" bgcolor="#FFFFFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFCCCC" bgcolor="#FFCCCC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFCC99" bgcolor="#FFCC99" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFFF99" bgcolor="#FFFF99" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFFFCC" bgcolor="#FFFFCC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#99FF99" bgcolor="#99FF99" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#99FFFF" bgcolor="#99FFFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CCFFFF" bgcolor="#CCFFFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CCCCFF" bgcolor="#CCCCFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFCCFF" bgcolor="#FFCCFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="#CCCCCC" bgcolor="#CCCCCC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FF6666" bgcolor="#FF6666" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FF9966" bgcolor="#FF9966" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFFF66" bgcolor="#FFFF66" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFFF33" bgcolor="#FFFF33" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#66FF99" bgcolor="#66FF99" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#33FFFF" bgcolor="#33FFFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#66FFFF" bgcolor="#66FFFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#9999FF" bgcolor="#9999FF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FF99FF" bgcolor="#FF99FF" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="#C0C0C0" bgcolor="#C0C0C0" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FF0000" bgcolor="#FF0000" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FF9900" bgcolor="#FF9900" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFCC66" bgcolor="#FFCC66" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFFF00" bgcolor="#FFFF00" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#33FF33" bgcolor="#33FF33" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#66CCCC" bgcolor="#66CCCC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#33CCFF" bgcolor="#33CCFF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#6666CC" bgcolor="#6666CC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CC66CC" bgcolor="#CC66CC" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="#999999" bgcolor="#999999" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CC0000" bgcolor="#CC0000" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FF6600" bgcolor="#FF6600" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFCC33" bgcolor="#FFCC33" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#FFCC00" bgcolor="#FFCC00" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#33CC00" bgcolor="#33CC00" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#00CCCC" bgcolor="#00CCCC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#3366FF" bgcolor="#3366FF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#6633FF" bgcolor="#6633FF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CC33CC" bgcolor="#CC33CC" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="#666666" bgcolor="#666666" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#990000" bgcolor="#990000" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CC6600" bgcolor="#CC6600" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#CC9933" bgcolor="#CC9933" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#999900" bgcolor="#999900" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#009900" bgcolor="#009900" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#339999" bgcolor="#339999" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#3333FF" bgcolor="#3333FF" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#6600CC" bgcolor="#6600CC" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#993399" bgcolor="#993399" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="#333333" bgcolor="#333333" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#660000" bgcolor="#660000" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#993300" bgcolor="#993300" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#996633" bgcolor="#996633" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#666600" bgcolor="#666600" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#006600" bgcolor="#006600" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#336666" bgcolor="#336666" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#000099" bgcolor="#000099" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#333399" bgcolor="#333399" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#663366" bgcolor="#663366" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="#000000" bgcolor="#000000" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#330000" bgcolor="#330000" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#663300" bgcolor="#663300" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#663333" bgcolor="#663333" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#333300" bgcolor="#333300" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#003300" bgcolor="#003300" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#003333" bgcolor="#003333" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#000066" bgcolor="#000066" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#330099" bgcolor="#330099" width="10" height="10"><img width="1" height="1"></td>
|
||||
<td id="#330033" bgcolor="#330033" width="10" height="10"><img width="1" height="1"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
BIN
templates/default/bbcodes/email.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default/bbcodes/emo.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/default/bbcodes/flash.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/default/bbcodes/hide.gif
Normal file
|
After Width: | Height: | Size: 270 B |
BIN
templates/default/bbcodes/hide1.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/default/bbcodes/hidetext.gif
Normal file
|
After Width: | Height: | Size: 270 B |
BIN
templates/default/bbcodes/i.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default/bbcodes/image.gif
Normal file
|
After Width: | Height: | Size: 693 B |
BIN
templates/default/bbcodes/l.gif
Normal file
|
After Width: | Height: | Size: 271 B |
BIN
templates/default/bbcodes/leech.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/default/bbcodes/link.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/default/bbcodes/mp.gif
Normal file
|
After Width: | Height: | Size: 640 B |
BIN
templates/default/bbcodes/mp3.gif
Normal file
|
After Width: | Height: | Size: 653 B |
BIN
templates/default/bbcodes/page.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default/bbcodes/pbreak.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default/bbcodes/quote.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default/bbcodes/r.gif
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
templates/default/bbcodes/rating.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default/bbcodes/s.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/default/bbcodes/screens.gif
Normal file
|
After Width: | Height: | Size: 273 B |
BIN
templates/default/bbcodes/spoiler.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/default/bbcodes/tor.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/default/bbcodes/translit.gif
Normal file
|
After Width: | Height: | Size: 187 B |
BIN
templates/default/bbcodes/u.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default/bbcodes/upload.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default/bbcodes/youtube.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
16
templates/default/chat/block.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
[notloged]<div class="quote">Òîëüêî çàðåãèñòðèðîâàííûå ïîëüçîâàòåëè ìîãóò ïîëüçîâàòüñÿ ÷àòîì.</div>[/notloged]
|
||||
[isloged]
|
||||
<div class="title">Îáùàëêà<a href="/chat/history/">Èñòîðèÿ</a></div>
|
||||
<div id="chat">
|
||||
{chatmsg}
|
||||
</div>
|
||||
<form>
|
||||
<div style="height:25px;border:1px solid #BBB;background-image:url('/templates/default/bbcodes/bg.gif')">
|
||||
<div id="b_b" class="editor_button" onclick="DMC_simpletag('b')"><img title="Ïîëóæèðíûé" src="{THEME}/bbcodes/b.gif" width="23" height="25" border="0" alt=""></div>
|
||||
<div id="b_i" class="editor_button" onclick="DMC_simpletag('i')"><img title="Íàêëîííûé òåêñò" src="{THEME}/bbcodes/i.gif" width="23" height="25" border="0" alt=""></div>
|
||||
<div id="b_u" class="editor_button" onclick="DMC_simpletag('u')"><img title="Ïîä÷åðêíóòûé òåêñò" src="{THEME}/bbcodes/u.gif" width="23" height="25" border="0" alt=""></div>
|
||||
<div id="b_s" class="editor_button" onclick="DMC_simpletag('s')"><img title="Çà÷åðêíóòûé òåêñò" src="{THEME}/bbcodes/s.gif" width="23" height="25" border="0" alt=""></div>
|
||||
</div>
|
||||
<input type="text" name="message" class="f_input" id="message" style="width:212px; height:30px; overflow:auto; border:solid #bbbbbb 1px; padding:1px; font-size:11px; padding-left:3px" />
|
||||
</form>
|
||||
[/isloged]
|
||||
20
templates/default/chat/message.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="block2" style="margin-bottom:5px; padding-bottom:20px;">
|
||||
<div>
|
||||
Ñîîáùåíèå <strong>¹{mess-id}</strong>
|
||||
<div style="float:right">
|
||||
{date} | {ip}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="padding-left:10px">
|
||||
<br />
|
||||
<strong>{author}:</strong>
|
||||
</div>
|
||||
<div style="padding-left:10px">
|
||||
{message}
|
||||
|
||||
<div style="float:right">
|
||||
[mes-edit][èçìåíèòü][/mes-edit][mes-del][óäàëèòü][/mes-del]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
4
templates/default/comments/addcomments.tpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="item">
|
||||
{editor}
|
||||
</div>
|
||||
<div class="item"><input type="checkbox" name="allow_subscribe" id="allow_subscribe" value="1" /><label for="allow_subscribe">Ïîäïèñàòüñÿ íà êîììåíòàðèè</label><div style="float:right; margin-top:-3px;"><input onclick="doAddComments();return false;" name="submit" type="submit" class="comment-block-search-submit" value="Îòïðàâèòü" /></div></div>
|
||||
13
templates/default/comments/comments.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="shadow2 com block3">
|
||||
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0"><tr>
|
||||
<td class="com" align="center"><div class="scriptcode line_center" style="margin-top:2px">{author}</div><br />{foto}</td>
|
||||
<td class="mes">
|
||||
<div class="scriptcode" style="margin-top:2px">[news]{status}<div style="float:right">{rate}</div>[/news]</div>
|
||||
<div class="mesbody">{comment}</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="com"><div class="scriptcode line_center" style="margin-top:2px">{repa}</div></td>
|
||||
<td class="mes"><div class="scriptcode" style="margin-top:2px">[com-href]{date}[/com-href]<div style="float:right">[fast][ Öèòàòà ][/fast] [com-edit][ Èçìåíèòü ][/com-edit] [com-del][ Óäàëèòü ][/com-del]</div></div></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
1
templates/default/comments/info.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<div class="shadow2"><div class="block2 line_center"><div class="line"><h1>{title}</h1></div><br />{error}<br /><br></div></div>
|
||||
8
templates/default/comments/main.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="widget">
|
||||
{comments}
|
||||
{comm-navigation}
|
||||
<h4 class="comments-title">
|
||||
Äîáàâèòü êîììåíòàðèé
|
||||
</h4>
|
||||
{addcomments}
|
||||
</div>
|
||||
115
templates/default/css/forum.css
Normal file
@@ -0,0 +1,115 @@
|
||||
.dle_forum {background-color: transparent;font-family: verdana;font-size: 11px;color: #222;}
|
||||
.dle_forum a:link, .dle_forum a:active, .dle_forum a:visited {color: #222;text-decoration: underline;}
|
||||
.dle_forum a:hover {color: #34498B;}
|
||||
.forumdesc, .forumdesc a:link, .forumdesc a:visited, .forumdesc a:active {background: transparent;font-size: 10px;color: #666;line-height: 135%;margin: 2px 0 0 0;padding: 0;}
|
||||
.catend {background-color: #8394B2;color: #000;font-size: 1px;height: 5px;}
|
||||
.lastaction {font-size: 10px;color: #434951;}
|
||||
.activeusers {background-color: #fff;border: 1px solid #072A66;color: #000;margin: 0px;padding: 1px;}
|
||||
.post2, .bg3 {background-color: #EEF2F7;}
|
||||
td.formbuttonrow, .borderwrap p.formbuttonrow, .borderwrap p.formbuttonrow1 {background-color: #D1DCEB !important;border: 1px solid #FFF;border-top: 1px solid #5176B5;border-bottom: 1px solid #5176B5;margin: 0px !important;padding: 5px !important;text-align: center;}
|
||||
td.formbuttonrow {border-left: 0;border-right: 0;}
|
||||
.postdetails {font-size: 10px;line-height: 140%;}
|
||||
.postcolor {font-size: 12px;line-height: 160%;}
|
||||
.forum_navigation {color: #222222;border: 0px;}
|
||||
.forum_navigation a:link, .forum_navigation a:visited, .forum_navigation a:active {text-decoration: none;color: #222222;padding: 2px 2px 2px 2px;background-color: #F9F9F9;border: 1px solid #072a66;font-size: 11px;}
|
||||
.forum_navigation a:hover {border: 1px solid #072a66;background-color: #F9F9F9;color: #34498b;padding: 2px 2px 2px 2px;}
|
||||
.forum_navigation span {text-decoration: none;background-color: #ffc9a5;padding: 2px 2px 2px 2px;border: 1px solid #072a66;color: #222222;font-size: 11px;}
|
||||
.ipbtable {width: 100%;}
|
||||
table.ipbtable, tr.ipbtable, td.ipbtable {background: transparent;color: #222;font-size: 11px;line-height: 135%;}
|
||||
.ipbtable td, .divpad {padding: 5px;}
|
||||
.row {background-color: #BBC8DC;font-size:10px;}
|
||||
.row1 {background-color: #DFE6EF;}
|
||||
.row2 {background-color: #E4EAF2;}
|
||||
.formsubtitle {background-color: #D1DCEB;border: 1px solid #8394B2;border-top: 0;border-left: 0;border-right: 0;color: #3A4F6C;font-weight: bold;padding: 5px;}
|
||||
.maintitle td {color: #fff;font-size: 12px;font-weight: bold;}
|
||||
.maintitle a:link, .maintitle a:visited {background: transparent;color: #fff;text-decoration: none;}
|
||||
.maintitle a:hover, .maintitle a:active {background: transparent;color: #F1F1F1;}
|
||||
.borderwrap {background-color: #FFF;border: 1px solid #072A66;padding: 0px;margin: 0px;}
|
||||
.popmenubutton {width: 120px;white-space: nowrap;background-color: #C2CFDF;border: 1px solid #3A4F6C;color: #3A4F6C;font-weight: bold;float: right;height: 15px;text-align: center;margin: 0px;font-size: 10px;padding: 2px;}
|
||||
.popmenubutton a:link, .popmenubutton a:visited {color: #3A4F6C;text-decoration: none;}
|
||||
.popmenubutton a:hover {color: #5176B5;text-decoration: none;}
|
||||
.button {background-color: #DFE6EF;border: 1px solid #4C77B6;color: #000;font-family: verdana;font-size: 11px;padding: 1px;}
|
||||
.forum_textarea {background-color: #fff;border: 1px solid #4C77B6;color: #000;font-family: verdana;font-size: 11px;margin: 0px;padding: 1px;vertical-align: middle;width: 458px;height: 156px;}
|
||||
.forum_input {background-color: #fff;border: 1px solid #4C77B6;color: #000;font-family: verdana;font-size: 11px;margin: 0px;padding: 1px;vertical-align: middle;width: 300px;height: 16px;}
|
||||
.rank {width: 85px;height: 16px;}
|
||||
.unit-rank li {text-indent: -90000px;padding: 0px;margin: 0px;float: left;}
|
||||
.unit-rank li a {display: block;width: 17px;height: 16px;text-decoration: none;text-indent: -9000px;z-index: 17;position: absolute;padding: 0px;}
|
||||
.unit-rank a.r1-unit { left: 0px; }
|
||||
.unit-rank a.r1-unit:hover { width: 17px; }
|
||||
.unit-rank a.r2-unit { left: 17px; }
|
||||
.unit-rank a.r2-unit:hover { width: 34px; }
|
||||
.unit-rank a.r3-unit { left: 34px; }
|
||||
.unit-rank a.r3-unit:hover { width: 51px; }
|
||||
.unit-rank a.r4-unit { left: 51px; }
|
||||
.unit-rank a.r4-unit:hover { width: 68px; }
|
||||
.unit-rank a.r5-unit { left: 68px; }
|
||||
.unit-rank a.r5-unit:hover { width: 85px; }
|
||||
.quote {background: #FAFCFE;border: 1px dotted #000;border-left: 4px solid #8394B2;border-top: 0;color: #465584;padding: 4px;margin: 0 auto 0 auto;}
|
||||
.hidden_post {color: #757575;font-size: 11px;background-color: #F1C8D2;border: 1px dotted #bebebe;text-align: left;padding: 5px;}
|
||||
.radiobutton,.checkbox,.helpbox {border: 0;vertical-align: middle;background: transparent;}
|
||||
.copyright {font-family: Verdana;font-size: 10px;text-align: center;background-color: #eeeeee;padding: 8px;color: #222222;}
|
||||
.copyright a {color: #222222;text-decoration : none;}
|
||||
.popupmenu,.popupmenu-new{background: #f4f4f4;border: 1px solid #989898;text-align:left;font-size:11px;white-space:nowrap;/*padding:3px 5px 3px 3px;*//*width:300px;*/}
|
||||
.popupmenu-new{padding:5px;background-color: #f4f4f4;}
|
||||
form {margin: 0;padding: 0;}
|
||||
.editor_button {float: left;cursor: pointer;padding-left: 2px;padding-right: 2px;}
|
||||
#dropmenudiv {border: 1px solid #ffffff;border-bottom-width: 0;font: normal 10px Verdana;background-color: #6497ca;line-height: 20px;margin: 2px;filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);}
|
||||
#dropmenudiv a {display: block;text-indent: 3px;border: 1px solid #ffffff;padding: 1px 0;margin: 1px;color: #ffffff;text-decoration: none;font-weight: bold;}
|
||||
#dropmenudiv a:hover {background-color: #fdd08b;color: #000000;}
|
||||
.header_menu a:link, .header_menu a:visited, .header_menu a:active {text-decoration: none;color: #336699;font-size: 11px;}
|
||||
.header_menu a:hover {color: #333333;}
|
||||
.title_spoiler {color: #636363;background-color: #f2f2f2;border: 1px dotted #bebebe;font-weight: bold;padding: 5px;}
|
||||
.text_spoiler {color: #757575;background-color: #f2f2f2;border: 1px dotted #bebebe;border-top: 0;text-align: justify;padding: 5px;}
|
||||
|
||||
.ui-helper-clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
|
||||
.ui-helper-clearfix {display: inline-block;}
|
||||
* html .ui-helper-clearfix {height: 1%;}
|
||||
.ui-helper-clearfix {display: block;}
|
||||
.ui-icon {background-repeat: no-repeat;display: block;overflow: hidden;text-indent: -99999px;}
|
||||
.ui-widget {font-family: Tahoma, Lucida Sans, Arial, sans-serif;font-size: 11px;}
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: tahoma, Arial, sans-serif;font-size: 11px;}
|
||||
.ui-widget-content {background: #fcfdfd 50% bottom repeat-x;border: 1px solid #a6c9e2;color: #222222;}
|
||||
.ui-widget-content a {color: #222222;}
|
||||
.ui-widget-header {background: #5c9ccc;border: 1px solid #34498B;color: #ffffff;font-weight: bold;}
|
||||
.ui-widget-header a {color: #ffffff;}
|
||||
.ui-state-default, .ui-widget-content .ui-state-default {background: #dfeffc;border: 1px solid #c5dbec;color: #2e6e9e;font-weight: bold;}
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #2e6e9e;text-decoration: none;}
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {background: #d0e5f5;border: 1px solid #79b7e7;color: #1d5987;font-weight: bold;}
|
||||
.ui-state-hover a, .ui-state-hover a:hover {color: #1d5987;text-decoration: none;}
|
||||
.ui-state-active, .ui-widget-content .ui-state-active {background: #f5f8f9 50% 50% repeat-x;border: 1px solid #79b7e7;color: #e17009;font-weight: bold;}
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #e17009;text-decoration: none;}
|
||||
.ui-widget :active {outline: none;}
|
||||
.ui-state-error {background: #fef1ec 50% 50% repeat-x;border: 1px solid #cd0a0a;color: #cd0a0a;}
|
||||
.ui-widget-header .ui-icon {background-image: url(../images/dialog-icons.png);}
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/dialog-icons_h.png);}
|
||||
.ui-icon-close {background-position: -80px -128px;}
|
||||
.ui-icon-closethick {background-position: -96px -128px;}
|
||||
.ui-button .ui-button-text {display: block;line-height: 1.4;}
|
||||
.ui-button-text-only .ui-button-text {padding: .4em .8em;}
|
||||
input.ui-button {padding: .4em 1em;}
|
||||
.ui-button-set {margin-right: 7px;}
|
||||
.ui-button-set .ui-button {margin-left: 0;margin-right: -.3em;}
|
||||
button.ui-button::-moz-focus-inner {border: 0;padding: 0;}
|
||||
.ui-dialog {overflow: hidden;padding: .2em;position: absolute;width: 300px;}
|
||||
.ui-dialog .ui-dialog-titlebar {padding: .5em 1em .3em;position: relative;}
|
||||
.ui-dialog .ui-dialog-title {float: left;margin: .1em 16px .2em 0;}
|
||||
.ui-dialog .ui-dialog-titlebar-close {height: 18px;margin: -10px 0 0 0;padding: 1px;position: absolute;right: .3em;top: 50%;width: 19px;}
|
||||
.ui-dialog .ui-dialog-titlebar-close span {display: block;margin: 1px;}
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding: 0;}
|
||||
.ui-dialog .ui-dialog-content {background: none;border: 0;overflow: hidden;padding: .5em 1em;position: relative;zoom: 1;}
|
||||
.ui-dialog .ui-dialog-buttonpane {background-image: none;border-width: 1px 0 0 0;margin: .5em 0 0 0;padding: .1em 1em .1em .4em;text-align: left;}
|
||||
.ui-dialog .ui-dialog-buttonpane button {cursor: pointer;float: right;line-height: 1.4em;margin: .5em .4em .5em 0;overflow: visible;padding: .2em .6em .3em .6em;width: auto;}
|
||||
.ui-dialog .ui-resizable-se {bottom: 3px;height: 14px;right: 3px;width: 14px;}
|
||||
.ui-draggable .ui-dialog-titlebar {cursor: move;}
|
||||
|
||||
#loading-layer {display:none;font-family: Verdana;font-size: 11px;background:#000;padding:10px;text-align:center;border:1px solid #000;color: #FFF;border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px;}
|
||||
|
||||
.headerback {background-image: url(../forum/images/dlet_headerback.gif);background-repeat: repeat-x;}
|
||||
.maintitle {background-image: url(../forum/images/dlet_tile_cat.gif);border: 1px solid #fff;border-bottom: 1px solid #5176B5;color: #fff;font-size: 12px;font-weight: bold;margin: 0px;padding: 8px;}
|
||||
.polltitle {/* background-image: url('{THEME}/forum/images/dlet_tile_cat.gif');*/border: 1px solid #fff;border-bottom: 1px solid #5176B5;color: #222;font-size: 12px;font-weight: bold;margin: 0px;padding: 8px;background-color: #D1DCEB;}
|
||||
.borderwrap table th {background-image: url(../forum/images/dlet_sub.gif);border-bottom: 1px solid #5176B5;color: #3A4F6C;font-size: 10px;font-weight: bold;letter-spacing: 1px;margin: 0;padding: 5px;}
|
||||
.scriptcode {background: #FDDBCC url(../forum/images/k.JPG) no-repeat right;border: 1px dotted #000;color: #465584;font-family: Courier, "Courier New", Verdana, Arial;margin: 0 auto 0 auto;padding: 2px;}
|
||||
.title_quote {background: #E4EAF2 url(../forum/images/q.JPG) no-repeat right;border: 1px dotted #000;border-bottom: 0;border-left: 4px solid #8394B2;color: #000;font-weight: bold;font-size: 10px;margin: 2px auto 0 auto;padding: 3px;}
|
||||
.unit-rank li.current-rank {background-image: url(../forum/images/rating.gif);background-position: left bottom;position: absolute;height: 16px;display: block;text-indent: -9000px;z-index: 1;}
|
||||
.unit-rank li a:hover {background-image: url(../forum/images/rating.gif);background-position: left center;z-index: 2;left: 0px;}
|
||||
.unit-rank {list-style: none;margin: 0px;padding: 0px;width: 85px;height: 16px;position: relative;background-image: url(../forum/images/rating.gif);background-position: top left;background-repeat: repeat-x;}
|
||||
241
templates/default/css/style.css
Normal file
@@ -0,0 +1,241 @@
|
||||
body {background:#E7E4E0; color: #424242; font-family: Verdana, Tahoma, Sans-Serif; font-size: 11px; height: 100%; margin: 0; padding: 0; }
|
||||
#loading-layer{display:none; font:8pt Tahoma; background-color:rgba(0,0,0,0.7); opacity:1.0 !important;color:#fff;text-align:center;min-width:56px;border-radius:2px;-webkit-border-radius:2px;padding:10px 10px;box-shadow:0 2px 7px rgba(0, 0, 0, 0.7);-webkit-box-shadow:0 2px 7px rgba(0,0,0,0.7)}
|
||||
#main{width: 95%; margin: 0 auto; min-width:1000px; max-width:1300px}
|
||||
#top{background:#fefefe; border-bottom:1px solid #aaa; box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.3); opacity:0.95; -khtml-opacity:0.95; left:0px; min-width: 1000px;min-height:32px; padding:0; position:fixed; right:0; top:0; width:100%; z-index:99;}
|
||||
.topblock {background:#fff; position:relative; padding:7px; top:-2px; left:-2px; z-index: 1; height:34px;}
|
||||
#header{margin: 55px 7px 10px 7px; height:95px; }
|
||||
.logo{position: relative; float:left; width:auto;}
|
||||
.banner{float:right;position:relative;top:13px;right:5px;background:#FFF;border:1px solid #bbbbbb;padding:5px;}
|
||||
.banner div{width:468px;height:60px;top:18px;right:5px;background-image: url(../images/banner.gif);border:1px solid #dcdcdc;}
|
||||
#menu {padding: 7px; margin: 0 0 5px 0; background: white; border: 1px solid #BBB;text-align: center;z-index: 10;position: relative; height: 24px;}
|
||||
#mainblock{background:#FFF;position:relative;border: 1px solid #bbbbbb;padding-top:8px;margin-bottom:5px;min-height: 1000px;}
|
||||
#footer {background: #ffffff top repeat-x; color: #AAA; border: 1px solid #BBBBBB; height: 29px; padding: 15px 10px 0px; text-align: center;}
|
||||
#footer .left{display: inline-block;float: left; font-size: 1.3em;}
|
||||
#footer .counters {display:inline-block; float:right; margin-top:-8px;}
|
||||
#footer .counters a img {opacity:0.3; filter:alpha(opacity=40);}
|
||||
#footer .counters a:hover img {opacity:1.0; filter:alpha(opacity=100);}
|
||||
#chat{height:350px; overflow:auto; background-color :#FFFFFF; border:solid #CECECE 1px; padding:1px; font-family: Tahoma;}
|
||||
.cmessage{padding: 5px; border-bottom: 1px solid #CCC;}
|
||||
ul, li{list-style:none; padding: 0 0 0 0; margin: 0;}
|
||||
.lastcomm {font-family: Tahoma;}
|
||||
.lastcomm strong{float: right; color: #BBBBBB}
|
||||
#left {width:220px; float:left; margin-left:8px;}
|
||||
#right {width:220px; float:right; margin-right:8px;}
|
||||
#content {margin-left:238px;margin-right:238px;}
|
||||
.widget {background:#FFF;border:1px solid #B0BEC7;margin-bottom: 7px;}
|
||||
.widget .title {background:url(../images/bg_mb.gif) repeat-x scroll 0 0 #E3E3E3; border-bottom: 1px solid #B0BEC7; padding: 3px 7px; font:bold 11px Verdana; color: #525252;}
|
||||
.widget .title a{float: right;}
|
||||
.widget .text {padding: 5px;}
|
||||
.newsslider {text-align: center;}
|
||||
.newsslider img {border: 5px solid #CCCCCC; margin: 1px;}
|
||||
.newsslider a:hover img {border: 5px solid #8F8983;}
|
||||
.smallblock{background: white;border: 1px solid #B0BEC7;position: relative;padding: 5px;z-index: 1;margin-bottom: 7px;height: 12px;}
|
||||
.item{background: white; border: 1px solid #B0BEC7; padding: 3px; margin-bottom: 5px;}
|
||||
.item .story{padding: 4px 6px 4px; text-align: justify;}
|
||||
.item h1{text-align: center; font:bold 11px Tahoma; color: #333;}
|
||||
|
||||
#comments{width: 99%;height: 50px;border: 1px solid #E0E0E0;background: white;resize: none;}
|
||||
.comment{ background: white; border: 1px solid #B0BEC7; }
|
||||
.avatar { width: 80px; height: 80px; border:1px solid #ccc;}
|
||||
.comm-link{color: gray;}
|
||||
|
||||
#menu ul{float:left; margin: 0 auto; width: 100%; border: 1px solid #ADAC9D; background: white url(../images/topmenu_bgg.png) repeat-x;}
|
||||
#menu li{float: left; border-right: 1px solid #ADAC9D;}
|
||||
#menu a{float:left; padding: 5px 10px; color: #000; text-decoration: none; font-size: 7pt;}
|
||||
#menu a:hover{color: white; text-decoration: none; background: transparent url(../images/topmenu_over_bgg.png) repeat-x;}
|
||||
a { color: #6e87a1; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
.pages{background: white; border: 1px solid #B0BEC7; position: relative; z-index: 1; margin: 5px 0;}
|
||||
.navigation { border: 0; color: #666; margin: 10px 0; }
|
||||
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active { background: #F9F9F9; border: 1px solid #E6E6E6; color: #636363; font-size: 11px; padding: 3px 6px; text-decoration: none; }
|
||||
.navigation a:hover { background: #799AE3; border-color: #E6E6E6; color: #FFFFFF; }
|
||||
.navigation span { background: #fff; border:1px solid #E6E6E6; color: #ccc; font-size: 11px; padding: 3px 6px; text-decoration: none; }
|
||||
h1 {font:bold 11px Tahoma; margin: 0;}
|
||||
|
||||
table { border: 0px; }
|
||||
table td { font: 11px Verdana; padding: 0px; }
|
||||
table td img { vertical-align: text-top; }
|
||||
img { border-style: none; }
|
||||
form { margin: 0px; padding: 0px; }
|
||||
p { margin: 0; padding: 0; }
|
||||
.line {background: url(../images/title_bg.gif) top repeat-x; padding: 5px; color: #000; font-weight: bold; border:1px solid #caccb0;}
|
||||
.line2 {background: url(../images/title_bg.gif) top repeat-x; padding: 5px; color: #000; font-weight: bold; margin-right: 65px; margin-left: 65px; border:1px solid #caccb0; height:12px;}
|
||||
div.line_center{text-align: center;}
|
||||
.button{background: #f3f2e7;border: 1px solid #bbb;border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;position:relative;padding-top:1px;margin-right:3px;cursor:pointer;}
|
||||
.button_site{background: #f3f2e7;border: 1px solid #bbb;border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;position:relative;padding-top:1px;margin-right:3px;cursor:pointer;}
|
||||
|
||||
#login {width:230px; float:right;margin-bottom:8px;margin-right:5px;height: 99px;}
|
||||
|
||||
.ri {width:230px; float:right; text-align: right;margin-top:-3px; } /* ïîèñê â âåðõíåì ìåíþ */
|
||||
.av {width:160px; padding:5px; background:#eee; vertical-align:top;}
|
||||
.com {padding:5px; vertical-align:top;}
|
||||
.mes {padding:5px;vertical-align:top;}
|
||||
.mesbody {margin-bottom:10px; padding: 5px;}
|
||||
#table1 .com { background-color:#fafafa !important; width:120px !important; }
|
||||
.imag {width: 160px;float: left;min-height: 200px;}
|
||||
.inf {margin-left:165px;}
|
||||
.shadow {width:220px;margin-bottom:10px;} /* òåíü áëîêîâ */
|
||||
.block {background:#fff; border: 1px solid #bbb; position:relative; padding:5px; top:-2px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;} /* òåëî áëîêîâ*/
|
||||
.blocka {background:#fff; border:1px solid #bbb; position:relative; padding:0px; top:-2px; } /* òåëî áëîêîâ*/
|
||||
.shadow2 {margin-bottom:7px;} /* òåíü øèðîêèõ áëîêîâ */
|
||||
.block2 {background:#fff; border:1px solid #B0BEC7; position:relative; padding:5px; z-index: 1;} /* òåëî äëÿ øèðîêîãî áëîêà ñ áîëüøèì îòñòóïîì*/
|
||||
.block2a {background:#fff; border:1px solid #bbb; position:relative; padding:7px; top:-2px; left:-2px;z-index: 1; border-bottom-left-radius:10px; border-bottom-right-radius:10px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px;} /* òåëî äëÿ øèðîêîãî áëîêà ñ áîëüøèì îòñòóïîì*/
|
||||
.block3 {background:#fff; border:1px solid #bbb; position:relative; padding:1px; top:-2px;} /* òåëî äëÿ øèðîêîãî áëîêà ñ ìàëåíüêèì îòñòóïîì*/
|
||||
.block4 {color: #000;background: #d8d9bd; border:1px solid #48494a; border-top:1px solid #48494a;position:relative; padding:5px; top:-2px; left:-2px; min-height: 190px;} /* òåëî äëÿ øèðîêîãî áëîêà ñ ìàëåíüêèì îòñòóïîì âíóòðè âêëàäîê*/
|
||||
.block5 {background:#fff; border:1px solid #bbb; position:relative; padding:5px; top:-2px; left:-2px;z-index: 1;} /* òåëî äëÿ øèðîêîãî áëîêà ñ áîëüøèì îòñòóïîì*/
|
||||
.titleblock {display: block;background: url(../images/bg_mb.gif) #d6d6bd top repeat-x;text-align: center;padding: 5px; color: #000; font-weight: bold;margin:-4px -4px 4px -4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width:90%; margin-top:0px; border:1px solid #caccb0; } /* ñïàí äëÿ íàçâàíèÿ áëîêà*/
|
||||
.blocklogin {height: 90px;}
|
||||
.commblock {background: #F5F5F5 repeat;border: 1px solid #bbb;position: relative;padding: 5px;top: -2px;left: -2px;z-index: 1;} /* òåëî äëÿ øèðîêîãî áëîêà ñ áîëüøèì îòñòóïîì*/
|
||||
.section {width:230px; }
|
||||
ul.tab {margin:0 auto;font-size: 7pt;list-style: none;background: url(../images/topmenu_bgg.png) center center repeat-x;float: left;padding:0px;width: 230px;}
|
||||
.tab li {background: white url(../images/topmenu_bgg.png) center center repeat-x;float: left;display: inline;margin:0 auto;color: #000;cursor: pointer;position: relative;border-left: 1px solid #adac9d;border-right: 1px solid #adac9d;width: 100px;padding: 6px;text-align: center;}
|
||||
.tab li:hover {color: white;background: transparent url(../images/topmenu_over_bgg.png) center center repeat-x;width: 100px;padding: 6px;}
|
||||
.tab li.current {color: #white ; width: 100px;padding: 6px;}
|
||||
.box {display: none; padding: 5px;}
|
||||
.box.visible {display: block;}
|
||||
.header_menu, .header_menu li{list-style: none; margin: 0px; padding: 0px;}
|
||||
.header_menu{padding: 0px;}
|
||||
.header_menu li{padding-right: 5px; display: inline;}
|
||||
.header_menu a{font-weight: bold;}
|
||||
.mb{background: #fff; padding: 1px; }
|
||||
.login{background: #fff; padding: 1px; height: 107px;}
|
||||
.clear{clear: both;}
|
||||
div.menu_line{padding: 2px 6px;}
|
||||
.logged_ava{border-right: 1px solid #bcbcbc; width:50px; height:50px;}
|
||||
.logged_ava center {width:50px; height:50px;}
|
||||
.logged_ava img{max-width: 50px;}
|
||||
table.userstop{font-size:11px;text-align:center;}
|
||||
table.userstop thead td{background:#F5F5F5;border:1px solid #EEEEEE;padding:2px 2px 3px 2px;border-right:0;}
|
||||
table.userstop td{border:1px solid #EEEEEE;padding:2px 2px 3px 2px;border-right:0;border-top:0;}
|
||||
table.userstop td:last-child{border-right:1px solid #EEEEEE;}
|
||||
.scripttags {color: #000000;FONT: 9px Verdana;text-align: left;background-color: #fdf5e6;border: 1px dotted rgb(190,190,190);padding: 3px 5px;}
|
||||
.author {background:none repeat scroll 0 0 #F5F5F5;border-right:1px dashed #CCCCCC;border-top:0px solid #CCCCCC;padding:7px;}
|
||||
.node_date {width:60px; height: 50px; float: left; margin-top: -52px; background: #f2f3e2; border:1px solid #cdd0b3;}
|
||||
.node_rate {width:60px; height: 50px; float: right; margin-top: -52px; background: #f2f3e2; border:1px solid #cdd0b3; font-size:14px; text-align:center; position:relative;}
|
||||
.rating { margin-top:150px;}
|
||||
.rating a:hover { text-decoration: none;}
|
||||
.node_tags {margin-right: 65px; margin-left: 65px;}
|
||||
.node_date_date {font-size: 20px; font-weight: bold; font-family: Georgia; text-align: center; border-bottom: 1px dashed #cdd0b3; height:26px; }
|
||||
.node_date_month {margin-top: 3px; font-size:11px; font-weight: bold; font-family: Georgia; text-align: center;}
|
||||
.cleared {clear:both;}
|
||||
.ui-helper-clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
|
||||
.ui-helper-clearfix {display: inline-block;}
|
||||
* html .ui-helper-clearfix {height: 1%;}
|
||||
.ui-helper-clearfix {display: block;}
|
||||
.ui-icon {background-repeat: no-repeat;display: block;overflow: hidden;text-indent: -99999px;}
|
||||
.ui-widget {font-family: Tahoma, Lucida Sans, Arial, sans-serif;font-size: 11px;}
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: tahoma, Arial, sans-serif;font-size: 11px;}
|
||||
.ui-widget-content {background: #fcfdfd 50% bottom repeat-x;border: 1px solid #a6c9e2;color: #222222;}
|
||||
.ui-widget-content a {color: #222222;}
|
||||
.ui-widget-header {background: #5c9ccc;border: 1px solid #34498B;color: #ffffff;font-weight: bold;}
|
||||
.ui-widget-header a {color: #ffffff;}
|
||||
.ui-state-default, .ui-widget-content .ui-state-default {background: #dfeffc;border: 1px solid #c5dbec;color: #2e6e9e;font-weight: bold;}
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #2e6e9e;text-decoration: none;}
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {background: #d0e5f5;border: 1px solid #79b7e7;color: #1d5987;font-weight: bold;}
|
||||
.ui-state-hover a, .ui-state-hover a:hover {color: #1d5987;text-decoration: none;}
|
||||
.ui-state-active, .ui-widget-content .ui-state-active {background: #f5f8f9 50% 50% repeat-x;border: 1px solid #79b7e7;color: #e17009;font-weight: bold;}
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #e17009;text-decoration: none;}
|
||||
.ui-widget :active {outline: none;}
|
||||
.ui-state-error {background: #fef1ec 50% 50% repeat-x;border: 1px solid #cd0a0a;color: #cd0a0a;}
|
||||
.ui-widget-header .ui-icon {background-image: url(../images/dialog-icons.png);}
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/dialog-icons_h.png);}
|
||||
.ui-icon-close {background-position: -80px -128px;}
|
||||
.ui-icon-closethick {background-position: -96px -128px;}
|
||||
.ui-button .ui-button-text {display: block;line-height: 1.4;}
|
||||
.ui-button-text-only .ui-button-text {padding: .4em .8em;}
|
||||
input.ui-button {padding: .4em 1em;}
|
||||
.ui-button-set {margin-right: 7px;}
|
||||
.ui-button-set .ui-button {margin-left: 0;margin-right: -.3em;}
|
||||
button.ui-button::-moz-focus-inner {border: 0;padding: 0;}
|
||||
.ui-dialog {overflow: hidden;padding: .2em;position: absolute;width: 300px;}
|
||||
.ui-dialog .ui-dialog-titlebar {padding: .5em 1em .3em;position: relative;}
|
||||
.ui-dialog .ui-dialog-title {float: left;margin: .1em 16px .2em 0;}
|
||||
.ui-dialog .ui-dialog-titlebar-close {height: 18px;margin: -10px 0 0 0;padding: 1px;position: absolute;right: .3em;top: 50%;width: 19px;}
|
||||
.ui-dialog .ui-dialog-titlebar-close span {display: block;margin: 1px;}
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding: 0;}
|
||||
.ui-dialog .ui-dialog-content {background: none;border: 0;overflow: auto;padding: .5em 1em;position: relative;zoom: 1;}
|
||||
.ui-dialog .ui-dialog-buttonpane {background-image: none;border-width: 1px 0 0 0;margin: .5em 0 0 0;padding: .1em 1em .1em .4em;text-align: left;}
|
||||
.ui-dialog .ui-dialog-buttonpane button {cursor: pointer;float: right;line-height: 1.4em;margin: .5em .4em .5em 0;overflow: visible;padding: .2em .6em .3em .6em;width: auto;}
|
||||
.ui-dialog .ui-resizable-se {bottom: 3px;height: 14px;right: 3px;width: 14px;}
|
||||
.ui-draggable .ui-dialog-titlebar {cursor: move;}
|
||||
hr{color: #FFF;border: 0;border-bottom: 1px dashed #555;}
|
||||
.fl_topic{ width:auto; max-width: 40% }
|
||||
.fl_post{ width:auto }
|
||||
.fl_last_poster{ width:auto }
|
||||
.fl_last_date{ width:auto }
|
||||
.tor{BORDER-RIGHT: #98aab1 0px solid; BORDER-TOP: #98aab1 0px solid; BORDER-LEFT: #98aab1 0px solid; BORDER-BOTTOM: #98aab1 0px solid; BACKGROUND-COLOR: #6699cc}
|
||||
.tor_row1 {BACKGROUND-COLOR: #f4f8fb}
|
||||
.tor_row3 {BACKGROUND-COLOR: #d0dfef;background-image: url(../images/torrow.gif);}
|
||||
.tor_gen {FONT-SIZE: 10pt}
|
||||
.tor_genmed {FONT-SIZE: 9pt}
|
||||
.tor_denied {FONT-SIZE: 9pt; font-weight: bold;}
|
||||
.tor_gensmall {FONT-SIZE: 8pt}
|
||||
.tor_genmed a{color:black;}
|
||||
.loginpanel{height:21px;padding:5px;padding-top:7px;border:1px solid #CCC;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;float:left;background-color:#fdfdfd;overflow:hidden;position:relative;}
|
||||
.loginpanel form a:hover{text-decoration:none !important; }
|
||||
.field{font-size: 12px;width: 150px;border: 1px solid #bbb;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;padding:1px;padding-left:5px;padding-bottom:2px;padding-top:2px;}
|
||||
.usermenu{height:23px;padding:5px;border:1px solid #CCC;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;float:left;background-color:#fdfdfd; }
|
||||
.usermenu form a:hover{text-decoration:none !important; }
|
||||
.usermenu a{color:black;}
|
||||
.usermenu .col{width:auto;padding-right:15px;float:left;font-size:10px;}
|
||||
.searchpanel{height:21px;padding:5px;padding-top:6px;padding-bottom:6px;border:1px solid #CCC;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;float:right;position:relative;background-color:#fdfdfd;}
|
||||
.gallery{margin: 20px auto 20px 70px;overflow: hidden;}
|
||||
ul.gall{padding : 0 0 0 0;margin : 0 0 0 0; }
|
||||
ul.gall li{padding : 0 0 0 0;margin : 0 0 0 0;list-style-type : none;}
|
||||
a.vote_link {text-decoration: none;}
|
||||
|
||||
.title_quote{font-weight: bold;font-size:10px;padding:3px;border-top:1px solid #333333;border-left:1px solid #333333;border-right:1px solid #333333;background-color:#E4EAF2;}
|
||||
.quote{background: none repeat scroll 0 0 #FAFCFE;padding:6px;padding-left:15px;font-style: italic;font:11px Tahoma, Verdana, Sans-Serif;background-color:#f5f5f5;border:1px solid #333333;}
|
||||
.screenshots{background: none repeat scroll 0 0 #FAFCFE;padding:6px;background-color:white;border:1px solid #333333;text-align: center;}
|
||||
|
||||
.title_spoiler {color: #636363;background-color: #f2f2f2;border: 1px dotted #bebebe;font-weight: bold;padding: 5px;}
|
||||
.text_spoiler {color: #757575;background-color: #f2f2f2;border: 1px dotted #bebebe;border-top: 0;text-align: justify;padding: 5px;}
|
||||
.scriptcode {color: #000000;FONT: 11px Verdana; text-align:left;background-color: lightyellow;border: 1px dotted rgb(190,190,190);padding: 5px;}
|
||||
.weekday-active-v {color: #4b73d4;}
|
||||
.day-active-v {color: #4b73d4;}
|
||||
.calendar {font-family:verdana;font-size:10px}
|
||||
.calendar td, th {font-family:verdana;font-size:10px;text-decoration: none;padding: 3px;}
|
||||
.weekday {color: #804040;font-family:verdana;font-size:10px;}
|
||||
.weekday-active {color: #804040;font-family:verdana;font-size:10px;}
|
||||
.day-active {color: #804040;font-family:verdana;font-size:10px;}
|
||||
.day-active a,.weekday-active a,.day-active-v a,.weekday-active-v a{text-decoration: underline;}
|
||||
.monthlink {color: #4974a3;font-family:tahoma;font-size:10px;text-decoration: none;}
|
||||
.day-current {background:#F9F9F9;border:1px solid #E6E6E6;}
|
||||
.bbcodes {background: #FFF;border: 1px solid #E0E0E0;color: #666666;font-family: Verdana, Tahoma, helvetica, sans-serif;padding: 2px;vertical-align: middle;font-size: 10px; vertical-align: middle;margin:2px;height: 21px;}
|
||||
.editor_button {float:left;cursor:pointer;padding-left: 2px;padding-right: 2px;}
|
||||
.editor_button img {border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border:none;}
|
||||
.editor_button_brk img {border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border:none;}
|
||||
.editbclose img {border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border:none;}
|
||||
.editor_buttoncl {float:left;cursor:pointer;padding-left: 1px;padding-right: 1px;border-left: 1px solid #BBB;border-right: 1px solid #BBB;}
|
||||
.editbclose {float:right;cursor:pointer;}
|
||||
.editor_button select {font-family: tahoma;font-size: 11px;}
|
||||
.editor_button img {margin: 0; padding: 0;}
|
||||
.editbclose img {margin: 0; padding: 0;}
|
||||
.editor_button_brk img {margin: 0; padding: 0;}
|
||||
.pm_head {FONT: 10pt Verdana; }
|
||||
.pm_list {color: #888888;font-size: 11px;font-family: tahoma;}
|
||||
.pm_list a {color: #4b719e;font-size: 11px;font-family: tahoma;}
|
||||
#dropmenudiv {border: 1px solid #cbdfe8;background-color: #fbfdfe;font-size: 11px;line-height: 20px;margin: 2px 0;padding: 5px;opacity:0.9; -moz-opacity:0.9; filter:alpha(opacity=90);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
|
||||
#dropmenudiv a { display: block; text-indent: 3px; text-decoration: none; color: #6e87a1; padding: 1px 0; width: 100%;}
|
||||
#dropmenudiv a:hover { color: #5c95d1; background-color: #ffffff;}
|
||||
.vote {color: #717171;font-size: 11px;font-family: tahoma;}
|
||||
#newpm {position:absolute;width:400px;padding:4px;background-color:#FDFDFD;border:1px solid #BBB;font-family: Verdana;font-size: 11px;line-height: 135%;}
|
||||
#newpmheader {padding-left: 5px;padding-right: 5px;padding-top: 2px;height: 20px;color: #000;font-weight: bold;background-color: #d8d9bd;font-family: verdana, sans-serif;font-size: 11px;cursor: move;}
|
||||
#newpm a{background: transparent;color: #4D6A8A;text-decoration: none;}
|
||||
#newpm a:hover{background: transparent;color: #4D6A8A;text-decoration: underline;}
|
||||
.attachment {color: gray;}
|
||||
.search {font-family: Verdana;font-size: 11px;color:#53646F;text-decoration: none;padding:2px;}
|
||||
.textin {font-family: Verdana;font-size: 11px;color:#00002C;text-decoration: none;}
|
||||
.sresult {text-align: justify; font-family:verdana; FONT-WEIGHT: normal; LINE-HEIGHT: 16px; font-size:12px; color:#606D77;}
|
||||
.highslide-active-anchor img {visibility: hidden;}
|
||||
.highslide-html {background-color: white;}
|
||||
.highslide-html-content {display: none;}
|
||||
.highslide-loading {display: block;padding: 3px 0 3px 38px;width: 0;height: 32px;overflow: hidden;background-color: black;background-repeat: no-repeat;background-position: 3px 3px;background-image: url(../images/loader.big.black.gif);}
|
||||
a.highslide-full-expand {background: url(../images/fullexpand.gif) no-repeat;display: block;margin: 0 10px 10px 0;width: 34px;height: 34px;}
|
||||
.highslide-footer {height: 11px;}
|
||||
.highslide-dimming {background: #000000;}
|
||||
.highslide-footer .highslide-resize {float: right; height: 12px; width: 11px; background: url(../images/resize.gif);}
|
||||
.highslide-resize {cursor: nw-resize;}
|
||||
.highslide-display-block {display: block;}
|
||||
.highslide-display-none {display: none;}
|
||||
.scrollup{width:15px;border:1px solid #bbbbbb;background:#FFF;text-align:center;padding:5px;position:fixed;bottom:0px;right:0px;cursor:pointer;display:none;color:#333;font-family:verdana;font-size:11px;}
|
||||
10
templates/default/fav/favorites.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="shadow2">
|
||||
<div class="block2">
|
||||
{sort}
|
||||
</div>
|
||||
</div>
|
||||
<div class="shadow2">
|
||||
<div class="block2">
|
||||
{list}
|
||||
</div>
|
||||
</div>
|
||||
8
templates/default/fav/news.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr onmouseover ="this.bgColor = '#FAF4C7'" onmouseout ="this.bgColor = '#FFFFFF'">
|
||||
<td width="15%"> {category}</td>
|
||||
<td width="70%"><a href="{link}">{title}</a></td>
|
||||
<td align="center" width="10%">{date}</td>
|
||||
<td align="center" width="5%">{favorites}</td>
|
||||
</tr>
|
||||
</table>
|
||||
41
templates/default/feedback.tpl
Normal file
@@ -0,0 +1,41 @@
|
||||
<div class="shadow2">
|
||||
<div class="block2"><div class="line line_center">Îáðàòíàÿ ñâÿçü</div>
|
||||
<table width="100%" class="slink">
|
||||
[not-logged]
|
||||
<tr>
|
||||
<td align="right" style="padding:4px;">Âàøå èìÿ:</td>
|
||||
<td><input style="width:223px; height:18px; font-family:tahoma; font-size:11px; border:1px solid #E0E0E0 " maxlength="35" name="name" size="14" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" style="padding:4px;">E-Mail:</td>
|
||||
<td><input style="width:223px; height:18px; font-family:tahoma; font-size:11px; border:1px solid #E0E0E0 " maxlength="35" name="email" size="14" /></td>
|
||||
</tr>
|
||||
[/not-logged]
|
||||
<tr>
|
||||
<td align="right" style="padding:4px;">Çàãîëîâîê:</td>
|
||||
<td><input style="width:223px; height:18px; font-family:tahoma; font-size:11px; border:1px solid #E0E0E0 " maxlength="45" name="subject" size="14" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" style="padding:4px;">Ïîëó÷àòåëü:</td>
|
||||
<td>{recipient} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="top" style="padding:4px;">Ñîîáùåíèå:</td>
|
||||
<td><textarea style="font-family:verdana; font-size:11px; border:1px solid #E0E0E0" name="message" rows="12" cols="65"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" style="padding:4px;">Êîä áåçîïàñíîñòè:</td>
|
||||
<td>{code}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" style="padding:4px;">Ââåäèòå êîä:</td>
|
||||
<td><input style="width:167px; height:18px; font-family:tahoma; font-size:11px; border:1px solid #E0E0E0 " maxlength="45" name="sec_code" size="14" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td style="padding:4px;"><input name="send_btn2" type="image" src="{THEME}/images/send.png" style="cursor:hand" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></div>
|
||||
52
templates/default/forum/addpost.tpl
Normal file
@@ -0,0 +1,52 @@
|
||||
<span id="post-preview"></span>
|
||||
<div style="margin-top:1px;">
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> {title}</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td class="row2">
|
||||
<div style="padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:10px;">
|
||||
<table cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<table cellpadding="0" cellspacing="0" width="460">
|
||||
[not-logged]
|
||||
<tr>
|
||||
<td width="80" height="24">Âàøå Èìÿ:</td>
|
||||
<td width="380" height="24"><input type="text" name="name" class="forum_input" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="80" height="25">Âàø E-Mail:</td>
|
||||
<td width="380"><input type="text" name="mail" class="forum_input" /></td>
|
||||
</tr>
|
||||
[/not-logged]
|
||||
[not-wysywyg]
|
||||
<tr>
|
||||
<td colspan="2">{bbcode}</td>
|
||||
</tr>
|
||||
[/not-wysywyg]
|
||||
<tr>
|
||||
<td colspan="2">[not-wysywyg]<textarea id="post_text" name="post_text" class="forum_textarea">{text}</textarea>[/not-wysywyg]{wysiwyg}<br />
|
||||
</td>
|
||||
</tr>
|
||||
[sec_code]
|
||||
<tr>
|
||||
<td width="120" height="60">Êîä:</td>
|
||||
<td width="340">{sec_code}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="25">Ââåäèòå êîä:</td>
|
||||
<td width="340"><input type="text" name="sec_code" maxlength="150" style="width:115px" class="forum_input" /></td>
|
||||
</tr>
|
||||
[/sec_code]
|
||||
</table><br />
|
||||
<input name="submit" type="submit" class="button" value="Îòïðàâèòü" /> <input type="button" class="button" onclick="PostPreview();" value="Ïðîñìîòð" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
125
templates/default/forum/addtopic.tpl
Normal file
@@ -0,0 +1,125 @@
|
||||
<span id="post-preview"></span>
|
||||
<div style="margin-top:1px;">
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle">
|
||||
<img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> Ñîçäàíèå íîâîé òåìû</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
|
||||
[not-logged]
|
||||
<tr>
|
||||
<td width="120" height="25">Âàøå Èìÿ:</td>
|
||||
<td width="340"><input type="text" name="name" class="forum_input" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="25">Âàø E-Mail:</td>
|
||||
<td width="340"><input type="text" name="mail" class="forum_input" /></td>
|
||||
</tr>
|
||||
[/not-logged]
|
||||
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Òåìà</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Íàçâàíèå òåìû</strong>
|
||||
</td>
|
||||
<td class='row2'>
|
||||
<input type="text" name="topic_title" value="{topic_title}" size="50" maxlength="200" class="forum_input" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Îïèñàíèå òåìû</strong>
|
||||
</td>
|
||||
<td class='row2'>
|
||||
<input type="text" name="topic_descr" value="{topic_descr}" size="50" maxlength="200" class="forum_input" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Îïðîñ</strong></th>
|
||||
</tr>
|
||||
[poll]
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Îïöèè îïðîñà</strong>
|
||||
</td>
|
||||
<td class='row2'>
|
||||
|
||||
<a href="JavaScript:ShowHide('poll');">Íàæìèòå ñþäà äëÿ óïðàâëåíèÿ îïðîñîì â ýòîé òåìå</a><br />
|
||||
<div style='display:none' id='poll'>
|
||||
<table cellpadding="0" cellspacing="0" width="460">
|
||||
<tr>
|
||||
<td width="120"><img src="{THEME}/forum/images/spacer.gif" width="120" height="1" border="0" alt="" /></td>
|
||||
<td width="340"><img src="{THEME}/forum/images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="25">Çàãîëîâîê Îïðîñà:</td>
|
||||
<td width="340"><input type="text" name="vote_title" class="forum_input" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="25">Âîïðîñ:</td>
|
||||
<td width="340"><input type="text" name="frage" class="forum_input" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">Âàðèàíòû îòâåòîâ: (Êàæäàÿ íîâàÿ ñòðîêà ÿâëÿåòñÿ íîâûì âàðèàíòîì îòâåòà)<br /><textarea name="vote_body" class="forum_textarea"></textarea><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><br /><input type="checkbox" value="1" name="poll_multiple"> Ðàçðåøèòü âûáîð íåñêîëüêèõ âàðèàíòîâ</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
[/poll]
|
||||
[not-wysywyg]
|
||||
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Ñîîáùåíèå</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%;'> </td>
|
||||
<td class='row1'>
|
||||
{bbcode}
|
||||
</td>
|
||||
</tr>
|
||||
[/not-wysywyg]
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%;'> </td>
|
||||
<td class='row1'>[not-wysywyg]<textarea id="post_text" name="post_text" class="forum_textarea">{text}</textarea>[/not-wysywyg]{wysiwyg}<br /></td>
|
||||
</tr>
|
||||
[sec_code]
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Çàùèòíûé êîä</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Êîä</strong>
|
||||
</td>
|
||||
<td class='row2'>
|
||||
{sec_code}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Ââåäèòå êîä</strong>
|
||||
</td>
|
||||
<td class='row2'><input type="text" name="sec_code" maxlength="150" style="width:115px" class="forum_input" /></td>
|
||||
</tr>
|
||||
[/sec_code]
|
||||
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Îïöèè</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row2' style='width: 20%;'></td>
|
||||
<td class='row2'><input type="checkbox" value="0" name="subscription" /> Ïîäïèñàòüñÿ íà òåìó</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class='row1' style='text-align: center' colspan="2"><br /><input name="submit" type="submit" class="button" value="Ñîçäàòü òåìó" /> <input type="button" class="button" onclick="PostPreview();" value="Ïðåäâàðèòåëüíûé ïðîñìîòð" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
46
templates/default/forum/ajax_addpost.tpl
Normal file
@@ -0,0 +1,46 @@
|
||||
<!-- äîáàâëåíèå áûñòðîãî ïîñòà â ôîðóì -->
|
||||
<div style="margin-top:1px;">
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> {title}</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td class="row2">
|
||||
<div style="padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:10px;">
|
||||
<table cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<table cellpadding="0" cellspacing="0" width="460">
|
||||
[not-logged]
|
||||
<tr>
|
||||
<td width="80" height="25">Âàøå Èìÿ:</td>
|
||||
<td width="380"><input type="text" name="name" class="forum_input" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="80" height="25">Âàø E-Mail:</td>
|
||||
<td width="380"><input type="text" name="mail" class="forum_input" /></td>
|
||||
</tr>
|
||||
[/not-logged]
|
||||
<tr>
|
||||
<td colspan="2">{bbcode}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><textarea id="post_text" name="post_text" class="forum_textarea">{text}</textarea>{wysiwyg}<br />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="120" height="25"><input name="submit" onClick="doAddPost();return false;" type="button" class="button" value="Îòïðàâèòü" />
|
||||
</td>
|
||||
<td width="340"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
16
templates/default/forum/category.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> {category}</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
|
||||
<tr>
|
||||
<th width="66%" align="left" colspan="2">Ôîðóì</th>
|
||||
<th width="7%" align="center">Òåì</th>
|
||||
<th width="7%" align="center">Îòâåòîâ</th>
|
||||
<th width="35%" align="left">Ïîñëåäíåå ñîîáùåíèå</th>
|
||||
</tr>
|
||||
{forums}
|
||||
<tr>
|
||||
<td colspan="7" class="catend"><!-- äîëæíî áûòü ïóñòî --></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
72
templates/default/forum/edittopic.tpl
Normal file
@@ -0,0 +1,72 @@
|
||||
<div style="margin-top:1px;">
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle">
|
||||
<img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> Ðåäàêòèðîâàíèå òåìû</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Òåìà</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row2' width="120" height="25">Íàçâàíèå òåìû:</td>
|
||||
<td class='row2' width="340"><input type="text" name="topic_title" value="{topic_title}" maxlength="150" class="forum_input" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row2' width="120" height="25">Îïèñàíèå òåìû:</td>
|
||||
<td class='row2' width="340"><input type="text" name="topic_descr" value="{topic_descr}" maxlength="150" class="forum_input" /> (Îïöèîíàëüíî)</td>
|
||||
</tr>
|
||||
|
||||
[poll]
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Îïðîñ</strong></th>
|
||||
</tr>
|
||||
[poll]
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Îïöèè îïðîñà</strong>
|
||||
</td>
|
||||
<td class='row2'>
|
||||
|
||||
<a href="JavaScript:ShowHide('poll');">Íàæìèòå ñþäà äëÿ óïðàâëåíèÿ îïðîñîì â ýòîé òåìå</a><br />
|
||||
<div style='display:none' id='poll'>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" width="460">
|
||||
<tr>
|
||||
<td width="120"><img src="{THEME}/forum/images/spacer.gif" width="120" height="1" border="0" alt="" /></td>
|
||||
<td width="340"><img src="{THEME}/forum/images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="25">Çàãîëîâîê Îïðîñà:</td>
|
||||
<td width="340"><input type="text" name="vote_title" class="forum_input" / value="{vote_title}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="25">Âîïðîñ:</td>
|
||||
<td width="340"><input type="text" name="frage" class="forum_input" / value="{frage}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">Âàðèàíòû îòâåòîâ: (Êàæäàÿ íîâàÿ ñòðîêà ÿâëÿåòñÿ íîâûì âàðèàíòîì îòâåòà)<br /><textarea name="vote_body" class="forum_textarea">{vote_body}</textarea><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><br /><input type="checkbox" value="1" name="poll_multiple"> Ðàçðåøèòü âûáîð íåñêîëüêèõ âàðèàíòîâ</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
[/poll]
|
||||
<tr>
|
||||
<th style='text-align: left' colspan='2'><strong>Îïöèè</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='row1' style='width: 20%; text-align: right'>
|
||||
<strong>Èêîíêè ñîîáùåíèÿ</strong>
|
||||
</td>
|
||||
<td class='row2'>
|
||||
{post_icons}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style='text-align: center' colspan='2' class='row2'><br /><input name="submit" type="submit" class="button" value="Îòðåäàêòèðîâàòü òåìó" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
73
templates/default/forum/forum.tpl
Normal file
@@ -0,0 +1,73 @@
|
||||
{banner}
|
||||
[rules]
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> {rules-name}</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
|
||||
<tr>
|
||||
<td align="left" class="row2">{rules-text}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catend"><!-- äîëæíî áûòü ïóñòî --></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
[/rules]
|
||||
{subforums}
|
||||
<div style="padding-top:0px; padding-right:0px; padding-bottom:5px; padding-left:0px;" align="right">[new_topic]<img src="{THEME}/forum/images/t_new.gif" border="0" alt="" />[/new_topic]</div>
|
||||
<div class="borderwrap">
|
||||
<div class="maintitle">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="99%"><div><img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" /> {forum}</div></td>
|
||||
<td width="1%" align="right" nowrap="nowrap"><div class="popmenubutton">[options]Îïöèè ôîðóìà <img src="{THEME}/forum/images/dlet_action_down.gif" border="0" alt="Îòêðûòü ìåíþ" />[/options]</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th width="50%" align="left">Íàçâàíèå òåìû</th>
|
||||
<th width="7%" align="center">Îòâåòîâ</th>
|
||||
<th width="14%" align="center">Àâòîð</th>
|
||||
<th width="7%" align="center">Ïðîñìîòðîâ</th>
|
||||
<th width="22%" align="left" nowrap="nowrap">Ïîñëåäíåå ñîîáùåíèå</th>
|
||||
[selected]<th align="center"> </th>[/selected]
|
||||
</tr>
|
||||
{topics}
|
||||
<tr>
|
||||
<td colspan="8" class="row2">{info}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="8" class="row1"><div style="float:left;">[fast-search]<input type="text" name="search_text"/"> <input name="submit" type="submit" class="button" value=">>>"/>[/fast-search]</div><div align="right">[moderation]{moderation} <input name="gomod" type="submit" class="button" value="Ok"/>[/moderation]</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="8" class="catend"><!-- äîëæíî áûòü ïóñòî --></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
{navigation}
|
||||
[online]
|
||||
<div class="borderwrap" style="padding:1px;">
|
||||
<div class="formsubtitle" style="padding:5px;"><strong>{all_count}</strong>÷åë. ÷èòàþò ýòîò ôîðóì (ãîñòåé: {guest_count})</div>
|
||||
<div class="row1" style="padding:5px;">Ïîëüçîâàòåëåé: <strong>{member_count}</strong> {member_list}</div>
|
||||
</div>
|
||||
<br />
|
||||
[/online]
|
||||
|
||||
<div class="activeusers">
|
||||
<div class="row2">
|
||||
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
|
||||
<tr>
|
||||
<td width="240" valign="top" class="row2"><img src="{THEME}/forum/images/dlet_norm.gif" width="19" height="15" border="0" alt="Îòêðûòàÿ òåìà (åñòü íîâûå îòâåòû)" /> Îòêðûòàÿ òåìà (åñòü íîâûå îòâåòû)<br />
|
||||
<img src="{THEME}/forum/images/dlet_norm_no.gif" width="19" height="15" border="0" alt="Îòêðûòàÿ òåìà (íåò íîâûõ îòâåòîâ)" /> Îòêðûòàÿ òåìà (íåò íîâûõ îòâåòîâ)<br />
|
||||
<img src="{THEME}/forum/images/dlet_hot.gif" width="19" height="15" border="0" alt="Ãîðÿ÷àÿ òåìà (åñòü íîâûå îòâåòû)" /> Ãîðÿ÷àÿ òåìà (åñòü íîâûå îòâåòû)<br />
|
||||
<img src="{THEME}/forum/images/dlet_hot_no.gif" width="19" height="15" border="0" alt="Ãîðÿ÷àÿ òåìà (íåò íîâûõ îòâåòîâ)" /> Ãîðÿ÷àÿ òåìà (íåò íîâûõ îòâåòîâ)</td>
|
||||
<td valign="top" class="row2"><img src="{THEME}/forum/images/dlet_poll.gif" width="19" height="15" border="0" alt="Îïðîñ (åñòü íîâûå ãîëîñà)" /> Îïðîñ (åñòü íîâûå ãîëîñà)<br />
|
||||
<img src="{THEME}/forum/images/dlet_poll_no.gif" width="19" height="15" border="0" alt="Îïðîñ (íåò íîâûõ ãîëîñîâ)" /> Îïðîñ (íåò íîâûõ ãîëîñîâ)<br />
|
||||
<img src="{THEME}/forum/images/dlet_closed.gif" width="14" height="14" border="0" alt="Çàêðûòàÿ òåìà" /> Çàêðûòàÿ òåìà</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
7
templates/default/forum/forums.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<tr>
|
||||
<td align="center" width="1%" class="row2">{status}</td>
|
||||
<td align="left" class="row2"><strong>{name}</strong> (<a href="{forum_id_rss}"><font color=orange><b>RSS</b></font></a>)<br /><span class="forumdesc">{description}<strong>{forums}</strong><i>{moderators}</i></span></td>
|
||||
<td align="center" class="row1">{topics}</td>
|
||||
<td align="center" class="row1">{post}</td>
|
||||
<td align="left" class="row1" nowrap="nowrap"><span class="lastaction">{last}</span></td>
|
||||
</tr>
|
||||
BIN
templates/default/forum/images/Thumbs.db
Normal file
BIN
templates/default/forum/images/b_forum.gif
Normal file
|
After Width: | Height: | Size: 323 B |
BIN
templates/default/forum/images/closed.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/default/forum/images/closed_topic.gif
Normal file
|
After Width: | Height: | Size: 91 B |
BIN
templates/default/forum/images/dlet_action_down.gif
Normal file
|
After Width: | Height: | Size: 100 B |
BIN
templates/default/forum/images/dlet_closed.gif
Normal file
|
After Width: | Height: | Size: 91 B |
BIN
templates/default/forum/images/dlet_delete.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/default/forum/images/dlet_edit.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/default/forum/images/dlet_headerback.gif
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
templates/default/forum/images/dlet_hot.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/dlet_hot_no.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/dlet_logo.gif
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
templates/default/forum/images/dlet_mq_add.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/default/forum/images/dlet_norm.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/dlet_norm_no.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/dlet_poll.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/dlet_poll_no.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/dlet_quote.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/default/forum/images/dlet_report.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/default/forum/images/dlet_stats.gif
Normal file
|
After Width: | Height: | Size: 478 B |
BIN
templates/default/forum/images/dlet_sub.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default/forum/images/dlet_tile_cat.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
templates/default/forum/images/dlet_up.gif
Normal file
|
After Width: | Height: | Size: 695 B |
BIN
templates/default/forum/images/f_new.gif
Normal file
|
After Width: | Height: | Size: 492 B |
BIN
templates/default/forum/images/f_nonew.gif
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
templates/default/forum/images/fc_new.gif
Normal file
|
After Width: | Height: | Size: 508 B |
BIN
templates/default/forum/images/fc_nonew.gif
Normal file
|
After Width: | Height: | Size: 547 B |
BIN
templates/default/forum/images/hidden.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
templates/default/forum/images/hot_topic.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/hot_topic_no.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/k.JPG
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/default/forum/images/lastpost.gif
Normal file
|
After Width: | Height: | Size: 61 B |
BIN
templates/default/forum/images/logo.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
templates/default/forum/images/nav.gif
Normal file
|
After Width: | Height: | Size: 113 B |
BIN
templates/default/forum/images/nav_m.gif
Normal file
|
After Width: | Height: | Size: 53 B |
BIN
templates/default/forum/images/new_topic.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
templates/default/forum/images/options.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default/forum/images/p_delete.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/default/forum/images/p_edit.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/default/forum/images/p_mq_add.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/default/forum/images/q.JPG
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/default/forum/images/rating.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/default/forum/images/rep_m.gif
Normal file
|
After Width: | Height: | Size: 136 B |
BIN
templates/default/forum/images/rep_minus.gif
Normal file
|
After Width: | Height: | Size: 122 B |
BIN
templates/default/forum/images/rep_p.gif
Normal file
|
After Width: | Height: | Size: 140 B |
BIN
templates/default/forum/images/rep_plus.gif
Normal file
|
After Width: | Height: | Size: 143 B |
BIN
templates/default/forum/images/reply.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |