forked from qwerty/tupali
Menu index.php
This commit is contained in:
parent
373e340b75
commit
3a078e0791
21
index.php
21
index.php
@ -17,7 +17,7 @@ if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On');}
|
||||
<head >
|
||||
|
||||
<meta http-equiv="Cache-control" content="public">
|
||||
<meta charset="ISO-8859-1">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@ -288,8 +288,8 @@ if ($variable !=''){
|
||||
$mapa
|
||||
<span>Powered by <a href='https://github.com/humano/milfs' target='milfs'>MILFS</a></span>
|
||||
<div class='container' style='background-color:white' >
|
||||
<h2><img src= 'https://qwerty.co/qr/?d=https://$web[0]/a$form'>Comparte nuestra aplicación</h2>
|
||||
<p>Descarga una aplicación para leer este código
|
||||
<h2><img src= 'https://qwerty.co/qr/?d=https://$web[0]/a$form'>Comparte nuestra aplicación</h2>
|
||||
<p>Descarga una aplicación para leer este código
|
||||
<a href='https://play.google.com/store/search?q=qr%20code%20reader&hl=es_419'><i class='fa fa-android'></i></a>
|
||||
<a href='https://itunes.apple.com/us/app/qr-reader-for-iphone/id368494609?mt=8'><i class='fa fa-apple'></i></a>
|
||||
</p>
|
||||
@ -681,7 +681,7 @@ function addLink() {
|
||||
var body_element = document.getElementsByTagName('body')[0];
|
||||
var selection;
|
||||
selection = window.getSelection();
|
||||
var pagelink = " /* <br /><br />Gracias por compartir, por favor citanos así:<br/><a href='"+document.location.href+"'>"+document.location.href+"<br /><b>https://tupale.co</b> */";
|
||||
var pagelink = " /* <br /><br />Gracias por compartir, por favor citanos asÃ:<br/><a href='"+document.location.href+"'>"+document.location.href+"<br /><b>https://tupale.co</b> */";
|
||||
var copytext = selection + pagelink;
|
||||
var newdiv = document.createElement('div');
|
||||
newdiv.style.position='absolute';
|
||||
@ -703,7 +703,7 @@ document.oncopy = addLink;
|
||||
<a href="frida.php?redirect" >
|
||||
<img class='center-block img img-responsive' src='https://tupale.co/milfs/images/frida.gif'>
|
||||
</a>
|
||||
<a href="frida.php" ><small class="center-block" >¿ Necesitas ayuda para apoyarnos ?</small></a>
|
||||
<a href="frida.php" ><small class="center-block" >¿ Necesitas ayuda para apoyarnos ?</small></a>
|
||||
</div> -->
|
||||
<?php
|
||||
//echo "<h1>$identificador</h1>";
|
||||
@ -782,15 +782,16 @@ document.oncopy = addLink;
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="hidden">
|
||||
<a href="#"></a>
|
||||
</li>
|
||||
<li><a class='' href='<?php echo $portal_url ?>'><i class='fa fa-home'></i> Portal</a></li>
|
||||
<li><a class='' href='<?php echo $link_empresa ?>'><?php echo $sigla[0] ?> Inicio</a></li>
|
||||
<li><a href='milfs/'>Administrador</a></li>
|
||||
<li>
|
||||
<a href='?asistento'>Quiero crear una campaña </a>
|
||||
</li>
|
||||
<li><?php echo milfs_session("$login_formulario","$login_campo_usuario","$login_campo_password","boton",""); ?>
|
||||
<div id='formulario_login' class='' ></div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -810,7 +811,7 @@ document.oncopy = addLink;
|
||||
<div class="separator"> </div>
|
||||
<form class="search-form col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
|
||||
<div class="input-group">
|
||||
<input type="text" class="search-input form-control" placeholder="¿Qué estás buscando?">
|
||||
<input type="text" class="search-input form-control" placeholder="¿Qué estás buscando?">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-raised btn-primary" type="button">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
@ -863,7 +864,7 @@ document.oncopy = addLink;
|
||||
<a href="frida.php?redirect" >
|
||||
<img class='center-block img img-responsive' src='https://tupale.co/milfs/images/frida.gif'>
|
||||
</a>
|
||||
<a href="frida.php" ><small class="center-block" >¿ Necesitas ayuda para apoyarnos ?</small></a>
|
||||
<a href="frida.php" ><small class="center-block" >¿ Necesitas ayuda para apoyarnos ?</small></a>
|
||||
</div> -->
|
||||
<div class="col-md-12">
|
||||
<div class='center-block'>
|
||||
|
Loading…
Reference in New Issue
Block a user