Авторизуйтесь по паролю
follor 14.07.2014 Общие вопросы, Общие вопросы по вёрстке, Ламерские вопросы 3263
follor - 2015-05-0814 июля 2014 03:08 - #31745
<form method="post" action="" name="searchform"> <input type="hidden" name="do" value="search" /> <input type="hidden" name="subaction" value="search" /> <input id="story" name="story" type="text" /> <input type="submit" value="" /> <div class="clear"></div> </form>
follor - 2015-05-0814 июля 2014 03:13 - #31746
[searchposts][fullresult] <article class="shortart"> <div class="wrapshart"> <div class="rightshart"> <div class="artinfo"> {date} </div> <h2>[full-link]{title}[/full-link]</h2> {short-story limit="200"} <div class="clear"></div> </div> </div> <div class="leftshart" style="background-image: url({image-1});">[full-link][/full-link]</div> <div class="clear"></div> </article>[/fullresult][shortresult] <article class="shortart"> <div class="wrapshart"> <div class="rightshart"> <div class="artinfo"> {date} </div> <h2>[full-link]{title}[/full-link]</h2> {short-story limit="200"} <div class="clear"></div> </div> </div> <div class="leftshart" style="background-image: url({image-1});">[full-link][/full-link]</div> <div class="clear"></div> </article>[/shortresult][/searchposts]
follor - 2015-05-0814 июля 2014 03:14 - #31747
[searchcomments][fullresult]<section class="user-comment"> <div class="comment-caption"><strong>Комментарий</strong>: {date} [full-link]{title}[/full-link]</div> <div class="wrapcomm"> <div class="rightcomm"> <div>Написал: {author} </div> <div>На сайте с: {registration}</div> <div>ICQ: {icq}</div> </div> </div> <div class="leftcomm"> <img src="{foto}" alt=""/> </div> <div class="clear"></div> <div class="comment-content">{text}</div> </section>[/fullresult][shortresult]<section class="user-comment"> <div class="comment-caption"><strong>Комментарий</strong>: {date} [full-link]{title}[/full-link]</div> <div class="wrapcomm"> <div class="rightcomm"> <div>Написал: {author} </div> <div>На сайте с: {registration}</div> <div>ICQ: {icq}</div> </div> </div> <div class="leftcomm"> <img src="{foto}" alt=""/> </div> <div class="clear"></div> <div class="comment-content">{text}</div> </section>[/shortresult][/searchcomments]
Sander - 2015-05-0814 июля 2014 11:43 - #31753
<form name="searchform" method="post"> <input type="hidden" name="do" value="search" /> <input type="hidden" name="subaction" value="search" /> <input id="story" name="story" value="Поиск..." type="text" /> <input type="submit" value="Искать" /></form>
follor - 2015-05-0814 июля 2014 11:55 - #31754
header('Location: ' . $config['http_home_url'] );
header("Location: ".($config['allow_alt_url'] ? $config['http_home_url'] .'user/'.urlencode($member_id['name']).'/' : $PHP_SELF.'?subaction=userinfo&user='.urlencode($member_id['name'])));
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;