Skip to content

Commit

Permalink
Agrego imágenes de lenguage
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoefe committed Nov 28, 2016
1 parent 19e8b4c commit f69d0a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
Binary file added src/lang-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lang-es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions src/txt-to-sql.jade
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ html(lang=lang)
body
a(href="https://github.com/codenautas/txt-to-sql")
img(style="position: absolute; top: 0; right: 0; border: 0;", src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67", alt="Fork me on GitHub", data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png")
a(href="https://github.com/codenautas/txt-to-sql/issues")
img(style="position: absolute; top: 80px; right: 90px; border: 0;", src="new-issue-es.png", alt="New issue")
div(style="position: absolute; top: 40px; right: 140px; border: 0;")
input(type="radio", name="lang", value="es" checked)
img(src="lang-es.png", alt="Choose spanish")
br
input(type="radio", name="lang", value="en")
img(src="lang-en.png", alt="Choose english")
a(href="https://github.com/codenautas/txt-to-sql/issues")
img(style="position: absolute; top: 80px; left: 20px; border: 0;", src="new-issue-es.png", alt="New issue")
div(style={float:'left', height:'180px', margin:'0px 30px'})
img(src="txt-to-sql.png")
h1 txt-to-sql
Expand Down
6 changes: 3 additions & 3 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe("file encoding", function(){
});
});

function add_stringize_tests(fixtures, lang) {
function addStringizeTests(fixtures, lang) {
fixtures.forEach(function(check, index) {
var name=lang+' '+(index+1)+': '+JSON.stringify(check.stats).substr(0,40)+'...';
if(check.skip) {
Expand Down Expand Up @@ -270,7 +270,7 @@ describe("stringizeStats", function(){
.replace('time','tiempo')
fixtures_es.push(fix);
});
add_stringize_tests(fixtures_en, 'en');
add_stringize_tests(fixtures_es, 'es');
addStringizeTests(fixtures_en, 'en');
addStringizeTests(fixtures_es, 'es');
});

Binary file added web/lang-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/lang-es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/txt-to-sql.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><!-- UTF-8: Sí--><head><title>txt-to-sql</title><meta charset="UTF-8"><link rel="icon" href="txt-to-sql.png" type="image/png"><link rel="shortcut icon" href="txt-to-sql.png" type="image/png"><link rel="apple-touch-icon" href="txt-to-sql.png"><link href="txt-to-sql.css" rel="stylesheet"></head><body><a href="https://github.com/codenautas/txt-to-sql"><img style="position: absolute; top: 0; right: 0; border: 0" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a><a href="https://github.com/codenautas/txt-to-sql/issues"><img style="position: absolute; top: 80px; right: 90px; border: 0" src="new-issue-es.png" alt="New issue"></a><div style="float:left;height:180px;margin:0px 30px"><img src="txt-to-sql.png"></div><h1>txt-to-sql</h1><div><label>Paso 1: </label><input value="Elegir" type="file" id="inputFile"><span>&nbsp;</span><label>Separador: </label><input type="text" id="inputSeparator" size="8" title="Definir separador, si vacío, auto-detecta" placeholder="auto detectar"></div><div id="steps"></div><pre id="log"></pre><pre id="errMessage" style="color:red"></pre></body><script>/* space */
<!DOCTYPE html><html><!-- UTF-8: Sí--><head><title>txt-to-sql</title><meta charset="UTF-8"><link rel="icon" href="txt-to-sql.png" type="image/png"><link rel="shortcut icon" href="txt-to-sql.png" type="image/png"><link rel="apple-touch-icon" href="txt-to-sql.png"><link href="txt-to-sql.css" rel="stylesheet"></head><body><a href="https://github.com/codenautas/txt-to-sql"><img style="position: absolute; top: 0; right: 0; border: 0" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a><div style="position: absolute; top: 40px; right: 140px; border: 0"><input type="radio" name="lang" value="es" checked><img src="lang-es.png" alt="Choose spanish"><br><input type="radio" name="lang" value="en"><img src="lang-en.png" alt="Choose english"><a href="https://github.com/codenautas/txt-to-sql/issues"><img style="position: absolute; top: 80px; left: 20px; border: 0" src="new-issue-es.png" alt="New issue"></a></div><div style="float:left;height:180px;margin:0px 30px"><img src="txt-to-sql.png"></div><h1>txt-to-sql</h1><div><label>Paso 1: </label><input value="Elegir" type="file" id="inputFile"><span>&nbsp;</span><label>Separador: </label><input type="text" id="inputSeparator" size="8" title="Definir separador, si vacío, auto-detecta" placeholder="auto detectar"></div><div id="steps"></div><pre id="log"></pre><pre id="errMessage" style="color:red"></pre></body><script>/* space */
var module = {};
/* space */
function getID(id) { return document.getElementById(id); }</script><script src="buffer.js"></script><script src="iconv-lite.js"></script><script>/* space */
Expand Down

0 comments on commit f69d0a3

Please sign in to comment.