Added statically generated version of the website (Simply Static)
30
static/wp-content/plugins/akismet/_inc/form.js
Normal file
@@ -0,0 +1,30 @@
|
||||
var ak_js = document.getElementById( "ak_js" );
|
||||
|
||||
if ( ! ak_js ) {
|
||||
ak_js = document.createElement( 'input' );
|
||||
ak_js.setAttribute( 'id', 'ak_js' );
|
||||
ak_js.setAttribute( 'name', 'ak_js' );
|
||||
ak_js.setAttribute( 'type', 'hidden' );
|
||||
}
|
||||
else {
|
||||
ak_js.parentNode.removeChild( ak_js );
|
||||
}
|
||||
|
||||
ak_js.setAttribute( 'value', ( new Date() ).getTime() );
|
||||
|
||||
var commentForm = document.getElementById( 'commentform' );
|
||||
|
||||
if ( commentForm ) {
|
||||
commentForm.appendChild( ak_js );
|
||||
}
|
||||
else {
|
||||
var replyRowContainer = document.getElementById( 'replyrow' );
|
||||
|
||||
if ( replyRowContainer ) {
|
||||
var children = replyRowContainer.getElementsByTagName( 'td' );
|
||||
|
||||
if ( children.length > 0 ) {
|
||||
children[0].appendChild( ak_js );
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
static/wp-content/plugins/gtranslate/24.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/wp-content/plugins/gtranslate/24a.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/wp-content/plugins/gtranslate/alt_flags.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
static/wp-content/plugins/gtranslate/alt_flagsa.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
static/wp-content/plugins/gtranslate/arrow_down.png
Normal file
|
After Width: | Height: | Size: 208 B |
BIN
static/wp-content/plugins/gtranslate/arrow_up.png
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
static/wp-content/plugins/gtranslate/flags/16/nl.png
Normal file
|
After Width: | Height: | Size: 367 B |
14
static/wp-content/plugins/gtranslate/gtranslate-style24.css
Normal file
@@ -0,0 +1,14 @@
|
||||
a.gflag {font-size:24px;padding:1px 0;background-repeat:no-repeat;background-image:url(/wp-content/plugins/gtranslate/24.png);}
|
||||
a.gflag img {border:0;height:24px;display:inline;}
|
||||
a.gflag:hover {background-image:url(/wp-content/plugins/gtranslate/24a.png);}
|
||||
img.gstats {display:none;}
|
||||
a.alt_flag {background-image:url(/wp-content/plugins/gtranslate/alt_flags.png);}
|
||||
a.alt_flag:hover {background-image:url(/wp-content/plugins/gtranslate/alt_flagsa.png);}
|
||||
a.us_flag {background-position:-0px -100px;}
|
||||
a.br_flag {background-position:-100px -100px;}
|
||||
a.mx_flag {background-position:-200px -100px;}
|
||||
|
||||
a.glink {text-decoration:none;}
|
||||
a.glink span {margin-right:5px;font-size:15px;vertical-align:middle;}
|
||||
a.glink img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
|
||||
a.glink:hover img {opacity:1;}
|
||||
BIN
static/wp-content/plugins/gtranslate/switcher.png
Normal file
|
After Width: | Height: | Size: 207 B |