forked from qwerty/tupali
mejoraras vista aplicacion
This commit is contained in:
parent
4cb5081d83
commit
803be0bed5
12
index.php
12
index.php
@ -117,7 +117,7 @@ $plantilla= $_REQUEST['plantilla'];
|
|||||||
|
|
||||||
if(isset($_REQUEST['tema']) AND $_REQUEST['tema'] !="") { $tema= "$_REQUEST[tema]";}
|
if(isset($_REQUEST['tema']) AND $_REQUEST['tema'] !="") { $tema= "$_REQUEST[tema]";}
|
||||||
else {
|
else {
|
||||||
if($v[0] =='a' OR $v[0] =='k') { $tema='aplicacion'; }else{$tema="moon";}
|
// if($v[0] =='a' OR $v[0] =='k') { $tema=''; }else{$tema="moon";}
|
||||||
}
|
}
|
||||||
$presentacion_cabeza = "
|
$presentacion_cabeza = "
|
||||||
<link rel='stylesheet' href='librerias/reveal/css/reveal.css'>
|
<link rel='stylesheet' href='librerias/reveal/css/reveal.css'>
|
||||||
@ -131,7 +131,7 @@ $presentacion_cabeza = "
|
|||||||
var link = document.createElement( 'link' );
|
var link = document.createElement( 'link' );
|
||||||
link.rel = 'stylesheet';
|
link.rel = 'stylesheet';
|
||||||
link.type = 'text/css';
|
link.type = 'text/css';
|
||||||
link.href = window.location.search.match( /print-pdf/gi ) ? 'lbrerias/reveal/css/print/pdf.css' : 'librerias/reveal/css/print/paper.css';
|
link.href = window.location.search.match( /print-pdf/gi ) ? 'librerias/reveal/css/print/pdf.css' : 'librerias/reveal/css/print/paper.css';
|
||||||
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ $presentacion_cabeza = "
|
|||||||
";
|
";
|
||||||
|
|
||||||
$presentacion_pie="
|
$presentacion_pie="
|
||||||
|
<script src='librerias/lazy/jquery.lazy.min.js'></script>
|
||||||
<script src='librerias/reveal/lib/js/head.min.js'></script>
|
<script src='librerias/reveal/lib/js/head.min.js'></script>
|
||||||
<script src='librerias/reveal/js/reveal.js'></script>
|
<script src='librerias/reveal/js/reveal.js'></script>
|
||||||
|
|
||||||
@ -314,7 +314,7 @@ if ($variable !=''){
|
|||||||
/// s= SET DE DATOS
|
/// s= SET DE DATOS
|
||||||
$embebido = "1";
|
$embebido = "1";
|
||||||
if(isset($_REQUEST['print'])) { $print = "window.print()";}
|
if(isset($_REQUEST['print'])) { $print = "window.print()";}
|
||||||
$onload = "".planilla("$set","$_REQUEST[registros]")." <script type=\"text/javascript\">$print</script> ";
|
$onload = "".planilla("$set","$_REQUEST[registros]",'')." <script type=\"text/javascript\">$print</script> ";
|
||||||
|
|
||||||
}
|
}
|
||||||
elseif($v[0] =='i') {
|
elseif($v[0] =='i') {
|
||||||
@ -539,7 +539,7 @@ if ($variable !=''){
|
|||||||
|
|
||||||
|
|
||||||
";
|
";
|
||||||
$librerias_pie ="
|
$librerias_pie ="
|
||||||
|
|
||||||
|
|
||||||
$aplicacion_pie
|
$aplicacion_pie
|
||||||
@ -1236,7 +1236,7 @@ else {
|
|||||||
<!-- iOS Safari -->
|
<!-- iOS Safari -->
|
||||||
<meta name='apple-mobile-web-app-capable' content='yes'/>
|
<meta name='apple-mobile-web-app-capable' content='yes'/>
|
||||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||||
|
|
||||||
";
|
";
|
||||||
include("temas/$tema/cabecera");
|
include("temas/$tema/cabecera");
|
||||||
include("temas/$tema/pie");
|
include("temas/$tema/pie");
|
||||||
|
2
milfs
2
milfs
@ -1 +1 @@
|
|||||||
Subproject commit 453a8126e1c70a48621aec0fa8112a9de20a082f
|
Subproject commit 9d6530d8d423ec70e803f6568a98342144bde42b
|
Loading…
Reference in New Issue
Block a user