הבדלים בין גרסאות בדף "מדיה ויקי:Common.js"
| (14 גרסאות ביניים של משתמש אחר אחד אינן מוצגות) | |||
| שורה 1: | שורה 1: | ||
/* כל הסקריפטים שנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת עמוד. */ | /* כל הסקריפטים שנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת עמוד. */ | ||
$(function () { | $(function () { | ||
| − | $('# | + | $('#namedr-finder').html('<h2>חיפוש פסוקים לשמות</h2><form action="http://catane.org/FindPasuk.php" method="get" target="Frame1" ><input type="text" name="Personname"/><input type="submit" value="Submit"></form><h2>תוצאות</h2><iframe name="Frame1" style="border:none;" height="2000" width="500"></iframe>'); |
| − | <input type="text" name="Personname"/> | ||
| − | </form> | ||
| − | <h2>תוצאות</h2> | ||
| − | <iframe name="Frame1 | ||
}()); | }()); | ||
גרסה אחרונה מ־15:47, 5 באוגוסט 2018
/* כל הסקריפטים שנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת עמוד. */
$(function () {
$('#namedr-finder').html('<h2>חיפוש פסוקים לשמות</h2><form action="http://catane.org/FindPasuk.php" method="get" target="Frame1" ><input type="text" name="Personname"/><input type="submit" value="Submit"></form><h2>תוצאות</h2><iframe name="Frame1" style="border:none;" height="2000" width="500"></iframe>');
}());