Difference between revisions of "Template:Find a nation"

From NSWiki
Jump to: navigation, search
(Created page with "<onlyinclude>{| class="findanation" style="border-width: 0px; border-style: solid; border-radius: 3px; background-color:#white; box-shadow: 0px 2px 5px #999999; align:center; ...")
 
(whoops)
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{| class="findanation" style="border-width: 0px; border-style: solid; border-radius: 3px; background-color:#white; box-shadow: 0px 2px 5px #999999; align:center; width:150; text-align: center; padding: 3ex 3ex; margin: 3em 3; margin-bottom: 15px;"
+
<shtml version="2" keyname="jenlom" hash="a0b8601696991e7504de1e315a7dbbbeae677f451abc8c581cbdeb4fe0c5f8bb"><script>
| style="vertical-align: middle; font-size: small;" | <big>'''Find a nation'''</big>
+
function showDivnation() {
|}</onlyinclude>
+
    if ($('#nation:hidden').length > 0) {
<noinclude>
+
        $('#nation').slideDown('medium');
 +
        $('#nationinput').focus();
 +
        $('#nationinput').select();
 +
  } else {
 +
        searchnation();
 +
    }
 +
}
 +
function pressnation(e) {
 +
    var evt = e || window.event
 +
    if (evt.keyCode === 13) {
 +
        searchnation();
 +
    }
 +
}
 +
function searchnation() {
 +
    window.location.href = "http://nswiki.org/index.php?search=Nation/" + $("#nationinput").val();
 +
}
 +
</script>
 +
<div style="border-width: 0px; border-style: solid; background-color: #fff; box-shadow: 0px 1px 2px #999999; align:center; text-align: center; padding: 3ex;"><a href="http://nswiki.org/index.php??title=Category:Nations">Browse Nations</a><br /><input type="button" name="nation" value="Find A Nation" onclick="showDivnation()"; class="btn btn-default btn-lg btn-block" /><div id="nation" style="display: none;"><input type="text" id= "nationinput" placeholder="Nation" style="width: 95%; border:0px solid;  border-radius: 3px; box-shadow: 0px 2px 10px #999999; margin-top: 10px; text-align: center; padding: 5px 5px;" onkeydown="return pressnation( event );"></input></div></div></shtml>

Latest revision as of 10:35, 19 April 2014

Browse Nations