BitTorrent Трекер RusTrek.ru http://5.45.70.241/ |
|
Удаление http://5.45.70.241/viewtopic.php?f=817&t=15990 |
Страница 1 из 1 |
Автор: | locer [ 2011-07-03 20:09 ] |
Заголовок сообщения: | Удаление |
Всем привет. В старых ревизиях кнопка удаления была в первом сообщении, а сейчас её там нету, удалить можно все сообщения кроме первого. Как сделать чтобы можно было удалить первое сообщение? Помогите пожалуйста. |
Автор: | oartemka178 [ 2011-07-03 23:21 ] |
Заголовок сообщения: | |
не замечал такого, кидай виевтопик сюда, посмотрим как обойти |
Автор: | locer [ 2011-07-04 05:16 ] |
Заголовок сообщения: | |
Код: <!-- IF LOGGED_IN --> <style type="text/css"> <!-- IF HIDE_FLAGS -->.flag img { display: none; }<!-- ENDIF --> <!-- IF HIDE_AVATAR -->.avatar { display: none; }<!-- ENDIF --> <!-- IF HIDE_RANK_IMG -->.rank_img { display: none; }<!-- ENDIF --> <!-- IF HIDE_POST_IMG -->img.postImg, div.postImg-wrap { display: none; }<!-- ENDIF --> <!-- IF HIDE_SMILE -->.smile { display: none; }<!-- ENDIF --> <!-- IF HIDE_SIGNATURE -->.signature { display: none; }<!-- ENDIF --> </style> <!-- IF SPOILER_OPENED --> <script type="text/javascript"> $(document).ready(function(){ $('div.sp-head').click(); }); </script> <!-- ENDIF --> <!-- ENDIF / LOGGED_IN --> <!-- IF SPLIT_FORM --> <script type="text/javascript"> function set_hid_chbox (id) { $('#del_split_row').show(); // set checkbox value $('#cb_'+id).val( $('#cb_'+id).val() == id ? 0 : id ); // highlight selected post $('#post_'+id+' td').toggleClass('hl-selected-post'); return false; } </script> <!-- ENDIF / SPLIT_FORM --> <script type="text/javascript"> f_list = false; function user_stats(pid, uid) { f_list = false; $('#user_stats_' + pid).toggle(); if (!f_list) ajax.user_stats(pid, uid); return false; } ajax.user_stats = function(pid, uid) { ajax.exec({ action : 'user_stats', user_id : uid, post_id : pid }); }; ajax.callback.user_stats = function(data){ $('#user_stats_'+data.post_id+' td').html(data.html); f_list = true; }; </script> <div class="spacer_6"></div> <h1 class="maintitle"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h1> <!-- IF PAGINATION --> <p class="small" style="padding: 1px 6px 5px;"><b>{PAGINATION}</b></p> <!-- ENDIF --> <table cellpadding="0" class="w100"> <tr> <td valign="bottom"> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{T_POST_REPLY}" /></a> </td> <td class="nav w100" style="padding-left: 8px;"> <a href="{U_INDEX}">{T_INDEX}</a> <!-- IF HAS_PARENT_FORUM --> <em>»</em> <a href="{PARENT_FORUM_HREF}">{PARENT_FORUM_NAME}</a><!-- ENDIF --> <em>»</em> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> </td> </tr> </table> <!-- IF SHOW_DL_LIST || SHOW_TOR_ACT --><!-- INCLUDE viewtopic_torrent.tpl --><!-- ENDIF --> <!-- IF TOPIC_HAS_POLL --><!-- INCLUDE viewtopic_poll.tpl --><!-- ENDIF --> <table class="w100 border bw_TRL" cellpadding="0" cellspacing="0"> <tr> <td class="cat pad_2"> <table cellspacing="0" cellpadding="0" class="borderless w100"> <tr> <!-- IF AUTH_MOD --> <td class="small bold nowrap" style="padding: 0px 0px 0px 4px;"> <!-- IF IN_MODERATION -->{L_MODERATE_TOPIC}<!-- ELSE --><a href="{PAGE_URL}&mod=1&start={PAGE_START}" class="small bold">{L_MODERATE_TOPIC}</a><!-- ENDIF --> </td> <!-- IF SELECT_PPP --> <td class="med" style="padding: 0px 4px 2px 4px;">|</td> <td class="small nowrap" style="padding: 0px 0px 0px 0px;">{L_SELECT_PPP}</td> <td class="small nowrap" style="padding: 0px 0px 0px 3px;"> <form id="ppp" action="{PAGE_URL_PPP}" method="post">{SELECT_PPP}</form> </td> <!-- ENDIF / SELECT_PPP --> <!-- ENDIF / AUTH_MOD --> <td class="small bold nowrap tRight" width="100%"> <!-- IF LOGGED_IN --> <a class="small" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <a class="menu-root" href="#topic-options">{L_DISPLAYING_OPTIONS}</a> <!-- ENDIF / LOGGED_IN --> </td> <td class="nowrap" style="padding: 0px 4px 2px 4px;"> <form action="search.php?t={TOPIC_ID}&dm=1&s=1" method="post" onsubmit="var txt=$('#search-text').val(); return !(txt=='{L_SEARCH_IN_TOPIC}' || !txt);"> <input id="search-text" type="text" name="nm" value="{L_SEARCH_IN_TOPIC}" class="hint" style="width: 150px;" /> <input type="submit" class="bold" value="»" style="width: 30px;" /> </form> </td> </tr> </table> </td> </tr> </table> <!-- IF LOGGED_IN --> <div class="menu-sub" id="topic-options"> <table cellspacing="1" cellpadding="4"> <tr> <th>{L_DISPLAYING_OPTIONS}</th> </tr> <tr> <td> <fieldset id="show-only"> <legend>{L_HIDE_IN_TOPIC}</legend> <div class="med pad_4"> <label> <input type="checkbox" <!-- IF HIDE_FLAGS -->{CHECKED}<!-- ENDIF --><!-- IF HIDE_FLAGS_DIS -->{DISABLED}<!-- ENDIF --> onclick="user.set('h_flag', this.checked ? 1 : 0);" />{L_FLAGS} </label> <label> <input type="checkbox" <!-- IF HIDE_AVATAR -->{CHECKED}<!-- ENDIF --> onclick="user.set('h_av', this.checked ? 1 : 0);" />{L_AVATARS} </label> <label> <input type="checkbox" <!-- IF HIDE_RANK_IMG -->{CHECKED}<!-- ENDIF --><!-- IF HIDE_RANK_IMG_DIS -->{DISABLED}<!-- ENDIF --> onclick="user.set('h_rnk_i', this.checked ? 1 : 0);" />{L_RANK_IMAGES} </label> <label> <input type="checkbox" <!-- IF HIDE_POST_IMG -->{CHECKED}<!-- ENDIF --> onclick="user.set('h_post_i', this.checked ? 1 : 0);" />{L_POST_IMAGES} </label> <label> <input type="checkbox" <!-- IF HIDE_SMILE -->{CHECKED}<!-- ENDIF --> onclick="user.set('h_smile', this.checked ? 1 : 0);" />{L_SMILIES} </label> <label> <input type="checkbox" <!-- IF HIDE_SIGNATURE -->{CHECKED}<!-- ENDIF --> onclick="user.set('h_sig', this.checked ? 1 : 0);" />{L_SIGNATURES} </label> </div> </fieldset> <div class="spacer_4"></div> <fieldset id="spoiler-opt"> <legend>{L_SPOILER}</legend> <div class="med pad_4"> <p> <label> <input type="checkbox" <!-- IF SPOILER_OPENED -->{CHECKED}<!-- ENDIF --> onclick="user.set('sp_op', this.checked ? 1 : 0);" />{L_SHOW_OPENED} </label> </p> </div> </fieldset> </td> </tr> <tr> <td class="cat tCenter pad_4"><input type="button" value="{L_DO_SUBMIT}" style="width: 100px;" onclick="window.location.reload();" /></td> </tr> </table> </div><!--/topic-options--> <!-- ENDIF / LOGGED_IN --> <table class="topic" id="topic_main" cellpadding="0" cellspacing="0"> <tr> <th class="thHead td1">{L_AUTHOR}</th> <th class="thHead td2">{L_MESSAGE}</th> </tr> <!-- BEGIN postrow --> <tbody id="post_{postrow.POST_ID}" class="{postrow.ROW_CLASS}"> <tr> <td class="poster_info td1"><a name="{postrow.POST_ID}"></a><!-- IF postrow.IS_NEWEST --><a name="newest"></a><!-- ENDIF --> <!-- IF postrow.POSTER_BOT --> <!-- IF SHOW_BOT_NICK --><p class="nick">{postrow.POSTER_NAME}</p><!-- ENDIF --> <p class="avatar">{postrow.POSTER_AVATAR}</p> <!-- ELSE --> <!-- IF QUICK_REPLY --> <p class="nick" title="{L_INS_NAME_TIP}" onmouseout="bbcode.refreshSelection(false);" onmouseover="bbcode.refreshSelection(true);" onclick="bbcode.onclickPoster('{postrow.POSTER_NAME_JS}');"> <a href="#" onclick="return false;">{postrow.POSTER_NAME}</a> </p> <!-- ELSE --> <p class="nick">{postrow.POSTER_NAME}</p> <!-- ENDIF --> <!-- IF postrow.POSTER_RANK --><p class="rank_txt">{postrow.POSTER_RANK}</p><!-- ENDIF --> <!-- IF postrow.RANK_IMAGE --><p class="rank_img">{postrow.RANK_IMAGE}</p><!-- ENDIF --> <!-- IF postrow.POSTER_AVATAR --><p class="avatar">{postrow.POSTER_AVATAR}</p><!-- ENDIF --> <p>{postrow.POSTER_GENDER}</p> <p>{postrow.USERSPEED}</p> <!-- IF postrow.POSTER_JOINED --><p class="joined" title="{postrow.POSTER_JOINED_DATE}"><em>{L_LONGEVITY}:</em> {postrow.POSTER_JOINED}</p><!-- ENDIF --> <!-- IF postrow.POSTER_POSTS --><p class="posts"><em>{L_POSTS}:</em> {postrow.POSTER_POSTS}</p><!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><p class="from"><em>{L_LOCATION}:</em> {postrow.POSTER_FROM}</p><!-- ENDIF --> <!-- IF postrow.POSTER_PROV --><p class="prov"><em>{L_PROV}:</em> {postrow.POSTER_PROV}</p><!-- ENDIF --> <!-- IF postrow.POSTER_FROM_FLAG --><p class="flag">{postrow.POSTER_FROM_FLAG}</p><!-- ENDIF --> <div> <table class="tCenter w100"> <td title="Нажмите для просмотра"><span class="clickable small" style="margin: 5px 0 4px;" onclick="user_stats({postrow.POST_ID}, {postrow.POSTER_ID})"><b title="Нажмите для просмотра">Торрент-статистика</b></span></td> </table> <span id="user_stats_{postrow.POST_ID}" style="display:none"><table class="tCenter w100"><td class="row1"><b>Загрузка...</b></td></table></span> </div> <!-- ENDIF --> <p><img src="{SPACER}" width="{TOPIC_LEFT_COL_SPACER_WITDH}" height="<!-- IF postrow.POSTER_AVATAR || postrow.POSTER_FROM_FLAG || postrow.RANK_IMAGE -->2<!-- ELSE -->30<!-- ENDIF -->" border="0" alt="" /></p> </td> <td class="message td2" rowspan="2"> <div class="post_head"> <p style="float: left;<!-- IF TEXT_BUTTONS --> padding: 4px 0 3px;<!-- ELSE --> padding-top: 5px;<!-- ENDIF -->"> <!-- IF postrow.IS_UNREAD -->{MINIPOST_IMG_NEW}<!-- ELSE -->{MINIPOST_IMG}<!-- ENDIF --> <a class="small" href="{POST_URL}{postrow.POST_ID}#{postrow.POST_ID}" title="{L_POST_LINK}">{postrow.POST_DATE}</a> <!-- IF postrow.POSTED_AFTER --> <span class="posted_since">({L_POSTED_AFTER} {postrow.POSTED_AFTER})</span> <!-- ENDIF --> </p> <!-- IF postrow.MOD_CHECKBOX --><input type="checkbox" class="select_post" onclick="set_hid_chbox('{postrow.POST_ID}');"><!-- ENDIF --> <p style="float: right;<!-- IF TEXT_BUTTONS --> padding: 3px 2px 4px;<!-- ELSE --> padding: 1px 6px 2px;<!-- ENDIF -->" class="post_btn_1"> <!-- IF postrow.QUOTE --><a class="txtb" href="{QUOTE_URL}{postrow.POST_ID}">{QUOTE_IMG}</a>{POST_BTN_SPACER}<!-- ENDIF --> <!-- IF postrow.EDIT --><a class="txtb" href="{EDIT_POST_URL}{postrow.POST_ID}">{EDIT_POST_IMG}</a>{POST_BTN_SPACER}<!-- ENDIF --> <!-- IF postrow.DELETE --><a class="txtb" href="{DELETE_POST_URL}{postrow.POST_ID}">{DELETE_POST_IMG}</a>{POST_BTN_SPACER}<!-- ENDIF --> <!-- IF postrow.IP --><a class="txtb" href="{IP_POST_URL}{postrow.POST_ID}&t={TOPIC_ID}">{IP_POST_IMG}</a>{POST_BTN_SPACER}<!-- ENDIF --> {postrow.REPORT}{POST_BTN_SPACER} <!-- IF AUTH_MOD --> <!-- IF not IN_MODERATION --><a class="txtb" href="{PAGE_URL}&mod=1&start={PAGE_START}#{postrow.POST_ID}">{MOD_POST_IMG}</a>{POST_BTN_SPACER}<a class="txtb" href="/ban.php?mode=ban&u={postrow.POSTER_ID}&p={postrow.POST_ID}">{BAN_USER_IMG}</a>{POST_BTN_SPACER}<!-- ENDIF --> <!-- ENDIF --> </p> <div class="clear"></div> </div> <div class="post_wrap"> <div class="post_body">{postrow.MESSAGE}{postrow.ATTACHMENTS}</div><!--/post_body--> <!-- IF postrow.SIGNATURE --><span class="signature">{postrow.SIGNATURE}</span><!-- ENDIF --> <!-- IF postrow.EDITED_MESSAGE --><div class="last_edited">{postrow.EDITED_MESSAGE}</div><!-- ENDIF --> </div><!--/post_wrap--> </td> </tr> <tr> <td class="poster_btn td3"> <!-- IF postrow.POSTER_BOT || not postrow.PROFILE --> <!-- ELSE --> <div style="<!-- IF TEXT_BUTTONS --> padding: 2px 6px 4px;<!-- ELSE --> padding: 2px 3px;<!-- ENDIF -->" class="post_btn_2"> {postrow.POSTER_ONLINE} <a class="txtb" href="{PROFILE_URL}{postrow.POSTER_ID}">{PROFILE_IMG}</a>{POST_BTN_SPACER} <a class="txtb" href="{PM_URL}{postrow.POSTER_ID}">{PM_IMG}</a>{POST_BTN_SPACER} </div> <!-- ENDIF --> </td> </tr> </tbody> <!-- END postrow --> <!-- IF SPLIT_FORM --> <tbody> <tr id="del_split_row" class="row5" style="display: none;"> <td colspan="2" class="med pad_4 td2"> <form method="post" action="{S_SPLIT_ACTION}"> <input type="hidden" name="redirect" value="modcp.php?t={TOPIC_ID}&mode=split" /> <input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}" /> <input type="hidden" name="{POST_TOPIC_URL}" value="{TOPIC_ID}" /> <input type="hidden" name="start" value="{START}" /> <input type="hidden" name="mode" value="split" /> <!-- BEGIN postrow --> <input type="hidden" name="post_id_list[]" id="cb_{postrow.POST_ID}" /> <!-- END postrow --> <table class="bordered bCenter"> <tr> <td class="row1">{L_NEW_TOPIC_TITLE}</td> <td class="row2"><input class="post" type="text" size="35" style="width: 500px" maxlength="120" name="subject" /></td> </tr> <tr> <td class="row1">{L_FORUM_FOR_NEW_TOPIC}</td> <td class="row2">{S_FORUM_SELECT}</td> </tr> <tr> <td colspan="2" class="row2 tCenter"> <label><input type="checkbox" name="after_split_to_old" checked="checked" /> {L_BOT_AFTER_SPLIT_TO_OLD}</label> <label><input type="checkbox" name="after_split_to_new" checked="checked" /> {L_BOT_AFTER_SPLIT_TO_NEW}</label> </td> </tr> <tr> <td colspan="2" align="center" class="row3"> <input type="submit" name="delete_posts" id="del" value="{L_DELETE_POSTS}" disabled="disabled" onclick="return window.confirm('{L_DELETE_POSTS}?');" /> <input type="submit" name="split_type_all" id="spl_all" value="{L_SPLIT_POSTS}" disabled="disabled" onclick="return window.confirm('{L_SPLIT_POSTS}?');" /> <input type="submit" name="split_type_beyond" id="spl_b" value="{L_SPLIT_AFTER}" disabled="disabled" onclick="return window.confirm('{L_SPLIT_AFTER}?');" /> <label for="spl_cnf"> {L_CONFIRM} <input id="spl_cnf" type="checkbox" name="confirm" value="1" onclick=" toggle_disabled('del', this.checked); toggle_disabled('spl_all', this.checked); toggle_disabled('spl_b', this.checked); " /> </label> </td> </tr> </table> </form> </td> </tr> </tbody> <!-- ENDIF / SPLIT_FORM --> </table><!--/topic_main--> <!-- IF HIDE_POST_IMG --><script type="text/javascript">$('img.postImg').remove();</script><!-- ENDIF --> <!-- IF HIDE_SMILE --><script type="text/javascript">$('img.smile').remove();</script><!-- ENDIF --> <table id="pagination" class="topic" cellpadding="0" cellspacing="0"> <tr> <td class="nav pad_6 {PG_ROW_CLASS}"> <p style="float: left">{PAGE_NUMBER}</p> <p style="float: right">{PAGINATION}</p> </td> </tr> </table><!--/pagination--> <!-- IF QUICK_REPLY --> <form action="{QR_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this);"> <input type="hidden" name="mode" value="reply" /> <input type="hidden" name="t" value="{QR_TOPIC_ID}" /> <table id="topic_quick_reply" class="topic" cellpadding="0" cellspacing="0"> <tr> <th class="thHead gen"><b>{L_QUICK_REPLY}</b></th> </tr> <tr> <td class="td2 row2 tCenter"> <div class="quick_reply_box bCenter"> <!-- IF not LOGGED_IN --> <p class="mrg_6"><b>{L_QR_USERNAME}: </b><input type="text" name="username" size="20" maxlength="25" /></p> <!-- ENDIF --> <div class="spacer_2"></div> <!-- INCLUDE posting_editor.tpl --> <div class="spacer_2"></div> </div> </td> </tr> <tr id="post_opt" class="row2"> <td class="td2 med tCenter pad_4"> {L_QR_DISABLE}: <label><input type="checkbox" name="disable_bbcode" <!-- IF not $bb_cfg['allow_bbcode'] -->checked="checked" disabled="disabled"<!-- ENDIF --> /> BBCode </label> <label><input type="checkbox" name="disable_smilies" <!-- IF not $bb_cfg['allow_smilies'] -->checked="checked" disabled="disabled"<!-- ENDIF --> /> Smilies </label> <label><input type="checkbox" name="attach_sig" <!-- IF QR_ATTACHSIG_CHECKED -->checked="checked"<!-- ENDIF --> <!-- IF not LOGGED_IN -->disabled="disabled"<!-- ENDIF --> /> {L_QR_ATTACHSIG} </label> <label><input type="checkbox" name="notify" <!-- IF QR_NOTIFY_CHECKED -->checked="checked"<!-- ENDIF --> <!-- IF not LOGGED_IN -->disabled="disabled"<!-- ENDIF --> /> {L_QR_NOTIFY} </label> </td> </tr> </table><!--/topic_quick_reply--> </form> <!-- ENDIF / QUICK_REPLY --> <table class="topic" cellpadding="0" cellspacing="0"> <tr> <td class="catBottom med"> <form method="post" action="{S_POST_DAYS_ACTION}"> {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} <input type="submit" value="{L_GO}" class="lite" name="submit" /> </form> </td> </tr> </table> <!-- IF PORNO_FORUM --> <script type="text/javascript"> // block Imageshack images $(document).ready(function(){ $("div.post_body") .find("img.postImg[@src*='imageshack']") .attr({ src: "images/smiles/tr_oops.gif", alt: "Прочтите правила выкладывания скриншотов в этом разделе!" }) .wrap('<a href="viewtopic.php?t={$bb_cfg['porno_forums_screenshots_topic_id']}"></a>') .end() .find("a.postLink[@href*='imageshack']") .attr({ href: "viewtopic.php?t={$bb_cfg['porno_forums_screenshots_topic_id']}" }) .text("Прочтите правила выкладывания скриншотов в этом разделе! "); }); </script> <!-- ENDIF --> <table cellpadding="0" class="w100" style="padding-top: 2px;"> <tr> <td valign="top"> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{T_POST_REPLY}" /></a> </td> <td class="nav w100" style="padding-left: 8px;"> <a href="{U_INDEX}">{T_INDEX}</a> <!-- IF HAS_PARENT_FORUM --> <em>»</em> <a href="{PARENT_FORUM_HREF}">{PARENT_FORUM_NAME}</a><!-- ENDIF --> <em>»</em> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> </td> </tr> </table> <!--bottom_info--> <div class="bottom_info"> <div class="jumpbox"></div> <div id="timezone"> <p>{LAST_VISIT_DATE}</p> <p>{CURRENT_TIME}</p> <p>{S_TIMEZONE}</p> </div> <div class="clear"></div> </div><!--/bottom_info--> <table width="100%"> <tr> <td width="40%" valign="top" nowrap="nowrap"><span class="small">{S_WATCH_TOPIC}</span><br /> <div class="small"> <!-- IF S_TOPIC_ADMIN --> <br clear="all" /> <div style="float: left;">{S_TOPIC_ADMIN}</div> <!-- ENDIF --> <!-- IF SHOW_ADMIN_OPTIONS --> <div class="med" style="float: right;"> Admin: <a href="{U_LOGS}">{L_LOGS}</a> </div> <!-- ENDIF --> <!-- IF S_DL_DELETE --> <br clear="all" /> <div style="float: left;">{S_DL_DELETE}</div> <!-- ENDIF --> <br clear="all" /> <div style="float: left;">{S_AUTH_LIST}</div> </div> </td> </tr> </table> Код: <!-- BEGIN attach --> <div class="clear"></div> <div class="spacer_8"></div> <!-- BEGIN denyrow --> <fieldset class="attach"> <legend>{ATTACHMENT_ICON} Attachment</legend> <p class="attach_link denied">{postrow.attach.denyrow.L_DENIED}</p> </fieldset> <div class="spacer_12"></div> <!-- END denyrow --> <!-- BEGIN cat_stream --> <div><img src="{SPACER}" alt="" width="1" height="6" /></div> <table width="95%" border="1" class="attachtable" align="center"> <tr> <td width="100%" colspan="2" class="attachheader" align="center"><b><span class="gen">{postrow.attach.cat_stream.DOWNLOAD_NAME}</span></b></td> </tr> <tr> <td width="15%" class="attachrow"><span class="med"> {L_DESCRIPTION}:</span></td> <td width="75%" class="attachrow"> <table width="100%" cellspacing="4"> <tr> <td class="attachrow"><span class="med">{postrow.attach.cat_stream.COMMENT}</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" class="attachrow"><span class="med"> {L_FILESIZE}:</span></td> <td width="75%" class="attachrow"><span class="med"> {postrow.attach.cat_stream.FILESIZE} {postrow.attach.cat_stream.SIZE_VAR}</td> </tr> <tr> <td width="15%" class="attachrow"><span class="med"> {L_VIEWED}:</span></td> <td width="75%" class="attachrow"><span class="med"> {postrow.attach.cat_stream.DOWNLOAD_COUNT}</span></td> </tr> <tr> <td colspan="2" align="center"><br /> <object id="wmp" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <param name="FileName" value="{postrow.attach.cat_stream.U_DOWNLOAD_LINK}"> <param name="ShowControls" value="1"> <param name="ShowDisplay" value="0"> <param name="ShowStatusBar" value="1"> <param name="AutoSize" value="1"> <param name="AutoStart" value="0"> <param name="Visible" value="1"> <param name="AnimationStart" value="0"> <param name="Loop" value="0"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{postrow.attach.cat_stream.U_DOWNLOAD_LINK}" name=MediaPlayer2 showcontrols=1 showdisplay=0 showstatusbar=1 autosize=1 autostart=0 visible=1 animationatstart=0 loop=0></embed> </object> <br /><br /> </td> </tr> </table> <div><img src="{SPACER}" alt="" width="1" height="6" /></div> <!-- END cat_stream --> <!-- BEGIN cat_swf --> <div><img src="{SPACER}" alt="" width="1" height="6" /></div> <table width="95%" border="1" class="attachtable" align="center"> <tr> <td width="100%" colspan="2" class="attachheader" align="center"><b><span class="gen">{postrow.attach.cat_swf.DOWNLOAD_NAME}</span></b></td> </tr> <tr> <td width="15%" class="attachrow"><span class="med"> {L_DESCRIPTION}:</span></td> <td width="75%" class="attachrow"> <table width="100%" cellspacing="4"> <tr> <td class="attachrow"><span class="med">{postrow.attach.cat_swf.COMMENT}</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" class="attachrow"><span class="med"> {L_FILESIZE}:</span></td> <td width="75%" class="attachrow"><span class="med"> {postrow.attach.cat_swf.FILESIZE} {postrow.attach.cat_swf.SIZE_VAR}</td> </tr> <tr> <td width="15%" class="attachrow"><span class="med"> {L_VIEWED}:</span></td> <td width="75%" class="attachrow"><span class="med"> {postrow.attach.cat_swf.DOWNLOAD_COUNT}</span></td> </tr> <tr> <td colspan="2" align="center"><br /> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="{postrow.attach.cat_swf.WIDTH}" height="{postrow.attach.cat_swf.HEIGHT}"> <param name=movie value="{postrow.attach.cat_swf.U_DOWNLOAD_LINK}"> <param name=loop value=true> <param name=quality value=high> <param name=scale value=noborder> <param name=wmode value=transparent> <param name=bgcolor value=#000000> <embed src="{postrow.attach.cat_swf.U_DOWNLOAD_LINK}" loop=true quality=high scale=noborder wmode=transparent bgcolor=#000000 width="{postrow.attach.cat_swf.WIDTH}" height="{postrow.attach.cat_swf.HEIGHT}" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object><br /><br /> </td> </tr> </table> <div><img src="{SPACER}" alt="" width="1" height="6" /></div> <!-- END cat_swf --> <!-- BEGIN cat_images --> <fieldset class="attach"> <legend>{ATTACHMENT_ICON} Attachment ({postrow.attach.cat_images.FILESIZE} {postrow.attach.cat_images.SIZE_VAR})</legend> <p class="tCenter pad_6"> <img src="{postrow.attach.cat_images.IMG_SRC}" id="attachImg" class="postImg" alt="img" border="0" /> </p> <!-- IF postrow.attach.cat_images.COMMENT --> <p class="tCenter med lh_110"> {postrow.attach.cat_images.COMMENT} </p> <!-- ENDIF --> </fieldset> <div class="spacer_12"></div> <!-- END cat_images --> <!-- BEGIN cat_thumb_images --> <fieldset class="attach"> <legend>{ATTACHMENT_ICON} Attachment Thumbnail</legend> <p class="attach_link"> <a href="{postrow.attach.cat_thumb_images.IMG_SRC}" target="_blank"><img src="{postrow.attach.cat_thumb_images.IMG_THUMB_SRC}" alt="{postrow.attach.cat_thumb_images.DOWNLOAD_NAME}" border="0" /></a> </p> <p class="attach_link"> <a href="{postrow.attach.cat_thumb_images.IMG_SRC}" target="_blank"><b>{postrow.attach.cat_thumb_images.DOWNLOAD_NAME}</b></a> <span class="attach_stats med">({postrow.attach.cat_thumb_images.FILESIZE} {postrow.attach.cat_thumb_images.SIZE_VAR})</span> </p> <!-- IF postrow.attach.cat_thumb_images.COMMENT --> <p class="attach_comment med"> {postrow.attach.cat_thumb_images.COMMENT} </p> <!-- ENDIF --> </fieldset> <div class="spacer_12"></div> <!-- END cat_thumb_images --> <!-- BEGIN attachrow --> <fieldset class="attach"> <legend>{postrow.attach.attachrow.S_UPLOAD_IMAGE} Attachment</legend> <p class="attach_link"> <a href="{postrow.attach.attachrow.U_DOWNLOAD_LINK}" {postrow.attach.attachrow.TARGET_BLANK}><b>{postrow.attach.attachrow.DOWNLOAD_NAME}</b></a> <span class="attach_stats med">({postrow.attach.attachrow.FILESIZE} {postrow.attach.attachrow.SIZE_VAR}, {L_DOWNLOADED}: {postrow.attach.attachrow.DOWNLOAD_COUNT})</span> </p> <!-- IF postrow.attach.attachrow.COMMENT --> <p class="attach_comment med"> {postrow.attach.attachrow.COMMENT} </p> <!-- ENDIF --> </fieldset> <div class="spacer_12"></div> <!-- END attachrow --> <!-- BEGIN tor_not_reged --> <table class="attach bordered med"> <tr class="row3"> <th colspan="3">{postrow.attach.tor_not_reged.DOWNLOAD_NAME}</th> </tr> <tr class="row1"> <td width="15%">{L_TRACKER}:</td> <td width="70%">{postrow.attach.tor_not_reged.TRACKER_LINK}</td> <td width="15%" rowspan="3" class="tCenter pad_6"> <p>{postrow.attach.tor_not_reged.S_UPLOAD_IMAGE}</p> <p>{L_DOWNLOAD}</p> <p class="small">{postrow.attach.tor_not_reged.FILESIZE}</p> </td> </tr> <tr class="row1"> <td>{L_ADDED}:</td> <td>{postrow.attach.tor_not_reged.POSTED_TIME}</td> </tr> <tr class="row1"> <td>{L_DOWNLOADED}:</td> <td>{postrow.attach.tor_not_reged.DOWNLOAD_COUNT} <!-- IF SHOW_DL_LIST_LINK --> [ <a href="{DL_LIST_HREF}" class="med">{L_SHOW_DL_LIST}</a> ] <!-- ENDIF --></td> </tr> <!-- BEGIN comment --> <tr class="row1 tCenter"> <td colspan="3">{postrow.attach.tor_not_reged.comment.COMMENT}</td> </tr> <!-- END comment --> <tr class="row3 tCenter"> <td colspan="3"> <!-- IF TOR_CONTROLS --> <form method="POST" action="{TOR_ACTION}"> <input type="hidden" name="id" value="{postrow.attach.tor_not_reged.ATTACH_ID}" /> <select name="tor_action" id="tor-select-{postrow.attach.tor_not_reged.ATTACH_ID}" onchange="$('#tor-confirm-{postrow.attach.tor_not_reged.ATTACH_ID}').attr('checked', 0); $('#tor-submit-{postrow.attach.tor_not_reged.ATTACH_ID}').attr('disabled', 1)"> <option value="" selected="selected" class="select-action">» {L_SELECT_ACTION}</option> <option value="del_torrent">{L_DELETE_TORRENT}</option> <option value="del_torrent_move_topic">{L_DEL_MOVE_TORRENT}</option> </select> <label> <input name="confirm" id="tor-confirm-{postrow.attach.tor_not_reged.ATTACH_ID}" type="checkbox" value="1" onclick="if( $('#tor-select-{postrow.attach.tor_not_reged.ATTACH_ID}')[0].selectedIndex != 0 ){ $('#tor-submit-{postrow.attach.tor_not_reged.ATTACH_ID}').attr('disabled', !this.checked); } else { return false; }" /> {L_CONFIRM} </label> <input name="" id="tor-submit-{postrow.attach.tor_not_reged.ATTACH_ID}" type="submit" value="{L_DO_SUBMIT}" class="liteoption" style="width: 110px;" disabled="disabled" /> </form> <!-- ENDIF --> </td> </tr> </table> <div class="spacer_12"></div> <!-- END tor_not_reged --> <!-- BEGIN tor_reged --> <!-- IF TOR_BLOCKED --> <table id="tor_blocked" class="error"> <tr><td><p class="error_msg">{TOR_BLOCKED_MSG}</p></td></tr> </table> <div class="spacer_12"></div> <!-- ELSE --> <!-- IF SHOW_RATIO_WARN --> <table id="tor_blocked" class="error"> <tr><td><p class="error_msg">{RATIO_WARN_MSG}</p></td></tr> </table> <div class="spacer_12"></div> <!-- ENDIF --> <table class="attach bordered med"> <tr class="row3"> <th colspan="3" class="{postrow.attach.tor_reged.DL_LINK_CLASS}">{postrow.attach.tor_reged.DOWNLOAD_NAME}<!-- IF postrow.attach.tor_reged.TOR_FROZEN == 0 --><!-- IF MAGNET_LINKS --> {postrow.attach.tor_reged.MAGNET}<!-- ENDIF --><!-- ENDIF --></th> </tr> <!-- IF postrow.attach.tor_reged.TOR_SILVER_GOLD == 2 --> <tr class="row4"> <th colspan="3" class="row7"><img src="images/tor_silver.gif" width="16" height="15" title="{L_SILVER}" /> {L_SILVER_STATUS} <img src="images/tor_silver.gif" width="16" height="15" title="{L_SILVER}" /></th> </tr> <!-- ELSEIF postrow.attach.tor_reged.TOR_SILVER_GOLD == 1 --> <tr class="row4"> <th colspan="3" class="row7"><img src="images/tor_gold.gif" width="16" height="15" title="{L_GOLD}" /> {L_GOLD_STATUS} <img src="images/tor_gold.gif" width="16" height="15" title="{L_GOLD}" /></th> </tr> <!-- ENDIF --> <tr class="row1"> <td width="15%">{L_TRACKER}:</td> <td width="70%"> {postrow.attach.tor_reged.TRACKER_LINK} [ <span title="{postrow.attach.tor_reged.REGED_DELTA}">{postrow.attach.tor_reged.REGED_TIME}</span> ] </td> <td width="15%" rowspan="4" class="tCenter pad_6"> <!-- IF postrow.attach.tor_reged.TOR_FROZEN --> <p>{postrow.attach.tor_reged.S_UPLOAD_IMAGE}</p><p>{L_DOWNLOAD}</p> <!-- ELSE --> <a href="{postrow.attach.tor_reged.U_DOWNLOAD_LINK}" class="{postrow.attach.tor_reged.DL_LINK_CLASS}"> <p>{postrow.attach.tor_reged.S_UPLOAD_IMAGE}</p><p><b>{L_DOWNLOAD}</b></p></a> <!-- ENDIF --> <p class="small">{postrow.attach.tor_reged.FILESIZE}</p> <p class="small"><label><input type="button" style="border: solid 1px;background-color:#FAFAFA;" value="{L_FILELIST}" onclick="$('#tor_info').load('viewtorrent.php?a={postrow.attach.tor_reged.ATTACH_ID}'); $('#tor_info').toggle('normal'); return false;"></label></p> </td> </tr> <tr class="row1"> <td>{L_TOR_STATUS}:</td> <td><!-- IF postrow.attach.tor_reged.TOR_STATUS == 0 --><b><span style="color: purple;">*</span> {L_TOR_STATUS_NOT_CHECKED}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 1 --><b><span style="color: red;">x</span> {L_TOR_STATUS_CLOSED}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 2 --><b><span style="color: green;">√</span> {L_TOR_STATUS_CHECKED}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 3 --><b><span style="color: blue;">D</span> {L_TOR_STATUS_D}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 4 --><b><span style="color: red;">!</span> {L_TOR_STATUS_NOT_PERFECT}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 5 --><b><span style="color: red;">?</span> {L_TOR_STATUS_PART_PERFECT}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 6 --><b><span style="color: green;">#</span> {L_TOR_STATUS_FISHILY}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 7 --><b><span style="color: red;">©</span> {L_TOR_STATUS_COPY}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 8 --><b><span style="color: red;">∑</span> {L_TOR_STATUS_SEQUESTERED}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 9 --><b><span style="color: blue;">%</span> {L_TOR_STATUS_PERCENT}</b><!-- ENDIF --> <!-- IF postrow.attach.tor_reged.TOR_STATUS == 10 --><b><span style="color: blue;">T</span> {L_TOR_STATUS_T}</b><!-- ENDIF --> <span>{postrow.attach.tor_reged.TOR_STATUS_BY}</span> <!-- IF AUTH_MOD --> </br> <form method="POST" action="{TOR_STATUS}"> <input type="hidden" name="id" value="{postrow.attach.tor_reged.ATTACH_ID}" /> <select name="tor_status" id="tor-select-{postrow.attach.tor_reged_.ATTACH_ID}" onchange="$('#tor-status_confirm-{postrow.attach.tor_reged_.ATTACH_ID}').attr('checked', 0); $('#tor-submit-{postrow.attach.tor_reged_.ATTACH_ID}').attr('disabled', 1)"> <option value="" selected="selected" class="select-action">» {L_TOR_STATUS_SELECT_ACTION}</option> <option value="2">{L_TOR_STATUS_CHECKED}</option> <option value="gy">{L_TOR_STATUS_NOT_CHECKED}</option> <option value="1">{L_TOR_STATUS_CLOSED}</option> <option value="3">{L_TOR_STATUS_D}</option> <option value="4">{L_TOR_STATUS_NOT_PERFECT}</option> <option value="5">{L_TOR_STATUS_PART_PERFECT}</option> <option value="6">{L_TOR_STATUS_FISHILY}</option> <option value="7">{L_TOR_STATUS_COPY}</option> <option value="8">{L_TOR_STATUS_SEQUESTERED}</option> <option value="9">{L_TOR_STATUS_PERCENT}</option> <option value="10">{L_TOR_STATUS_T}</option> </select> <label> <input name="status_confirm" id="tor-status_confirm-{postrow.attach.tor_reged_.ATTACH_ID}" type="checkbox" value="1" onclick="if( $('#tor-select-{postrow.attach.tor_reged_.ATTACH_ID}')[0].selectedIndex != 0 ){ $('#tor-submit-{postrow.attach.tor_reged_.ATTACH_ID}').attr('disabled', !this.checked); } else { return false; }" /> {L_CONFIRM} </label> <input name="" id="tor-submit-{postrow.attach.tor_reged_.ATTACH_ID}" type="submit" value="{L_DO_SUBMIT}" class="liteoption" style="width: 110px;" disabled="disabled" /> </form><!-- ENDIF --></td> </tr> <tr class="row1"> <td>{L_COMPLETED}:</td> <td><span title="{L_DOWNLOADED}: {postrow.attach.tor_reged.DOWNLOAD_COUNT}">{postrow.attach.tor_reged.COMPLETED}</span></td> <tr class="row1"> <td>{L_SIZE}:</td> <td>{postrow.attach.tor_reged.TORRENT_SIZE}</td> </tr> <!-- BEGIN comment --> <tr class="row1 tCenter"> <td colspan="3">{postrow.attach.tor_reged.comment.COMMENT}</td> </tr> <!-- END comment --> <tr class="row3 tCenter"> <td colspan="3"> <!-- IF TOR_CONTROLS --> <form method="POST" action="{TOR_ACTION}"> <input type="hidden" name="id" value="{postrow.attach.tor_reged.ATTACH_ID}" /> <select name="tor_action" id="tor-select-{postrow.attach.tor_reged.ATTACH_ID}" onchange="$('#tor-confirm-{postrow.attach.tor_reged.ATTACH_ID}').attr('checked', 0); $('#tor-submit-{postrow.attach.tor_reged.ATTACH_ID}').attr('disabled', 1)"> <option value="" selected="selected" class="select-action">» {L_SELECT_ACTION}</option> <option value="del_torrent">{L_DELETE_TORRENT}</option> <option value="del_torrent_move_topic">{L_DEL_MOVE_TORRENT}</option> <!-- IF AUTH_MOD --> <!-- IF postrow.attach.tor_reged.TOR_SILVER_GOLD == 1 --> <option value="unset_silver_gold">{L_UNSET_GOLD_TORRENT} / {L_UNSET_SILVER_TORRENT}</option> <option value="set_silver">{L_SET_SILVER_TORRENT}</option> <!-- ELSEIF postrow.attach.tor_reged.TOR_SILVER_GOLD == 2 --> <option value="unset_silver_gold">{L_UNSET_GOLD_TORRENT} / {L_UNSET_SILVER_TORRENT}</option> <option value="set_gold">{L_SET_GOLD_TORRENT}</option> <!-- ELSE --> <option value="set_gold">{L_SET_GOLD_TORRENT}</option> <option value="set_silver">{L_SET_SILVER_TORRENT}</option> <!-- ENDIF --> <!-- ENDIF --> </select> <label> <input name="confirm" id="tor-confirm-{postrow.attach.tor_reged.ATTACH_ID}" type="checkbox" value="1" onclick="if( $('#tor-select-{postrow.attach.tor_reged.ATTACH_ID}')[0].selectedIndex != 0 ){ $('#tor-submit-{postrow.attach.tor_reged.ATTACH_ID}').attr('disabled', !this.checked); } else { return false; }" /> {L_CONFIRM} </label> <input name="" id="tor-submit-{postrow.attach.tor_reged.ATTACH_ID}" type="submit" value="{L_DO_SUBMIT}" class="liteoption" style="width: 110px;" disabled="disabled" /> <tr class="row1 tCenter"> <td colspan="3"> <form action="callseed.php?t={TOPIC_ID}" method="post"><input type="submit" value="Позвать скачавших" class="liteoption" /></form> </td> </tr> </tr> </form> <!-- ELSEIF TOR_HELP_LINKS --> {TOR_HELP_LINKS} <!-- ELSE --> <!-- ENDIF --> </td> </tr> </table> <div class="spacer_12"></div> <!-- ENDIF --> <br> <div id="tor_info" style="display: none; padding: 0; margin: 7px 20px;">Загружаем, пожалуйста подождите...</div> <!-- END tor_reged --> <!-- END attach --> |
Автор: | locer [ 2011-07-09 16:59 ] |
Заголовок сообщения: | |
admin Ну так поможешь или что? |
Страница 1 из 1 | Часовой пояс: UTC + 3 часа |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |