UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
workflow
/
engine
/
skinEngine
/
base
/
layout-raw.html
17 lines
(16 loc)
•
310 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<table width=
"100%"
cellspacing=
"0"
cellpadding=
"0"
> <
tr
> <td width=
"100%"
align=
"center"
> <script
type
=
"text/javascript"
> {
$header
} </script> {php} global
$G_TEMPLATE
;
if
(
$G_TEMPLATE
!=
''
) { G::LoadTemplate(
$G_TEMPLATE
); } {/php} </td> </tr> </table>