Exemplo n.º 1
0
    $ModPathX = substr($ModPath, 0, $pos);
} else {
    $ModPathX = $ModPath;
}
global $sform_path;
$sform_path = "modules/sform/";
include_once $sform_path . "sform.php";
//********************
global $m;
$m = new form_handler();
//********************
$m->add_form_title($ModPathX);
$m->add_form_method("get");
$m->add_form_check("true");
$m->add_field($ModPathX . "_id", $ModPathX . "_id", "{$browse_key}", 'text', true, 11, "", "a-9");
$m->add_key($ModPathX . "_id");
$m->add_url("modules.php");
$m->add_submit_value("modifylinkrequest_adv_infos");
$m->add_field("ModStart", "", $ModStart, 'hidden', false);
$m->add_field("ModPath", "", $ModPath, 'hidden', false);
if (isset($author)) {
    $m->add_field("author", "", $author, 'hidden', false);
}
$m->add_field("op", "", "modifylinkrequest", 'hidden', false);
$m->add_field("lid", "", $browse_key, 'hidden', false);
/************************************************/
include_once $sform_path . $ModPathX . "/formulaire.php";
/************************************************/
// Fabrique le formulaire et assure sa gestion
function interface_function($browse_key)
{
Exemplo n.º 2
0
$pos = strpos($ModPath, '/admin');
if ($pos > 0) {
    $ModPathX = substr($ModPath, 0, $pos);
} else {
    $ModPathX = $ModPath;
}
global $sform_path;
$sform_path = 'modules/sform/';
include_once $sform_path . 'sform.php';
//********************
global $m;
$m = new form_handler();
//********************
$m->add_form_title($ModPathX);
$m->add_field($ModPathX . '_id', $ModPathX . '_id', '', 'text', true, 11, '', 'a-9');
$m->add_key($ModPathX . '_id');
$m->add_submit_value('link_fiche_detail');
$m->add_url("modules.php?ModStart={$ModStart}&ModPath={$ModPath}");
/************************************************/
include_once $sform_path . $ModPathX . '/formulaire.php';
/************************************************/
// Fabrique le formulaire et assure sa gestion
switch ($link_fiche_detail) {
    case 'fiche_detail':
        if ($m->sform_read_mysql($browse_key)) {
            $m->add_extra("<tr><td colspan=\"2\" align=\"center\">");
            $m->add_extra('<a href="javascript: history.go(-1)" class="btn btn-primary">' . translate("Go Back") . '</a>');
            $m->add_extra("</td></tr>");
            $m->key_lock("close");
            echo aff_langue($m->print_form("class=\"ligna\""));
        } else {