MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
base.php
Ir para a documentação deste ficheiro.
1
<?php
2
$url
= $miolo->getConf(
'home.url'
);
3
$title
= $miolo->getConf(
'theme.title'
);
4
$action
= $miolo->getPage()->action;
5
$id
= $miolo->getPage()->name;
6
$lang
= strtolower(str_replace(
'_'
,
'-'
, $miolo->getConf(
'i18n.language'
)));
7
$charset
= $miolo->getConf(
'options.charset'
);
8
$favicon
= $theme->getFavicon();
9
?>
10
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
>
11
<html>
12
<head>
13
<title><?php echo
$title
; ?></title>
14
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $url ?>/themes/<?php echo $theme->id ?>/dojo.css"
>
15
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $url ?>/themes/<?php echo $theme->id ?>/miolo.css"
>
16
17
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $url ?>/themes/<?php echo $theme->id ?>/libs/bootstrap-3.3.7-dist/css/bootstrap.min.css"
>
18
<link rel=
"stylesheet"
type=
"text/css"
href=
"<?php echo $url ?>/themes/<?php echo $theme->id ?>/libs/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css"
>
19
20
<?php echo
$favicon
; ?>
21
22
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=<?php echo $charset ?>"
/>
23
<meta name=
"Generator"
content=
"http://www.miolo.org.br"
>
24
25
<!-- It is used with Internet Explorer to debug javascript
26
<script language=
"javascript"
type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/firebug/firebug-lite.js"
></script>
27
-->
28
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/dojoroot/config.js"
></script>
29
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/dojoroot/dojo/dojo.js"
data-dojo-config=
"usePlainJson:true, parseOnLoad:false, preventBackButtonFix:false, locale:'<?php echo $lang ?>'"
></script>
30
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_miolo.js"
></script>
31
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_hash.js"
></script>
32
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_page.js"
></script>
33
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_ajax.js"
></script>
34
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_encoding.js"
></script>
35
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_box.js"
></script>
36
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_form.js"
></script>
37
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/m_md5.js"
></script>
38
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/jscookmenu/jscookmenu.js"
></script>
39
<script type=
"text/javascript"
src=
"<?php echo $url ?>/scripts/jscookmenu/jscookmenu_<?php echo $miolo->getConf('options.mainmenu.style') ?>.js"
></script>
40
41
<script type=
"text/javascript"
src=
"<?php echo $url ?>/themes/<?php echo $theme->id ?>/libs/bootstrap-3.3.7-dist/js/bootstrap.min.js"
></script>
42
43
<script type=
"text/javascript"
>
44
<!--
45
miolo.loadDeps();
46
miolo.configureHistory(
"<?php echo $action ?>"
);
47
dojo.addOnLoad(miolo.initHistory);
48
//-->
49
</script>
50
51
</head>
52
<body
class
=
"mThemeBody"
>
53
<!-- begin of page -->
54
<div
id
=
"<?php echo $id ?>"
>
55
<div
id
=
"stdout"
class
=
"mStdOut"
></div>
56
57
<div
id
=
"mLoadingMessageBg"
></div>
58
<div
id
=
"mLoadingMessage"
>
59
<div
id
=
"mLoadingMessageImage"
>
60
<div
id
=
"mLoadingMessageText"
>Carregando...</div>
61
</div>
62
</div>
63
64
<!-- begin of form __mainForm -->
65
<div
id
=
"__mainForm__scripts"
dojoType=
"dojox.layout.ContentPane"
layoutAlign=
"client"
executeScripts=
"true"
66
cleanContent=
"true"
>
67
</div>
68
<div
id
=
"__mainForm"
dojoType=
"dojox.layout.ContentPane"
layoutAlign=
"client"
executeScripts=
"true"
69
cleanContent=
"true"
>
70
</div>
71
<!-- end of form __mainForm -->
72
</div>
73
<!-- end of page -->
74
</body>
75
</html>
76
77
<?php require_once
'./cookiesPopup.php'
; ?>
$favicon
$favicon
Definição
base.php:8
$lang
$lang
Definição
base.php:6
$action
$action
Definição
base.php:4
$url
$url
Definição
base.php:2
$title
$title
Definição
base.php:3
$id
$id
Definição
base.php:5
$charset
$charset
Definição
base.php:7
classes
ui
themes
sbootstrap
template
base.php
Gerado por
1.10.0