Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,6 +0,0 @@
|
|||
a:before {
|
||||
display: none;
|
||||
}
|
||||
.form-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
@ -1,105 +0,0 @@
|
|||
.viewitem {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.file-operations {
|
||||
display: inline-block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.operations-button
|
||||
{
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.operations-button:before {
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 900;
|
||||
display: inline-block;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.operations-button img {
|
||||
display: none;
|
||||
}
|
||||
.operations-button div {
|
||||
display: inline-block;
|
||||
}
|
||||
a[href^="?m=litefm&home_id="] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
i.fas.fa-folder-open {
|
||||
color: #ffe699;
|
||||
}
|
||||
/* .light-mode table i.fas:not(.fa-folder-open) { */
|
||||
/* color: var(--dark); */
|
||||
/* } */
|
||||
#remove:before {
|
||||
content: "\f2ed";
|
||||
}
|
||||
#rename:before {
|
||||
content: "\f044";
|
||||
}
|
||||
#move:before {
|
||||
content: "\f31e";
|
||||
}
|
||||
#copy:before {
|
||||
content: "\f0c5";
|
||||
}
|
||||
#compress:before {
|
||||
content: "\f1c6";
|
||||
}
|
||||
#uncompress:before {
|
||||
content: "\f1c6";
|
||||
}
|
||||
#create_file:before {
|
||||
content: "\f044";
|
||||
}
|
||||
#create_folder:before {
|
||||
content: "\f07b";
|
||||
}
|
||||
#upload:not(form):before {
|
||||
content: "\f574";
|
||||
}
|
||||
|
||||
|
||||
.progress {
|
||||
height: auto !important;
|
||||
}
|
||||
#upload [name="upload"] {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
border: 1px solid transparent;
|
||||
background-image: -webkit-linear-gradient(top, #1997c6 0, #126e90 100%);
|
||||
background-image: -o-linear-gradient(top, #1997c6 0, #126e90 100%);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1997c6), to(#126e90));
|
||||
background-image: linear-gradient(to bottom, #1997c6 0, #126e90 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1997c6', endColorstr='#ff126e90', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #116787;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.ui-dialog-titlebar-close {
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
[id^="fileid"] {
|
||||
position: relative;
|
||||
}
|
||||
[id^="progress"] {
|
||||
height: 5px !important;
|
||||
border: none !important;
|
||||
border-radius: 2px;
|
||||
width: 96% !important;
|
||||
}
|
||||
[id^="progress"] > div {
|
||||
background: #1997c6 !important;
|
||||
height: 5px !important;
|
||||
border-radius: 2px !important;
|
||||
-webkit-transition: width 0.2s ease-in-out;
|
||||
-moz-transition: width 0.2s ease-in-out;
|
||||
-o-transition: width 0.2s ease-in-out;
|
||||
transition: width 0.2s ease-in-out;
|
||||
}
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
$(document).ready(function()
|
||||
{
|
||||
$('.main .operations-button').addClass('btn btn-xs btn-primary');
|
||||
$('.main .operations-button#remove').addClass('btn-danger');
|
||||
|
||||
$('.main [href^="?m=gamemanager&p=game_monitor&home_id="]').addClass('btn btn-primary btn-sm');
|
||||
|
||||
$('.main img[src="images/folder.png"]').replaceWith('<i class="fas fa-folder-open"></i>');
|
||||
$('.main img[src="images/txt.png"]').remove();
|
||||
$('.main img[src="images/exec.png"]').replaceWith('<i class="fas fa-cogs"></i>');
|
||||
|
||||
$('.main .unlocked').children('span').addClass('btn btn-xs btn-danger').css('min-width','90px').prepend('<i class="fas fa-lock text-light mr-1"></i>');
|
||||
$('.main .locked').children('span').addClass('btn btn-xs btn-success').css('min-width','90px').prepend('<i class="fas fa-unlock text-light mr-1"></i>');
|
||||
|
||||
$('.main a[href^="javascript:downloadFile"], a[href$="&type=directory"]').addClass('text-dark');
|
||||
$('.main a[href*="&p=read_file"]').addClass('btn btn-xs btn-primary').prepend('<i class="fas fa-edit text-light mr-1"></i>');
|
||||
|
||||
$('.main [href*="&item="], [href^="javascript:downloadFile"]').addClass('badge badge-default');
|
||||
$('.main [href$="&p=read_file"]').removeClass('badge').removeClass('badge-default').addClass('btn btn-primary btn-xs');
|
||||
|
||||
$('.main a[href$="&back"]').each(function()
|
||||
{
|
||||
$(this).addClass('btn btn-xs btn-secondary').text('.. ' + langConsts['OGP_LANG_level_up'].replace(/\^/g, '')).prepend('<i class="fas fa-level-up-alt mr-1"></i>');
|
||||
});
|
||||
|
||||
/* *** Long Name Fix *** */
|
||||
$('.main td > h3').each(function()
|
||||
{
|
||||
$(this).parent('td').attr('style', 'max-width:400px');
|
||||
$(this).attr('title', $(this).text()).attr('style', 'overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;max-width:100%;');
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue