initial commit from rev. 632
This commit is contained in:
66
workflow/engine/templates/services/login_getStarted.html
Normal file
66
workflow/engine/templates/services/login_getStarted.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<html>
|
||||
<!-- #BeginTemplate "a_logo_izq_en.dwt" -->
|
||||
<head>
|
||||
<!-- #BeginEditable "doctitle" -->
|
||||
<title>Get Started</title>
|
||||
<!-- #EndEditable -->
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body,table {
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
span.cMargLeft { padding-left: 20; }
|
||||
|
||||
.cell2 {
|
||||
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;
|
||||
}
|
||||
|
||||
span.cNeg {
|
||||
COLOR: #002c72;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.cLow {
|
||||
color: #002c72;
|
||||
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<table width="600" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td> <a href="http://www.processmaker.com"><img src="/images/get_started.png" border="0" width="163" height="438"></a></td>
|
||||
<td class="cell2">
|
||||
<p><span class="cLow"><strong>Get Started</strong></span></p>
|
||||
<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>
|
||||
|
||||
|
||||
<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 href="http://www.processmaker.com/demos/">http://www.processmaker.com/demos/</a> </span></p>
|
||||
<p><span class="cLow">Other Resources:</span></p>
|
||||
<p><span class="cLow"><a href="http://library.processmaker.com">PM Library </a>- Import Templates</span><br>
|
||||
<p><span class="cLow"><a href="http://wiki.processmaker.com">PM Wiki </a>- Manuals</span><br>
|
||||
<p><span class="cLow"><a 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 href="http://www.processmaker.com/contact-us">contact us.</a>
|
||||
</span></p>
|
||||
<p><span class="cLow">The ProcessMaker Team</span></p>
|
||||
<p><input type="checkbox" name="getStarted" id="getStarted" onclick="saveConfig();"><span class="cLow">Don't show me again</span></p>
|
||||
<!-- #EndEditable -->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
Reference in New Issue
Block a user