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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Demo</title> | |
| {{js "demo"}} | |
| <script src="https://apis.google.com/js/client.js?onload=load"></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
| var firstTime = true; | |
| var USHoliday = [], | |
| UAHoliday = [], | |
| email, | |
| vacation=0, | |
| wfh=0, | |
| sick=0, | |
| myJSON = []; |
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
| {% extends "page/vacation-base.html" %} | |
| {%block page_class%}p-vacation{%endblock%} | |
| {% block content %} | |
| <div class="login"> | |
| <h1 class="login-h1">You need to work in Grammarly.</h1> | |
| <input type="button" value="Login" id="login"/> | |
| </div> |
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
| end //sort function | |
| $(".content__top-vacation-rolled").click(function(){ | |
| deleteDate(); | |
| sortRolled(); | |
| outputData(); | |
| }); | |
| function sortRolled(){ | |
| for(var i = 1; i<members.length; ++i){ | |
| for (var j = members.length-1; j>=i; --j){ |
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
| $(document).ready(function() { | |
| var firstTime = true, | |
| USHoliday = [], | |
| UAHoliday = []; | |
| var accountNum = 0; | |
| var myJSON = [], |
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
| imbir: function(callback) { | |
| callback(null, { | |
| title: 'Imbir', | |
| name: 'imbir', | |
| href: 'https://www.facebook.com/cafeimbir', | |
| singleBox: true, | |
| menu: { | |
| title: '', | |
| type: 'first-second', | |
| items: |
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
| imbir: function(callback) { | |
| callback(null, { | |
| title: 'Imbir', | |
| name: 'imbir', | |
| href: 'https://www.facebook.com/cafeimbir', | |
| singleBox: true, | |
| menu: { | |
| title: '', | |
| type: 'first-second', | |
| items: |
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
| capo: function(callback) { | |
| callback(null, { | |
| title: 'Capo', | |
| name: 'capo', | |
| href: 'http://capo.com.ua/business-lunch/', | |
| singleBox: true, | |
| menu: [ | |
| { | |
| title: '', | |
| type: 'first-second', |
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>Book</title> | |
| </head> | |
| <script src="http://code.jquery.com/jquery-git2.js"></script> | |
| <body> | |
| <input type="text" name="text" value="" class="text"> | |
| <input type="button" name="find" value="find" class="find"> |
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>Book</title> | |
| <style type="text/css" media="screen"> | |
| .result-google{ | |
| width: 50%; | |
| } | |
| .result-word-cat{ |