|
70 | 70 |
|
71 | 71 |
|
72 | 72 | <div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended'; if($_COOKIE[$uniq_id] == 1) echo ' l-unit--starred'; ?>" id="web-unit-<?=$i?>" uniq-id="<?=$uniq_id?>" sort-date="<?=strtotime($value['DATE'].' '.$value['TIME'])?>" sort-name="<?=$value['RESULT']?>"> |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + <!-- NEW SEARCH CODE STARTS HERE --> |
| 77 | + |
| 78 | + |
| 79 | + <div class="l-unit__col l-unit__col--right"> |
| 80 | + <div> |
| 81 | + <div class="clearfix l-unit__stat-col--left super-compact"> |
| 82 | + <input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="database[]" value="<?php echo $key ?>"> |
| 83 | + </div> |
| 84 | + <div class="clearfix l-unit__stat-col--left wide-3"><b><a href="/edit/db/?database=<?=$key?>&token=<?=$_SESSION['token']?>"><?=$key?></a></b></div> |
| 85 | + <!-- START QUICK ACTION TOOLBAR AREA --> |
| 86 | + <div class="clearfix l-unit__stat-col--left text-right compact-2"> |
| 87 | + <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
| 88 | + <div class="actions-panel clearfix"> |
| 89 | + <div class="actions-panel__col actions-panel__logs shortcut-enter" key-action="href"><a href="/edit/db/?database=<?=$key?>&token=<?=$_SESSION['token']?>"><i class="fas fa-pencil-alt status-icon orange status-icon dim"></i></a></div> |
| 90 | + <div class="actions-panel__col actions-panel__suspend shortcut-s" key-action="js"> |
| 91 | + <a id="<?=$spnd_action ?>_link_<?=$i?>" class="data-controls do_<?=$spnd_action?>"> |
| 92 | + <i class="fas fa-pause status-icon highlight status-icon dim do_<?=$spnd_action?>"></i> |
| 93 | + <input type="hidden" name="<?=$spnd_action?>_url" value="/<?=$spnd_action?>/db/?database=<?=$key?>&token=<?=$_SESSION['token']?>" /> |
| 94 | + <div id="<?=$spnd_action?>_dialog_<?=$i?>" class="confirmation-text-suspention hidden" title="<?=__('Confirmation')?>"> |
| 95 | + <p class="confirmation"><?=__($spnd_confirmation,$key)?></p> |
| 96 | + </div> |
| 97 | + </a> |
| 98 | + </div> |
| 99 | + <div class="actions-panel__col actions-panel__delete shortcut-delete" key-action="js"> |
| 100 | + <a id="delete_link_<?=$i?>" class="data-controls do_delete"> |
| 101 | + <i class="fas fa-trash status-icon red status-icon dim do_delete"></i> |
| 102 | + <input type="hidden" name="delete_url" value="/delete/db/?database=<?=$key?>&token=<?=$_SESSION['token']?>" /> |
| 103 | + <div id="delete_dialog_<?=$i?>" class="confirmation-text-delete hidden" title="<?=__('Confirmation')?>"> |
| 104 | + <p class="confirmation"><?=__('DELETE_DATABASE_CONFIRMATION',$key)?></p> |
| 105 | + </div> |
| 106 | + </a> |
| 107 | + </div> |
| 108 | + |
| 109 | + </div> |
| 110 | + </div> |
| 111 | + </div> |
| 112 | + <!-- END QUICK ACTION TOOLBAR AREA --> |
| 113 | + <div class="clearfix l-unit__stat-col--left text-center"><b><?php print __('Date');?></b></div> |
| 114 | + <div class="clearfix l-unit__stat-col--left text-center"><b><?php print __('Type');?></b></div> |
| 115 | + <div class="clearfix l-unit__stat-col--left text-center"><b><?php print __('Owner');?></b></div> |
| 116 | + <div class="clearfix l-unit__stat-col--left text-center"><b><?php print __('Status');?></b></div> |
| 117 | + </div> |
| 118 | + </div> |
| 119 | + </div> |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + <!-- NEW SEARCH CODE ENDS HERE --> |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
73 | 129 | <div class="l-unit-toolbar clearfix"> |
74 | 130 | <!--div class="l-unit-toolbar__col l-unit-toolbar__col--left"> |
75 | 131 | <input id="check<?=$i?>" class="ch-toggle" type="checkbox" name="check" value="check<?=$i?>"> |
|
0 commit comments