2013-04-12 16:48:23 -04:00
< html >
< head >
2013-04-16 17:11:25 -04:00
< script type = "text/javascript" src = "{URL_MABORAK_JS}" > < / script >
2013-04-12 16:48:23 -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();
}
} catch (e) {
}
< / script >
< style type = "text/css" >
2015-04-29 14:11:26 -04:00
.panel_title___processmaker {
background: #3D9DE4 !important;
}
.panel_close___processmaker {
2025-04-13 15:23:31 +00:00
background: url("/skins/lurana/images/icons_silk/calendar_x_button.png") no-repeat center right;
2015-04-29 14:11:26 -04:00
}
.panel_content___processmaker {
border-width: 0 !important;
}
2013-04-12 16:48:23 -04:00
body, table {
font-family: tahoma,arial,verdana,sans-serif;
}
2015-05-06 14:18:07 -04:00
p {
line-height: 0.5em;
}
2013-04-12 16:48:23 -04:00
span.cMargLeft { padding-left: 20; }
.cell2 {
2017-04-26 14:05:07 -04:00
vertical-align: middle;
2013-04-12 16:48:23 -04:00
font-size: 13px;
background: #fff;
border-right: #fff 1px solid;
padding-right: 10px;
border-top: #fff 1px solid;
2015-04-22 10:58:50 -04:00
padding-top: 5px;
2013-04-12 16:48:23 -04:00
border-left: #fff 1px solid;
padding-left: 10px;
border-bottom: #fff 1px solid;
padding-bottom: 10px;
}
span.cNeg {
color: #002c72;
font-weight: bold;
}
span.cLow {
color: #002c72;
}
2015-04-22 10:58:50 -04:00
span.cLow-min {
color: #002c72;
font-size: 13px;
line-height: 1.3em;
}
span.cLow-autor {
color: #002c72;
font-size: 15px;
line-height: 1.3em;
}
2013-04-12 16:48:23 -04:00
< / style >
<!-- [if IE]>
< style type = "text/css" >
span.cMargLeft { padding-left: 9; }
.cell2 {
font-size: 12px !important;
padding-top: 1px !important;
padding-bottom: 1px !important;
}
< / style >
<![endif]-->
< / head >
< body >
< table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
< tr >
< td >
2014-06-27 15:47:26 -04:00
< a target = "_blank" href = "http://www.processmaker.com" > < img src = "/images/get_started.png" border = "0" width = "163" height = "438" > < / a >
2013-04-12 16:48:23 -04:00
< / td >
2015-05-14 17:06:56 -04:00
< td class = "cell2" valign = "top" align = "left" >
2015-05-07 11:06:54 -04:00
< p > < b > < span class = "cLow" > Welcome to ProcessMaker< / span > < / b > < / p > < br / >
2017-04-26 11:28:57 -04:00
< p style = "text-align: justify;" > < span class = "cLow-min" > To get started log in using the following credentials:< / span > < / p >
2014-05-20 08:57:46 -04:00
< span class = "cNeg" > Username:< / span > < span class = "cLow" > {name}< / span > < br >
2015-04-22 10:58:50 -04:00
< span class = "cNeg" > Password:< / span > < span class = "cLow" > {pass}< / span > < br > < br >
< p style = "text-align: justify;" > < span class = "cLow-min" > 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/tutorials" > http://www.processmaker.com/tutorials/< / a > < / span > < / p >
2013-04-12 16:48:23 -04:00
2015-05-13 16:16:13 -04:00
< b > < span class = "cLow" > Other Resources:< / span > < / b > < br / >
2014-05-19 16:30:47 -04:00
< span class = "cLow" > < a target = "_blank" href = "http://wiki.processmaker.com" > PM Wiki < / a > - Manuals< / span > < br / >
2015-04-22 10:58:50 -04:00
< span class = "cLow" > < a target = "_blank" href = "http://forum.processmaker.com" > PM Forum < / a > - Ask Questions< / span > < br / > < br / >
2013-04-12 16:48:23 -04:00
2015-04-22 10:58:50 -04:00
< p style = "text-align: justify;" > < span class = "cLow-min" > 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 > < / span > < / p >
< p > < b > < span class = "cLow-autor" > The ProcessMaker Team< / span > < / b > < / p >
2013-04-12 16:48:23 -04:00
2015-04-22 10:58:50 -04:00
< input type = "checkbox" name = "getStarted" id = "getStarted" onclick = "saveConfig();" > < span class = "cLow" > Don't show me again< / span >
2013-04-12 16:48:23 -04:00
< / td >
< / tr >
< / table >
< / body >
< / html >
< script type = "text/javascript" >
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();
}
if (panel) {
if (panel.remove) {
panel.remove();
return false;
}
}
if (window.parent) {
if (parent.Ext) {
parent.Ext.getCmp("gettingStartedWindow").close();
}
}
};
< / script >