Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Files
F13400568
buttons.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Authored By
Unknown
Size
821 B
Referenced Files
None
Subscribers
None
buttons.php
View Options
<?php
// disabled for now
if
(
!
User
::
isLogged
(
)
||
true
)
{
return
""
;
}
?>
<
span style="position: absolute; top: 5px; right: 5px;">
<?php
if
(
PlayLists
::
isVideoOnWatchLater
(
$videos_id
,
User
::
getId
(
)
)
)
{
?>
<
button class="btn btn-sm btn-xs" style="background-color: #FFFFFF00">
<
i class="fas fa-clock">
<
/i>
<
/button>
<?php
}
else
{
?>
<
button class="btn btn-sm btn-xs" style="background-color: #FFFFFF00">
<
i class="far fa-clock">
<
/i>
<
/button>
<?php
}
?>
<?php
if
(
PlayLists
::
isVideoOnFavorite
(
$videos_id
,
User
::
getId
(
)
)
)
{
?>
<
button class="btn btn-sm btn-xs" style="background-color: #FFFFFF00">
<
i class="fas fa-heart">
<
/i>
<
/button>
<?php
}
else
{
?>
<
button class="btn btn-sm btn-xs" style="background-color: #FFFFFF00">
<
i class="far fa-heart">
<
/i>
<
/button>
<?php
}
?>
<
/span>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jun 4, 20:36 (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1934285
Default Alt Text
buttons.php (821 B)
Attached To
Mode
R58 TurboFlop
Attached
Detach File
Event Timeline