mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r234
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@234 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
42e507435f
commit
a39601a43a
4 changed files with 22 additions and 29 deletions
|
@ -133,7 +133,7 @@ img { border: 0px; }
|
||||||
.dlCancel { color: #666666; }
|
.dlCancel { color: #666666; }
|
||||||
|
|
||||||
/* DL list color me */
|
/* DL list color me */
|
||||||
.itsme { color: #0000FF !important; font-size: 12px; font-weight: bold; text-decoration: none;}
|
.itsme { color: #0000FF !important; font-size: 12px; font-weight: bold; text-decoration: none;}
|
||||||
|
|
||||||
a.dlWill, a.dlWill:visited { color: #0066CC; text-decoration: none; }
|
a.dlWill, a.dlWill:visited { color: #0066CC; text-decoration: none; }
|
||||||
a.dlDown, a.dlDown:visited { color: #800000; text-decoration: none; }
|
a.dlDown, a.dlDown:visited { color: #800000; text-decoration: none; }
|
||||||
|
@ -404,7 +404,7 @@ table.forumline {
|
||||||
border-top: 1px solid #B7C0C5;
|
border-top: 1px solid #B7C0C5;
|
||||||
}
|
}
|
||||||
.forumline th {
|
.forumline th {
|
||||||
border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #92A3A4;
|
border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #92A3A4;
|
||||||
}
|
}
|
||||||
.forumline td {
|
.forumline td {
|
||||||
border: 1px solid #B7C0C5; border-width: 0 1px 1px;
|
border: 1px solid #B7C0C5; border-width: 0 1px 1px;
|
||||||
|
@ -737,8 +737,8 @@ td.topicSep { /* Topic type groups separator */
|
||||||
table.topic { width: 100%; }
|
table.topic { width: 100%; }
|
||||||
|
|
||||||
.post_head { padding: 0 6px; font-size: 10px; }
|
.post_head { padding: 0 6px; font-size: 10px; }
|
||||||
.post_wrap { margin: 5px 5px 8px; }
|
.post_wrap { line-height: 18px; }
|
||||||
.post_body { line-height: 18px; } /* The content of the posts */
|
.post_body { margin: 5px 5px 8px; } /* The content of the posts */
|
||||||
a.postLink { text-decoration: none; }
|
a.postLink { text-decoration: none; }
|
||||||
a.postLink:visited { text-decoration: none; color: #5493B4; }
|
a.postLink:visited { text-decoration: none; color: #5493B4; }
|
||||||
.posted_since { color: #666666; padding-left: 4px; }
|
.posted_since { color: #666666; padding-left: 4px; }
|
||||||
|
@ -882,6 +882,9 @@ a.menu-root, a.menu-root:visited, a.menu-root:hover {
|
||||||
display: none;
|
display: none;
|
||||||
display/**/: block;
|
display/**/: block;
|
||||||
position: absolute; z-index: -1; filter: mask(); }
|
position: absolute; z-index: -1; filter: mask(); }
|
||||||
|
.menu-a { background: #FFFFFF; border: 1px solid #92A3A4; }
|
||||||
|
.menu-a a { color: #0000A0; background: #E7E7E7; padding: 4px 10px 5px; margin: 1px; display: block; text-decoration: none !important; }
|
||||||
|
.menu-a a:hover { color: #0000FF; background: #D1D7DC; text-decoration: none !important; }
|
||||||
/* ================================================================ *
|
/* ================================================================ *
|
||||||
Ajax
|
Ajax
|
||||||
* ================================================================ */
|
* ================================================================ */
|
||||||
|
|
|
@ -357,7 +357,7 @@ function OpenInEditor ($file, $line)
|
||||||
<select id="search-action">
|
<select id="search-action">
|
||||||
<option value="tracker.php#results" selected="selected"> {L_TRACKER_S} </option>
|
<option value="tracker.php#results" selected="selected"> {L_TRACKER_S} </option>
|
||||||
<option value="search.php"> {L_FORUM_S} </option>
|
<option value="search.php"> {L_FORUM_S} </option>
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" class="med bold" value="»" style="width: 30px;" />
|
<input type="submit" class="med bold" value="»" style="width: 30px;" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -374,28 +374,14 @@ function OpenInEditor ($file, $line)
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<!--/logout-->
|
<!--/logout-->
|
||||||
|
|
||||||
<div class="menu-sub" id="dls-menu">
|
<div class="menu-sub" id="dls-menu">
|
||||||
<table class="nowrap" cellspacing="1" cellpadding="4">
|
<div class="menu-a bold nowrap">
|
||||||
<tr>
|
<a class="med" href="{U_TRACKER}?rid={SESSION_USER_ID}#results">{L_CUR_UPLOADS}</a>
|
||||||
<th> </th>
|
<a class="med" href="{U_CUR_DOWNLOADS}#torrent">{L_CUR_DOWNLOADS}</a>
|
||||||
</tr>
|
<a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlc=1">{L_SEARCH_DL_COMPLETE_DOWNLOADS}</a>
|
||||||
<tr>
|
<a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlw=1">{L_SEARCH_DL_WILL_DOWNLOADS}</a>
|
||||||
<td>
|
</div>
|
||||||
<fieldset id="show-only">
|
|
||||||
<legend>{L_SEARCH}</legend>
|
|
||||||
<div class="bold nowrap pad_2">
|
|
||||||
<p class="mrg_4"><a class="med" href="{U_TRACKER}?rid={SESSION_USER_ID}#results">{L_CUR_UPLOADS}</a></p>
|
|
||||||
<p class="mrg_4"><a class="med" href="{U_CUR_DOWNLOADS}#torrent">{L_CUR_DOWNLOADS}</a></p>
|
|
||||||
<p class="mrg_4"><a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlc=1">{L_SEARCH_DL_COMPLETE_DOWNLOADS}</a></p>
|
|
||||||
<p class="mrg_4"><a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlw=1">{L_SEARCH_DL_WILL_DOWNLOADS}</a></p>
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
|
||||||
<!--login form-->
|
<!--login form-->
|
||||||
|
|
|
@ -72,6 +72,10 @@ ajax.callback.posts = function(data){
|
||||||
<input type="button" value="{L_SPOILER}" name="codeSpoiler" title="{L_SPOILER}" style="width: 65px;" />
|
<input type="button" value="{L_SPOILER}" name="codeSpoiler" title="{L_SPOILER}" style="width: 65px;" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<div class="buttons floatR">
|
||||||
|
<input type="button" value="+" onclick="$('#message').css({height: parseInt($('#message').css('height')) + 100}); return false;">
|
||||||
|
<input type="button" value="-" onclick="$('#message').css({height: parseInt($('#message').css('height')) - 100}); return false;">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF / !QUICK_REPLY -->
|
<!-- ENDIF / !QUICK_REPLY -->
|
||||||
|
|
||||||
|
|
|
@ -264,15 +264,15 @@ function set_hid_chbox (id)
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="post_wrap">
|
<div class="post_body">
|
||||||
<div class="post_body">
|
<div class="post_wrap">
|
||||||
<span id="pp_{postrow.POST_ID}">{postrow.MESSAGE}</span>
|
<span id="pp_{postrow.POST_ID}">{postrow.MESSAGE}</span>
|
||||||
<span id="pe_{postrow.POST_ID}"></span>
|
<span id="pe_{postrow.POST_ID}"></span>
|
||||||
{postrow.ATTACHMENTS}
|
{postrow.ATTACHMENTS}
|
||||||
</div><!--/post_body-->
|
</div><!--/post_wrap-->
|
||||||
<!-- IF postrow.SIGNATURE -->{postrow.SIGNATURE}<!-- ENDIF -->
|
<!-- IF postrow.SIGNATURE -->{postrow.SIGNATURE}<!-- ENDIF -->
|
||||||
<!-- IF postrow.EDITED_MESSAGE --><div class="last_edited">{postrow.EDITED_MESSAGE}</div><!-- ENDIF -->
|
<!-- IF postrow.EDITED_MESSAGE --><div class="last_edited">{postrow.EDITED_MESSAGE}</div><!-- ENDIF -->
|
||||||
</div><!--/post_wrap-->
|
</div><!--/post_body-->
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue