mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-20 20:29:03 +00:00
Empty commit
This commit is contained in:
parent
9619fbae40
commit
d7667b814a
@ -63,7 +63,7 @@
|
||||
var userid = <?=$LoggedUser['ID']?>;
|
||||
//]]></script>
|
||||
<script src="<?=STATIC_SERVER?>functions/global.js?v=<?=filemtime(SERVER_ROOT.'/static/functions/global.js')?>" type="text/javascript"></script>
|
||||
<?
|
||||
<?
|
||||
|
||||
$Scripts=explode(',',$JSIncludes);
|
||||
|
||||
@ -433,6 +433,7 @@
|
||||
<input type="hidden" name="action" value="advanced" />
|
||||
<? } ?>
|
||||
<input
|
||||
id="torrentssearch"
|
||||
accesskey="t"
|
||||
spellcheck="false"
|
||||
onfocus="if (this.value == 'Torrents') this.value='';"
|
||||
@ -464,6 +465,7 @@
|
||||
<span class="hidden">Requests: </span>
|
||||
<form class="search_form" name="requests" action="requests.php" method="get">
|
||||
<input
|
||||
id="requestssearch"
|
||||
spellcheck="false"
|
||||
onfocus="if (this.value == 'Requests') this.value='';"
|
||||
onblur="if (this.value == '') this.value='Requests';"
|
||||
@ -476,6 +478,7 @@
|
||||
<form class="search_form" name="forums" action="forums.php" method="get">
|
||||
<input value="search" type="hidden" name="action" />
|
||||
<input
|
||||
id="forumssearch"
|
||||
onfocus="if (this.value == 'Forums') this.value='';"
|
||||
onblur="if (this.value == '') this.value='Forums';"
|
||||
value="Forums" type="text" name="search" size="17"
|
||||
@ -499,6 +502,7 @@
|
||||
<span class="hidden">Log: </span>
|
||||
<form class="search_form" name="log" action="log.php" method="get">
|
||||
<input
|
||||
id="logsearch"
|
||||
onfocus="if (this.value == 'Log') this.value='';"
|
||||
onblur="if (this.value == '') this.value='Log';"
|
||||
value="Log" type="text" name="search" size="17"
|
||||
@ -510,6 +514,7 @@
|
||||
<form class="search_form" name="users" action="user.php" method="get">
|
||||
<input type="hidden" name="action" value="search" />
|
||||
<input
|
||||
id="userssearch"
|
||||
onfocus="if (this.value == 'Users') this.value='';"
|
||||
onblur="if (this.value == '') this.value='Users';"
|
||||
value="Users" type="text" name="search" size="20"
|
||||
|
@ -305,14 +305,14 @@ function compare($X, $Y){
|
||||
die();
|
||||
} ?>
|
||||
<div class="sidebar">
|
||||
<div class="box">
|
||||
<div class="box box_info box_statistics_bookmarked_torrents">
|
||||
<div class="head"><strong>Stats</strong></div>
|
||||
<ul class="stats nobullet">
|
||||
<li>Torrents: <?=$NumGroups?></li>
|
||||
<? if(count($Artists) >0) { ?> <li>Artists: <?=count($Artists)?></li> <? } ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="box box_tags">
|
||||
<div class="head"><strong>Top tags</strong></div>
|
||||
<div class="pad">
|
||||
<ol style="padding-left:5px;">
|
||||
|
36
static/styles/white.cd/old_minified.css
Normal file
36
static/styles/white.cd/old_minified.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user