2010-12-02 23:34:41 +00:00
< html >
< head >
2012-04-11 11:16:04 -04:00
< script type = 'text/javascript' src = '/js/maborak/core/maborak.js' > < / script >
2012-04-10 16:49:09 -04:00
< script type = 'text/javascript' >
var leimnud = new maborak();
leimnud.make({
zip:true,
inGulliver:true,
modules :"dom,abbr,rpc,drag,drop,app,panel,fx,grid,xmlform,validator,dashboard",
files :""
});
try{
leimnud.exec(leimnud.fix.memoryLeak);
if(leimnud.browser.isIphone){
leimnud.iphone.make();
}
2012-04-26 13:21:41 -04:00
}catch(e){}
2012-04-10 16:49:09 -04:00
2012-04-11 11:16:04 -04:00
< / script >
2012-04-10 16:49:09 -04:00
2010-12-02 23:34:41 +00:00
< style type = "text/css" >
2012-04-26 13:21:41 -04:00
body, table {
font-family: tahoma,arial,verdana,sans-serif;
2010-12-02 23:34:41 +00:00
}
span.cMargLeft { padding-left: 20; }
.cell2 {
2012-04-26 13:21:41 -04:00
font-size: 13px;
background: #fff;
border-right: #fff 1px solid;
padding-right: 10px;
border-top: #fff 1px solid;
padding-top: 10px;
border-left: #fff 1px solid;
padding-left: 10px;
border-bottom: #fff 1px solid;
padding-bottom: 10px;
2012-04-10 16:49:09 -04:00
}
2010-12-02 23:34:41 +00:00
span.cNeg {
2012-04-26 13:21:41 -04:00
color: #002c72;
2010-12-02 23:34:41 +00:00
font-weight: bold;
2012-04-10 16:49:09 -04:00
}
2010-12-02 23:34:41 +00:00
span.cLow {
2012-04-10 16:49:09 -04:00
color: #002c72;
}
2010-12-02 23:34:41 +00:00
< / style >
2012-04-26 13:21:41 -04:00
<!-- [if IE]>
< style >
span.cMargLeft { padding-left: 9; }
.cell2 {
font-size: 12px !important;
padding-top: 1px !important;
padding-bottom: 1px !important;
}
< / style >
<![endif]-->
2010-12-02 23:34:41 +00:00
< / head >
< body >
2012-04-26 13:21:41 -04:00
< table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
2010-12-02 23:34:41 +00:00
< tr >
2012-04-26 13:21:41 -04:00
< td >
< a target = "_blank" href = "http://www.processmaker.com" >
< img src = "/images/get_started.png" border = "0" width = "163" height = "438" >
< / a >
< / td >
< td class = "cell2" valign = "top" >
< span class = "cLow" > < strong > Get Started< / strong > < / span >
2010-12-02 23:34:41 +00:00
< p > < span class = "cLow" > Welcome to ProcessMaker!< / span > < / p >
< p > < span class = "cLow" > To get started, log in using the following credentials. You can change them later:< / span > < / p >
< span class = "cNeg" > Username:< / span > < span class = "cLow" > admin< / span > < br >
< span class = "cNeg" > Password:< / span > < span class = "cLow" > admin< / span >
2011-02-14 22:12:57 +00:00
< p > < span class = "cLow" > We suggest you follow our 7 easy videos to automate your workflow. You can see a demo of each step at < a target = "_blank" href = "http://www.processmaker.com/demos/" > http://www.processmaker.com/demos/< / a > < / span > < / p >
2012-04-26 13:21:41 -04:00
< span class = "cLow" > Other Resources:< / span > < br / > < br / >
< span class = "cLow" > < a target = "_blank" href = "http://library.processmaker.com" > PM Library < / a > - Import Templates< / span > < br / >
< span class = "cLow" > < a target = "_blank" href = "http://wiki.processmaker.com" > PM Wiki < / a > - Manuals< / span > < br / >
< span class = "cLow" > < a target = "_blank" href = "http://forum.processmaker.com" > PM Forum < / a > - Ask Questions< / span > < br / >
< p > < span class = "cLow" > We hope you enjoy using ProcessMaker. For more information about our enterprise support and consulting services < a target = "_blank" href = "http://www.processmaker.com/contact-us" > contact us.< / a >
2010-12-02 23:34:41 +00:00
< / span > < / p >
< p > < span class = "cLow" > The ProcessMaker Team< / span > < / p >
2012-04-26 13:21:41 -04:00
< input type = "checkbox" name = "getStarted" id = "getStarted" onclick = "saveConfig();" > < span class = "cLow" > Don't show me again< / span >
2010-12-02 23:34:41 +00:00
< / td >
< / tr >
2012-04-10 16:49:09 -04:00
< / table >
< / body >
< / html >
2010-12-02 23:34:41 +00:00
2012-04-10 16:49:09 -04:00
< script >
var saveConfig = function() {
if(document.getElementById("getStarted").checked==true) {
var oRPC = new leimnud.module.rpc.xmlhttp({
url : '../login/login_Ajax',
async : false,
method: 'POST',
args : 'function=getStarted_save'
});
oRPC.make();
}
2012-04-26 13:21:41 -04:00
if(panel) {
if(panel.remove) {
2012-04-10 16:49:09 -04:00
panel.remove();
2012-04-26 13:21:41 -04:00
return false;
}
}
2012-04-10 16:49:09 -04:00
2012-04-26 13:21:41 -04:00
if(window.parent) {
2012-04-10 16:49:09 -04:00
if (parent.Ext) {
parent.Ext.getCmp('gettingStartedWindow').close();
}
2012-04-26 13:21:41 -04:00
}
2012-04-10 16:49:09 -04:00
}
< / script >