⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
turba
/
templates
/
browse
/
Edit File: actions.inc
<div class="horde-buttonbar"> <form style="display:inline" name="f<?php echo $id = md5(mt_rand()) ?>" id="f<?php echo $id ?>" action="javascript:void(0);" onsubmit="return false;"> <ul> <?php if ($hasDelete): ?> <li class="horde-icon"><?php echo Horde::widget(array('url' => '#', 'onclick' => "Submit('delete'); return false;", 'title' => $this->getType() == 'list' ? _("_Remove from this list") : _("_Delete"), 'class' => 'turba-delete')) ?></li> <?php endif ?> <?php if ($hasEdit): ?> <li class="horde-icon"><?php echo Horde::widget(array('url' => '#', 'onclick' => "document.contacts.action='" . Horde::url('edit.php') . "'; Submit('groupedit'); return false;", 'title' => _("Edit"), 'class' => 'turba-edit')) ?></li> <?php endif ?> <?php if ($hasExport): ?> <li class="horde-icon"><?php echo Horde::widget(array('url' => '#', 'onclick' => "document.contacts.action='" . $GLOBALS['registry']->downloadUrl('', array('exportID' => Horde_Data::EXPORT_CSV))->setRaw(true) . "'; Submit('export'); return false;", 'title' => _("Export"), 'class' => 'horde-data')) ?></li> <?php endif ?> <?php if (!empty($copymove_source_options)): ?> <?php if ($hasDelete): ?> <li><?php echo Horde::link('#', _("Move"), 'widget', '', "CopyMove('move', document.f" . $id . '.c' . $id . "); return false;") . _("Move") . '</a>' ?></li> <?php endif ?> <li><?php echo Horde::link('#', _("Copy"), 'widget', '', "CopyMove('copy', document.f" . $id . '.c' . $id . "); return false;") . _("Copy") . '</a>' ?></li> <li> <label for="c<?php echo $id ?>" class="hidden"><?php echo _("Target Address Book") ?></label> <select name="c<?php echo $id ?>" id="c<?php echo $id ?>"> <option value=""><?php echo _("to a different Address Book") ?></option> <?php echo $copymove_source_options ?> </select> </li> <?php endif ?> <?php if ($addToList): ?> <li><?php echo Horde::link('#', _("Add to"), 'widget', '', "Add(document.f" . $id . '.s' . $id . "); return false;") . _("Add") . '</a>' ?></li> <li> <label for="s<?php echo $id ?>" class="hidden"><?php echo _("Target Contact List") ?></label> <select name="s<?php echo $id ?>" id="s<?php echo $id ?>"> <option value=""><?php echo _("to a Contact List") ?></option> <option value="" disabled="disabled">- - - - - - - - -</option> <?php foreach ($addToList as $list): ?> <?php if (is_array($list)): ?> <option value="<?php echo $list['source'] . ($list['key'] ? ':' . $list['key'] : '') ?>"><?php echo $list['name'] ?></option> <?php else: ?> <option value="" disabled="disabled"><?php echo $list ?></option> <?php endif; endforeach; ?> </select> </li> <?php endif; ?> <?php $browse_link = Horde::url('browse.php'); if ($this->getType() == 'directory' && !empty($cfgSources[Turba::$source]['map']['__type'])): ?> <li><?php echo Horde::widget(array('url' => $browse_link->add('show', 'lists'), 'title' => _("Show _Lists"))) ?></li> <li><?php echo Horde::widget(array('url' => $browse_link->add('show', 'contacts'), 'title' => _("Show _Contacts"))) ?></li> <li><?php echo Horde::widget(array('url' => $browse_link->add('show', 'all'), 'title' => _("Show Both"))) ?></li> <?php endif ?> </ul> </form> </div>
Simpan