Exemplo n.º 1
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();
Exemplo n.º 2
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();
Exemplo n.º 3
0
                            }
                            $this->tpl->set_var("companyName", $cname);
                            $this->tpl->set_var("tin", $companyValue->getTin());
                            $this->tpl->set_var("telephone", $companyValue->getTelephone());
                            $this->tpl->set_var("fax", $companyValue->getFax());
                            $this->tpl->parse("CompanyListBlock", "CompanyList", true);
                        }
                    } else {
                        $this->tpl->set_block("rptsTemplate", "CompanyList", "CompanyListBlock");
                        $this->tpl->set_var("CompanyListBlock", "");
                    }
                }
            }
        }
        $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();