This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = angular.module("Time",[]); | |
var hours = 0; | |
var minutes = 0; | |
app.controller("Picker",function($scope){ | |
$scope.next_minutes = function(){ | |
minutes++; | |
$scope.minutos = minutes; | |
} | |
$scope.next = function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = angular.module("Time",[]); | |
var hours = 0; | |
var minutes = 0; | |
app.controller("Picker",function($scope){ | |
$scope.next_minutes = function(){ | |
minutes++; | |
$scope.minutos = minutes; | |
} | |
$scope.next = function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = angular.module("Time",[]); | |
var hours = 0; | |
var minutes = 0; | |
app.controller("Picker",function($scope){ | |
$scope.next_minutes = function(){ | |
minutes++; | |
$scope.minutos = minutes; | |
} | |
$scope.next = function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>// <![CDATA[ | |
var urlT = ""; | |
var text = ""; | |
$(document).on('click','.twitter-share',function(e){ | |
e.preventDefault(); | |
my_window = window.open('https://twitter.com/intent/tweet?original_referer='+encodeURIComponent(urlT)+'&text='+text+'&url='+encodeURIComponent(urlT), | |
'Club Premier: Gana Kilómetros con Aeroméxico', | |
'width=626,height=436'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.time-picker{ | |
text-align: center; | |
margin-top: 90px; | |
} | |
.time{ | |
text-align: center; | |
margin-top: 60px; | |
font-size: 21px; | |
font-family: helvetica; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.time-picker{ | |
text-align: center; | |
margin-top: 90px; | |
} | |
.time{ | |
text-align: center; | |
margin-top: 60px; | |
font-size: 21px; | |
font-family: helvetica; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Timepicker Directive - AngularJS</title> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script> | |
<script type="text/javascript" src="./controllers/app.js"></script> | |
</head> | |
<body ng-app='Time' ng-controller='Picker'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="js/jquery-min.js"></script> | |
<script type="text/javascript" src="js/underscore-min.js"></script> | |
<script type="text/javascript" src="js/backbone-min.js"></script> | |
<script type="text/javascript" src="../backbone.statemachine.js"></script> | |
</head> | |
<body> | |
<script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Template Name: Unsubscribe Page | |
*/ | |
?> | |
<?php | |
get_header(); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Solution | |
1: Una vez dentro del codigo fuente de zaveapp , ingresar a la carpeta wp-content | |
2: Ingresar a la carpeta 'themes' , seguido de la carpeta 'eos-v1.0.3' | |
3: Ingresar a la carpeta 'templates' y buscar el archivo 'recover_password.php' | |
4: Una vez dentro de el archivo 'recover_password.php' , ubicar estas 2 lineas de codigo: | |
<div id="success-message" class="alert alert-info hide">Se ha cambiado su contraseña con éxito</div> | |
<div id="error-message" class="alert alert-danger hide">No se ha podido modificar la contraseña, verifique sus datos</div> |
NewerOlder