force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
17
ControlPanel/themes/AdminLTE/modules/lgsl_with_img_mod/lgsl.js
Executable file
17
ControlPanel/themes/AdminLTE/modules/lgsl_with_img_mod/lgsl.js
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
$(document).ready(function()
|
||||
{
|
||||
$('.main [href="http://www.greycube.com"], .main [href="http://cgx24.com/"]').attr('target', '_blank').addClass('mt-2 d-inline-block');
|
||||
$('.main br').remove();
|
||||
$('.main [href="?m=lgsl_with_img_mod&p=lgsl"]').addClass('btn btn-sm btn-primary');
|
||||
|
||||
$('.main img[src$="icon_details.gif"]').replaceWith('<i class="fas fa-search"></i>');
|
||||
$('.main [href^="?m=lgsl_with_img_mod&p=lgsl&s="]').addClass('btn btn-xs btn-primary');
|
||||
|
||||
$('.main [title="GAME LINK"] > a').addClass('badge badge-primary badge-size');
|
||||
});
|
||||
|
||||
$(window).load(function()
|
||||
{
|
||||
$('.main input').addClass('form-control');
|
||||
$('.main table').addClass('table table-striped table-sm');
|
||||
});
|
||||
11
ControlPanel/themes/AdminLTE/modules/lgsl_with_img_mod/lgsl_admin.js
Executable file
11
ControlPanel/themes/AdminLTE/modules/lgsl_with_img_mod/lgsl_admin.js
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
$(document).ready(function() {
|
||||
$('.main [href="http://www.greycube.com/help/readme/lgsl/"]').attr('target', '_blank').addClass('btn').addClass('btn-sm').addClass('btn-primary');
|
||||
$('.main [href^="?m=lgsl_with_img_mod&p=lgsl&s="]').addClass('btn').addClass('btn-xs').addClass('btn-warning');
|
||||
|
||||
var first_table = $('.main > form > div > table:nth-child(1)');
|
||||
$(first_table).prepend('<thead>').find('tr:first-of-type').appendTo($(first_table).find('thead'));
|
||||
$(first_table).find('thead td').each(function(){
|
||||
$(this).html($(this).html().replace('[ ','').replace(' ]','')).replaceWith('<th>'+$(this).html()+'</th>');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue