Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
btm2000.apps-dev.fr /
hrm /
core /
tpl /
Delete
Unzip
Name
Size
Permission
Date
Action
objectline_title.tpl.php
3.04
KB
-rw-r--r--
2023-12-15 13:44
objectline_view.tpl.php
6.04
KB
-rw-r--r--
2023-12-15 13:44
skilldet.fiche.tpl.php
2.05
KB
-rw-r--r--
2023-12-15 13:44
Save
Rename
<?php // Protection to avoid direct call of template if (empty($object) || !is_object($object)) { print "Error, template page can't be called as URL"; exit; } if (!empty($object->table_element_line)) { // Show object lines $result = $object->getLinesArray(); } print '<!-- BEGIN PHP TEMPLATE SKILLDET -->'."\n"; print '<div class="tagtable border table-border tableforfield centpercent">'."\n"; print '<div class="tagtr table-border-row">'."\n"; $editmode = (GETPOST('action', 'aZ09') == 'edit'.$note_public); print '<div class="tagtd tagtdnote tdtop'.($editmode ? '' : ' sensiblehtmlcontent').' table-key-border-col'.(empty($cssclass) ? '' : ' '.$cssclass).'"'.($colwidth ? ' style="width: '.$colwidth.'%"' : '').'>'."\n"; print $form->editfieldkey("NotePublic", $note_public, $value_public, $object, $permission, $typeofdata, $moreparam, '', 0); print '</div>'."\n"; print '<div class="tagtd wordbreak table-val-border-col'.($editmode ? '' : ' sensiblehtmlcontent').'">'."\n"; print $form->editfieldval("NotePublic", $note_public, $value_public, $object, $permission, $typeofdata, '', null, null, $moreparam, 1)."\n"; print '</div>'."\n"; print '</div>'."\n"; if (empty($user->socid)) { // Private notes (always hidden to external users) print '<div class="tagtr table-border-row">'."\n"; $editmode = (GETPOST('action', 'aZ09') == 'edit'.$note_private); print '<div class="tagtd tagtdnote tdtop'.($editmode ? '' : ' sensiblehtmlcontent').' table-key-border-col'.(empty($cssclass) ? '' : ' '.$cssclass).'"'.($colwidth ? ' style="width: '.$colwidth.'%"' : '').'>'."\n"; print $form->editfieldkey("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, $moreparam, '', 0); print '</div>'."\n"; print '<div class="tagtd wordbreak table-val-border-col'.($editmode ? '' : ' sensiblehtmlcontent').'">'."\n"; print $form->editfieldval("NotePrivate", $note_private, $value_private, $object, $permission, $typeofdata, '', null, null, $moreparam, 1); print '</div>'."\n"; print '</div>'."\n"; } print '</div>'."\n"; ?> <!-- END PHP TEMPLATE NOTES-->