40 lines
921 B
Plaintext
40 lines
921 B
Plaintext
<%@language = "javascript" %>
|
|
<% /*
|
|
$Revision$
|
|
$Id$
|
|
|
|
File: ctr_scenario.asp
|
|
|
|
Description: fac_management aanroep van model_ctr_scenario
|
|
|
|
Context:
|
|
|
|
Notes:
|
|
*/
|
|
%>
|
|
<!-- #include file="../scf/scaffolding.inc" -->
|
|
<!-- #include file="../api2/model_ctr_scenario.inc" -->
|
|
|
|
<%
|
|
var this_model = new model_ctr_scenario();
|
|
|
|
scaffolding(this_model,
|
|
{
|
|
"search": {
|
|
"autosearch": true
|
|
},
|
|
"list": {
|
|
"columns": [
|
|
"id",
|
|
"name"
|
|
]
|
|
},
|
|
"show": {
|
|
"modal": true,
|
|
requires: { js: ["./ctr_scenario.js"] },
|
|
buttons: [{ title: L("lcl_mjb_inst_scen"), action: "institute_scenario", icon: "plus.png" },
|
|
{ title: L("lcl_mjb_copy_current"), action: "copy_current", icon: "delete.png" }]
|
|
}
|
|
});
|
|
%>
|