diff options
Diffstat (limited to 'testdata/entri.html')
| -rw-r--r-- | testdata/entri.html | 58 |
1 files changed, 35 insertions, 23 deletions
diff --git a/testdata/entri.html b/testdata/entri.html index 9c53f07..1899950 100644 --- a/testdata/entri.html +++ b/testdata/entri.html @@ -19,10 +19,10 @@ <script src="/bundles/modernizr?v=inCVuEFe6J4Q07A0AcRsbJic_UE5MwpRMNGcOtk94TE1"></script> </head> - <body style="font-family:Verdana, Geneva, Tahoma, sans-serif"> + <body style="font-family: Verdana, Geneva, Tahoma, sans-serif;"> <div class="navbar navbar-inverse navbar-fixed-top" - style="background-color:#110063;border-color:gold" + style="background-color: #110063; border-color: gold;" > <div class="container"> <div class="navbar-header"> @@ -30,14 +30,14 @@ src="/Content/Images/Logo-Tut-Wuri-Handayani-blue.png" height="40px;" width="40px;" - style="margin:5px;" + style="margin: 5px;" /> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse" - style="background-color:#110063;border-color:gold;" + style="background-color: #110063; border-color: gold;" > <span class="icon-bar"></span> <span class="icon-bar"></span> @@ -45,18 +45,30 @@ </button> <a href="/Beranda" - style="color:gold;text-decoration:none;margin-left:5px;margin-right:5px;font-size:larger" + style=" + color: gold; + text-decoration: none; + margin-left: 5px; + margin-right: 5px; + font-size: larger; + " >KBBI Daring</a > </div> <div class="navbar-collapse collapse" - style="background-color:#110063;color:gold;border-top-color:gold" + style=" + background-color: #110063; + color: gold; + border-top-color: gold; + " > <ul class="nav navbar-nav"> - <li><a href="/" style="color:gold">Cari</a></li> + <li><a href="/" style="color: gold;">Cari</a></li> <li> - <a href="/Beranda/SeputarLaman" style="color:gold" + <a + href="/Beranda/SeputarLaman" + style="color: gold;" >Seputar Laman</a > </li> @@ -76,7 +88,7 @@ <li> <a href="/Manage" - style="color:gold" + style="color: gold;" title="Lakukan Manajemen Akun" >Halo Shulhan!</a > @@ -84,7 +96,7 @@ <li> <a href="javascript:document.getElementById('logoutForm').submit()" - style="color:gold" + style="color: gold;" >Keluar</a > </li> @@ -96,12 +108,12 @@ <div class="container body-content"> <script src="/bundles/jquery?v=2u0aRenDpYxArEyILB59ETSCA2cfQkSMlxb6jbMBqf81"></script> <script> - $(function() { + $(function () { $(".entrisButton").hover( - function() { + function () { $(this).fadeTo(1, 1) }, - function() { + function () { $(this).fadeTo(1, 0.18) }, ) @@ -145,7 +157,7 @@ value="informasi" type="text" class="form-control form-control-max" - style="margin-top:1px;" + style="margin-top: 1px;" placeholder="Pencarian..." /> <span class="input-group-btn"> @@ -159,7 +171,7 @@ </div> <h3 id="errorMessageDiv"></h3> <script> - String.prototype.contains = function(it) { + String.prototype.contains = function (it) { return this.indexOf(it) != -1 } function searchText(ev) { @@ -188,7 +200,7 @@ </form> <hr /> - <h2 style="margin-bottom:3px"> + <h2 style="margin-bottom: 3px;"> in.for.ma.si <small ><span class="entrisButton" @@ -201,7 +213,7 @@ ><span title="Usulkan entri baru berdasarkan entri ini" class="glyphicon glyphicon-duplicate" - style="color:darkcyan" + style="color: darkcyan;" ></span></a ><a href="../DataDasarEntri/Details?eid=31762" ><span @@ -211,7 +223,7 @@ ><span title="Sejarah redaksi - entri ini tidak memiliki sejarah redaksi" class="glyphicon glyphicon-book" - style="color:lightgrey" + style="color: lightgrey;" ></span ><a href="https://www.google.com/#q=informasi" ><span @@ -262,7 +274,7 @@ > </li> </ol> - <h4 style="padding-top:6px;">Kata Turunan</h4> + <h4 style="padding-top: 6px;">Kata Turunan</h4> <ul style="list -style: none;" class="adjusted-par"> <li> <a href="../../entri/menginformasikan" @@ -270,7 +282,7 @@ > </li> </ul> - <h4 style="padding-top:6px;">Gabungan Kata</h4> + <h4 style="padding-top: 6px;">Gabungan Kata</h4> <ul style="list -style: none;" class="adjusted-par"> <li> <a href="../../entri/informasi%20elektronik" @@ -373,16 +385,16 @@ setSelectionRange(input, pos, pos) } - $(document).ready(function() { + $(document).ready(function () { // Catch all events related to changes http://stackoverflow.com/questions/21215049/disable-text-entry-in-input-type-number - $(".number-input").on("change keyup", function() { + $(".number-input").on("change keyup", function () { var sanitized = $(this) .val() .replace(/[^0-9]/g, "") // Remove invalid characters $(this).val(sanitized) // Update value }) - $(function() { + $(function () { var tb = document.getElementById("textBoxSearch") if (tb) { var val = $("#textBoxSearch").val() |
