mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
r243
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@243 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
a6a0ba1a51
commit
d16338aaa1
10 changed files with 22 additions and 26 deletions
|
@ -44,7 +44,7 @@ if (isset($_REQUEST['submit']))
|
|||
$prune_performed = true;
|
||||
|
||||
$template->assign_block_vars('pruned', array(
|
||||
'ROW_CLASS' => !($i % 2) ? 'prow1' : 'prow2',
|
||||
'ROW_CLASS' => !($i % 2) ? 'row1' : 'row2',
|
||||
'FORUM_NAME' => htmlCHR($row['forum_name']),
|
||||
'PRUNED_TOPICS' => $pruned_topics,
|
||||
));
|
||||
|
|
|
@ -766,9 +766,9 @@ if (!$mode || $show_main_page)
|
|||
//
|
||||
$gen_cat = array();
|
||||
|
||||
$bgr_class_1 = 'prow1';
|
||||
$bgr_class_2 = 'prow2';
|
||||
$bgr_class_over = 'prow3';
|
||||
$bgr_class_1 = 'row1';
|
||||
$bgr_class_2 = 'row2';
|
||||
$bgr_class_over = 'row3';
|
||||
|
||||
$template->assign_vars(array(
|
||||
'U_ALL_FORUMS' => "admin_forums.php?c=all",
|
||||
|
|
|
@ -16,8 +16,8 @@ $datastore->enqueue(array(
|
|||
$log_action->init();
|
||||
|
||||
$per_page = 50;
|
||||
$row_class_1 = 'prow1';
|
||||
$row_class_2 = 'prow2';
|
||||
$row_class_1 = 'row1';
|
||||
$row_class_2 = 'row2';
|
||||
$def_days = 3;
|
||||
$def_datetime = TIMENOW;
|
||||
$max_forum_name_len = 40;
|
||||
|
|
|
@ -5,9 +5,9 @@ if (!defined('IN_PHPBB')) die(basename(__FILE__));
|
|||
global $bb_cfg, $t_data, $poster_id, $is_auth, $dl_link_css, $dl_status_css;
|
||||
|
||||
$change_peers_bgr_over = true;
|
||||
$bgr_class_1 = 'prow1';
|
||||
$bgr_class_2 = 'prow2';
|
||||
$bgr_class_over = 'prow3';
|
||||
$bgr_class_1 = 'row1';
|
||||
$bgr_class_2 = 'row2';
|
||||
$bgr_class_over = 'row3';
|
||||
|
||||
$show_peers_limit = 300;
|
||||
$max_peers_before_overflow = 20;
|
||||
|
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
||||
$bb_cfg['tp_release_state'] = 'R242';
|
||||
$bb_cfg['tp_release_state'] = 'R243';
|
||||
$bb_cfg['tp_release_date'] = '22-08-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
|
@ -178,10 +178,6 @@ a.topictitle:visited, a.torTopic:visited, a.tLink:visited {
|
|||
.row5, .row5 td { background: #E7E7E7; }
|
||||
.row6, .row6 td { background: #E9E9E6; }
|
||||
|
||||
.prow1 { background: #ECECEC; }
|
||||
.prow2 { background: #E7E7E7; }
|
||||
.prow3 { background: #DEE3E7; }
|
||||
|
||||
.p-body tr { background: #ECECEC; }
|
||||
.p-body tr:hover { background: #DEE3E7; }
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
<!-- IF t.PAGINATION --><span class="topicPG">[{ICON_GOTOPOST}{L_GOTO_SHORT} {t.PAGINATION} ]</span><!-- ENDIF -->
|
||||
</div>
|
||||
</td>
|
||||
<td class="med">{t.TOPIC_AUTHOR}</td>
|
||||
<td class="med nowrap">{t.TOPIC_AUTHOR}</td>
|
||||
<td class="small">{t.REPLIES}</td>
|
||||
<td class="small nowrap" style="padding: 1px 4px 3px 4px;">
|
||||
<p>{t.LAST_POST_TIME}</p>
|
||||
|
|
|
@ -309,28 +309,28 @@ ajax.callback.view_post = function(data) {
|
|||
<!-- IF SHOW_FORUM -->
|
||||
<td class="row1"><a class="gen" href="{TR_FORUM_URL}{tor.FORUM_ID}">{tor.FORUM_NAME}</a></td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row4 med tLeft">
|
||||
<td class="row2 med tLeft">
|
||||
<a class="{tor.DL_CLASS}<!-- IF AJAX_TOPICS --> folded2 tLink<!-- ENDIF -->" <!-- IF AJAX_TOPICS -->onclick="ajax.view_post({tor.POST_ID}, this); return false;"<!-- ENDIF --> href="{TOPIC_URL}{tor.TOPIC_ID}"><!-- IF tor.TOR_FROZEN -->{tor.TOPIC_TITLE}<!-- ELSE -->{tor.TOR_TYPE}<b>{tor.TOPIC_TITLE}</b><!-- ENDIF --></a>
|
||||
<!-- IF SHOW_TIME_TOPICS --><div class="tr_tm">{tor.TOPIC_TIME}</div><!-- ENDIF -->
|
||||
</td>
|
||||
<!-- IF SHOW_AUTHOR -->
|
||||
<td class="row1"><a class="med" href="{TR_POSTER_URL}{tor.POSTER_ID}">{tor.USERNAME}</a></td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row4 small nowrap">
|
||||
<td class="row3 small nowrap">
|
||||
<u>{tor.TOR_SIZE_RAW}</u>
|
||||
<!-- IF not tor.TOR_FROZEN --><a class="small tr-dl" title="{L_DOWNLOAD}" href="{DOWNLOAD_URL}{tor.ATTACH_ID}">{tor.TOR_SIZE}</a> <!-- IF MAGNET_LINKS --><span title="{L_MAGNET}">{tor.MAGNET}</span><!-- ENDIF --><!-- ELSE -->
|
||||
{tor.TOR_SIZE}<!-- ENDIF -->
|
||||
</td>
|
||||
<td class="row4 seedmed" title="{tor.SEEDS_TITLE}"><b>{tor.SEEDS}</b></td>
|
||||
<td class="row4 leechmed" title="{L_LEECHERS}"><b>{tor.LEECHS}</b></td>
|
||||
<td class="row4 small" title="{L_REPLIES}: {tor.REPLIES}">{tor.COMPLETED}</td>
|
||||
<td class="row3 seedmed" title="{tor.SEEDS_TITLE}"><b>{tor.SEEDS}</b></td>
|
||||
<td class="row3 leechmed" title="{L_LEECHERS}"><b>{tor.LEECHS}</b></td>
|
||||
<td class="row3 small" title="{L_REPLIES}: {tor.REPLIES}">{tor.COMPLETED}</td>
|
||||
<!-- IF SHOW_SPEED -->
|
||||
<td class="row4 nowrap">
|
||||
<td class="row3 nowrap">
|
||||
<p class="seedmed">{tor.UL_SPEED}</p>
|
||||
<p class="leechmed">{tor.DL_SPEED}</p>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row4 small nowrap" style="padding: 1px 3px 2px;" title="{L_ADDED}">
|
||||
<td class="row3 small nowrap" style="padding: 1px 3px 2px;" title="{L_ADDED}">
|
||||
<u>{tor.ADDED_RAW}</u>
|
||||
<p>{tor.ADDED_TIME}</p>
|
||||
<p>{tor.ADDED_DATE}</p>
|
||||
|
|
|
@ -447,7 +447,7 @@ td.topic_id { cursor: pointer; }
|
|||
{t.TOR_TYPE}<a id="tt-{t.TOPIC_ID}" href="{TOPIC_URL}{t.HREF_TOPIC_ID}" class="torTopic tt-text"><b>{t.TOPIC_TITLE}</b></a>
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
<div class="topicAuthor" style="padding-top: 2px;">
|
||||
<div class="topicAuthor nowrap" style="padding-top: 2px;">
|
||||
{t.TOPIC_AUTHOR}
|
||||
</td>
|
||||
|
||||
|
@ -544,7 +544,7 @@ td.topic_id { cursor: pointer; }
|
|||
<!-- IF t.PAGINATION --><span class="topicPG">[{ICON_GOTOPOST}{L_GOTO_SHORT} {t.PAGINATION} ]</span><!-- ENDIF -->
|
||||
</td>
|
||||
<td class="tCenter med">{t.REPLIES}</td>
|
||||
<td class="tCenter med">{t.TOPIC_AUTHOR}</td>
|
||||
<td class="tCenter med nowrap">{t.TOPIC_AUTHOR}</td>
|
||||
<td class="tCenter med">{t.VIEWS}</td>
|
||||
<td class="tCenter nowrap small" style="padding: 1px 6px 2px;">
|
||||
<p>{t.LAST_POST_TIME}</p>
|
||||
|
|
|
@ -29,8 +29,8 @@ $tracker_url = basename(__FILE__);
|
|||
|
||||
$time_format = 'H:i';
|
||||
$date_format = 'j-M-y';
|
||||
$row_class_1 = 'prow1';
|
||||
$row_class_2 = 'prow2';
|
||||
$row_class_1 = 'row1';
|
||||
$row_class_2 = 'row2';
|
||||
|
||||
$start = isset($_REQUEST['start']) ? abs(intval($_REQUEST['start'])) : 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue