Esempio n. 1
0
            $xmlStr = $doc->dump_mem(true);
            //echo $xmlStr;
            if (!($afsID = $AFSEncode->saveAFS($xmlStr))) {
                echo "ret=" . $afsID;
            }
            //echo "<br>afsID=".$afsID;
        } else {
            //echo "2afsID=".$afsID."=>".$this->formArray["odID"];
            //$this->tpl->set_block("rptsTemplate", "AFSEncode", "AFSEncodeBlock");
            //$this->tpl->set_var("AFSEncodeBlock", "");
        }
        $this->formArray["afsID"] = $afsID;
        $this->setForm();
        $this->tpl->set_var("Session", $this->sess->url("") . $this->sess->add_query(array("odID" => $this->formArray["odID"], "ownerID" => $this->formArray["ownerID"])));
        $this->tpl->parse("templatePage", "rptsTemplate");
        $this->tpl->finish("templatePage");
        $this->tpl->p("templatePage");
    }
}
#####################################
# Define Procedures and Functions
#####################################
##########################################################
# Begin Program Script
##########################################################
//*
page_open(array("sess" => "rpts_Session", "auth" => "rpts_Challenge_Auth"));
//*/
$ownerList = new ODDetails($HTTP_POST_VARS, $sess, $odID);
$ownerList->main();
page_close();
Esempio n. 2
0
                echo "ret=" . $afsID;
            }
            //echo "<br>afsID=".$afsID;
        } else {
            //echo "2afsID=".$afsID."=>".$this->formArray["odID"];
            //$this->tpl->set_block("rptsTemplate", "AFSEncode", "AFSEncodeBlock");
            //$this->tpl->set_var("AFSEncodeBlock", "");
        }
        $this->displayODHistory();
        $this->formArray["afsID"] = $afsID;
        $this->setForm();
        $this->tpl->set_var("uname", $this->user["uname"]);
        $this->tpl->set_var("today", date("F j, Y"));
        $this->tpl->set_var("Session", $this->sess->url("") . $this->sess->add_query(array("odID" => $this->formArray["odID"], "ownerID" => $this->formArray["ownerID"])));
        $this->tpl->parse("templatePage", "rptsTemplate");
        $this->tpl->finish("templatePage");
        $this->tpl->p("templatePage");
    }
}
#####################################
# Define Procedures and Functions
#####################################
##########################################################
# Begin Program Script
##########################################################
//*
page_open(array("sess" => "rpts_Session", "auth" => "rpts_Challenge_Auth"));
//*/
$odDetails = new ODDetails($HTTP_POST_VARS, $sess, $odID, $transactionCode);
$odDetails->main();
page_close();