Difference between revisions of "Template:Find a nation"

From NSWiki
Jump to: navigation, search
Line 1: Line 1:
<shtml version="2" keyname="jenlom" hash="44aa3f164a02d4491d0f2c5ccfbb61701d31127217635b49c4588e05b3f84df7"><script>
+
<shtml version="2" keyname="jenlom" hash="32d1fecad6ad838b7b33a0d537205e6827b265c30eb5cac1861a4b170574afbf"><script>
function showDiv() {
+
function showDivnation() {
 
     if ($('#nation:hidden').length > 0) {
 
     if ($('#nation:hidden').length > 0) {
 
         $('#nation').slideDown('medium');  
 
         $('#nation').slideDown('medium');  
Line 6: Line 6:
 
         $('#nationinput').select();
 
         $('#nationinput').select();
 
   } else {
 
   } else {
         search();
+
         searchnation();
 
     }
 
     }
 
}
 
}
function press(e) {
+
function pressnation(e) {
 
     var evt = e || window.event
 
     var evt = e || window.event
 
     if (evt.keyCode === 13) {
 
     if (evt.keyCode === 13) {
         search();
+
         searchnation();
 
     }
 
     }
 
}
 
}
function search() {
+
function searchnation() {
     window.location.href = "http://nswiki.org/index.php?search=Nation/" + $("#nationinput").val();
+
     window.location.href = "http://nswiki.org/index.php?search=" + $("#nationinput").val();
 
}
 
}
 
</script>
 
</script>
 
<div style="border-width: 0px; border-style: solid; border-radius: 3px; background-color:#white; box-shadow: 0px 4px 10px #999999; align:center; width:80%; text-align: center; padding: 3ex 3ex; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em;"><div id="welcomeDiv"  style="display:none;" class="answer_list" > WELCOME</div>
 
<div style="border-width: 0px; border-style: solid; border-radius: 3px; background-color:#white; box-shadow: 0px 4px 10px #999999; align:center; width:80%; text-align: center; padding: 3ex 3ex; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em;"><div id="welcomeDiv"  style="display:none;" class="answer_list" > WELCOME</div>
<input type="button" name="nation" value="Find a nation" onclick="showDiv()" /><div id="nation" style="display: none;"><input type="text" id= "nationinput" placeholder="Nation" style="border:0px solid; box-shadow: 0px 2px 10px #999999; margin-top: 10px; text-align: center; padding: 5px 5px;" onkeydown="return press( event );"></input></div></div>
+
<input type="button" name="nation" value="Find a nation" onclick="showDivnation()" /><div id="nation" style="display: none;"><input type="text" id= "nationinput" placeholder="nation" style="border:0px solid; box-shadow: 0px 2px 10px #999999; margin-top: 10px; text-align: center; padding: 5px 5px;" onkeydown="return pressnation( event );"></input></div></div></shtml>
</shtml>
+

Revision as of 18:38, 22 January 2014