Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
common
modules
fg
views
editor
index.php
1
<?php
2
$bp = $config[
'basePath'
];
3
?>
4
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
5
<html lang=
"en-us"
>
6
<head>
7
<meta charset=
"utf-8"
/>
8
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/jquery-1.7.2.min.js"
></script>
9
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/jquery-ui/js/jquery-ui-1.8.21.custom.min.js"
></script>
10
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $bp; ?>/js/jquery/jquery-ui/css/smoothness/jquery-ui-1.8.21.custom.css"
>
11
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/jquery.json-2.3.js"
></script>
12
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/jquery.cookie.js"
></script>
13
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/jquery.class.js"
></script>
14
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/tipsy/jquery.tipsy.js"
></script>
15
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $bp; ?>/js/jquery/tipsy/css/tipsy.css"
>
16
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/jquery/jquery.surfacing.js"
></script>
17
18
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/utils.js"
></script>
19
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/formgenerator.js"
></script>
20
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/config.js"
></script>
21
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/language.js"
></script>
22
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/elements.js"
></script>
23
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/elements_helper.js"
></script>
24
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/library.js"
></script>
25
<script type=
"text/javascript"
src=
"<?php echo $bp; ?>/js/undoredo.js"
></script>
26
27
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $bp; ?>/css/style.css"
>
28
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $bp; ?>/css/elements.css"
>
29
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $bp; ?>/css/fg-form.css"
>
30
31
<script type=
"text/javascript"
>
32
$.extend($.fg.Config, <?php echo CJSON::encode($config); ?>);
33
</script>
34
</head>
35
<body>
36
<div
id
=
"work-panel"
>
37
<div
id
=
"toolbar"
></div>
38
<div
id
=
"form"
class
=
"fg-form"
></div>
39
<div
id
=
"library"
></div>
40
<div
id
=
"element-editor"
>
41
<h4
class
=
"element-editor-title"
></h4>
42
<span
class
=
"icon-resizable"
></span>
43
<a href=
"#"
class
=
"button-close"
></a>
44
<div
class
=
"outer"
>
45
<div
class
=
"content"
></div>
46
</div>
47
</div>
48
</div>
49
</body>
50
</html>
Generated on Thu Jun 20 2013 14:45:15 for Gentics Portal.Node PHP API by
1.8.1.2