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