Skip to content

Commit

Permalink
Actualización 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 1, 2019
1 parent 9866b6f commit 7cf0bb9
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 32 deletions.
2 changes: 1 addition & 1 deletion app/about.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion app/globalconfig.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion app/init.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion app/releases/auxiliares/config.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -36,4 +36,5 @@ let update_download_counter = 'Template-Auxiliares';
*/
function afterDocumentReady() {}

// noinspection JSUnusedGlobalSymbols
function afterJSONLoad() {}
3 changes: 2 additions & 1 deletion app/releases/controles/config.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -36,4 +36,5 @@ let update_download_counter = 'Template-Controles';
*/
function afterDocumentReady() {}

// noinspection JSUnusedGlobalSymbols
function afterJSONLoad() {}
2 changes: 1 addition & 1 deletion app/releases/informe/config.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion app/releases/professional-cv/config.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -36,6 +36,7 @@ let update_download_counter = 'Professional-CV';
*/
function afterDocumentReady() {}

// noinspection JSUnusedGlobalSymbols
function afterJSONLoad() {
$('#exampletablepdfview1').attr('href', pdf_href_lastv);
$('#exampletablepdfview2').attr('href', pdf_href_lastv);
Expand Down
22 changes: 11 additions & 11 deletions app/utils.js
@@ -1,7 +1,7 @@
/**
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -211,14 +211,14 @@ function throwError(error) {
hide_element_id('template-preview-pdf');

let $html_section = $('#main-content-section');
let html_error_div = '<div class="tooltip error_msg_1"><div id="errorMsgText"><!--suppress HtmlUnknownTarget --><img src="res/ui/erroricon.png" />{0}</div><div></div></div>';
let html_error_div = '<div class="tooltip error_msg_1"><div id="errorMsgText"><!--suppress HtmlUnknownTarget --><img src="res/ui/erroricon.png" alt=""/>{0}</div><div></div></div>';
// noinspection JSUnresolvedVariable
$html_section.html(String.format(html_error_div, error.msg));
$('.error_msg_1').tooltipster({
animation: 'grow',
content: error.moreinfo,
side: 'bottom',
theme: 'tooltipster-borderless',
theme: 'tooltipster-borderless'
});
let backheight = $(window).height() - $('.page-header').innerHeight();
$html_section.css('height', backheight);
Expand Down Expand Up @@ -264,21 +264,21 @@ function writeBadges() {
$badgediv.html('');

// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/tesis.html" id="aimg"><img src="res/badges/tesis.svg" style="display: none" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/tesis.html" id="aimg"><img src="res/badges/tesis.svg" style="display: none" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/apunte.html" id="aimg"><img src="res/badges/apunte.svg" style="display: none" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/apunte.html" id="aimg"><img src="res/badges/apunte.svg" style="display: none" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/tareas.html" id="aimg"><img src="res/badges/tareas.svg" style="display: none" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/tareas.html" id="aimg"><img src="res/badges/tareas.svg" style="display: none" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/auxiliares.html" id="aimg"><img src="res/badges/auxiliares.svg" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/auxiliares.html" id="aimg"><img src="res/badges/auxiliares.svg" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/controles.html" id="aimg"><img src="res/badges/controles.svg" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/controles.html" id="aimg"><img src="res/badges/controles.svg" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/pautas.html" id="aimg"><img src="res/badges/pauta.svg" style="display: none" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/pautas.html" id="aimg"><img src="res/badges/pauta.svg" style="display: none" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/informe.html" id="aimg"><img src="res/badges/informe.svg" /></a> ');
$badgediv.append('<a href="https://latex.ppizarror.com/informe.html" id="aimg"><img src="res/badges/informe.svg" alt=""/></a> ');
// noinspection HtmlUnknownTarget
$badgediv.append('<a href="https://latex.ppizarror.com/professional-cv.html" id="aimg"><img src="res/badges/professionalcv.svg" /></a>');
$badgediv.append('<a href="https://latex.ppizarror.com/professional-cv.html" id="aimg"><img src="res/badges/professionalcv.svg" alt=""/></a>');
$badgediv.fadeIn('slow');
}

Expand Down
2 changes: 1 addition & 1 deletion app/utils.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions auxiliares.html
Expand Up @@ -7,7 +7,7 @@
<!--
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -192,7 +192,7 @@ <h2 style='margin-top: 2.5rem;'>
<h2><a id="autor" class="anchor" href="#autor" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Autor
</h2>
<p><a href="https://ppizarror.com/">Pablo Pizarro R.</a> | 2017 - 2018</p>
<p><a href="https://ppizarror.com/">Pablo Pizarro R.</a> | 2017 - 2019</p>
<p>Si tienes alguna sugerencia envíame un correo a: <a href="mailto:pablo.pizarro@ing.uchile.cl">pablo.pizarro@ing.uchile.cl</a>
</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion controles.html
Expand Up @@ -7,7 +7,7 @@
<!--
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
16 changes: 8 additions & 8 deletions informe.html
Expand Up @@ -7,7 +7,7 @@
<!--
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R.
Copyright 2017-2019 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -140,26 +140,26 @@ <h2><a id="template-de-informe-en-latex" class="anchor" href="#template-de-infor
<img src="res/badges/chat.svg" alt=""/>
</a>
<a href="" id="templatestats">
<svg xmlns="http://www.w3.org/2000/svg" width="104" height="20"
<svg xmlns="http://www.w3.org/2000/svg" width="110" height="20"
id="downloadcounter-banner">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"></stop>
<stop offset="1" stop-opacity=".1"></stop>
</linearGradient>
<clipPath id="a">
<rect width="104" height="20" rx="3" fill="#fff"></rect>
<rect width="110" height="20" rx="3" fill="#fff"></rect>
</clipPath>
<g clip-path="url(#a)">
<path fill="#555" d="M0 0h67v20H0z"></path>
<path fill="#4c1" d="M67 0h37v20H67z"></path>
<path fill="url(#b)" d="M0 0h104v20H0z"></path>
<path fill="#4c1" d="M67 0h43v20H67z"></path>
<path fill="url(#b)" d="M0 0h110v20H0z"></path>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="33.5" y="15" fill="#010101" fill-opacity=".3">Descargas</text>
<text x="33.5" y="14">Descargas</text>
<text x="84.5" y="15" fill="#010101" fill-opacity=".3" id="total-download-counter-1"
<text x="87.5" y="15" fill="#010101" fill-opacity=".3" id="total-download-counter-1"
style="opacity: 0"></text>
<text x="84.5" y="14" id="total-download-counter-2" style="opacity: 0"></text>
<text x="87.5" y="14" id="total-download-counter-2" style="opacity: 0"></text>
</g>
</svg>
</a>
Expand Down Expand Up @@ -3251,7 +3251,7 @@ <h2>
</a>
Autor
</h2>
<p><a href="http://ppizarror.com/">Pablo Pizarro R.</a> | 2016 - 2018</p>
<p><a href="http://ppizarror.com/">Pablo Pizarro R.</a> | 2016 - 2019</p>
<p>
Si tienes alguna sugerencia envíame un correo a: <a href="mailto:pablo.pizarro@ing.uchile.cl">pablo.pizarro@ing.uchile.cl</a>
</p>
Expand Down

0 comments on commit 7cf0bb9

Please sign in to comment.