RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]
$('#step01').on("click", function(){
$('#section3').empty();
$('#section3').load('info.html #block01 > *');
})
$('#step01').live("click", function(){
$('#section3').empty();
$('#section3').load('info.html #block01 > *');
})
<form autocomplete="off" action="s/acp/act=translations" method="post">
<table style="border: 0;">
<tr style="margin: 5px;">
<td style="background: rgba(204,204,204,1); padding: 10px;">
<p>Объект: <b>acp.translations.title</b></p>
<p>Комментарий: <input name="comment_acp.translations.title" type="text" size="50" maxlength="250" value=""></p>
<p>Русский вариант перевода / версия: <input name="ru_version_acp.translations.title" type="text" size="5" maxlength="5" value="0"></p>
<p><textarea name="ru_acp.translations.title" type="text" rows="5" cols="80" maxlength="65535"></textarea></p>
<p>Английский вариант перевода / версия: <input name="en_version_acp.translations.title" type="text" size="5" maxlength="5" value="0"></p>
<p><textarea name="en_acp.translations.title" type="text" rows="5" cols="80" maxlength="65535"></textarea></p>
</td>
</tr>
<tr style="margin: 5px;">
<td style="background: rgba(204,204,204,1); padding: 10px;">
<p>Объект: <b>kek.asd</b></p>
<p>Комментарий: <input name="comment_kek.asd" type="text" size="50" maxlength="250" value=""></p>
<p>Русский вариант перевода / версия: <input name="ru_version_kek.asd" type="text" size="5" maxlength="5" value="0"></p>
<p><textarea name="ru_kek.asd" type="text" rows="5" cols="80" maxlength="65535"></textarea></p>
<p>Английский вариант перевода / версия: <input name="en_version_kek.asd" type="text" size="5" maxlength="5" value="0"></p>
<p><textarea name="en_kek.asd" type="text" rows="5" cols="80" maxlength="65535"></textarea></p>
</td>
</tr>
<tr>
<td>
<input type="submit" name="submit" style="position: fixed; top:15; right:15;" value="Сохранить изменения">
</td>
</tr>
</table>
</form>
SELECT t1.*, t2.value FROM table1 t1
LEFT JOIN table2 t2 ON t2.id = t1.id
ORDER BY t1.id
var $j = jQuery.noConflict();
$j(document).ready(function() {
$j('ul.tabs1 li').css('cursor', 'pointer');
$j('ul.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$j('div.t1').hide();
$j('div.t2').hide();
$j('div.t3').hide();
$j('div.t4').hide();
$j('div.' + thisClass).show();
$j('ul.tabs1 li').removeClass('tab-current');
$j(this).addClass('tab-current');
});
});
$j( document ).ready(function() {
$j(":input[type=button]","#searchform").click(function() {
$j(this).closest('form').find(':input','option:selected')
.not(':button, :submit, :reset, :hidden')
.val('')
.removeAttr('checked')
.removeAttr('selected');
});
});
console.log(x);//undefined
console.log(x);//undefined
console.log(x);//undefined
console.log(x);//undefined
console.log(x);//undefined
var x = 5;
console.log(x);//5
console.log(x);//5
console.log(x);//5
console.log(x);//5
console.log(x);//5
var x = 5;
function resizeRock() {
document.getElementById('rockimg').style.height =
((document.body.clientHeight - 100) * 0.9)+"px";
}
//Отображение списка "Производители"
$query = 'SELECT distinct(Proizv) FROM table1 WHERE Proizv <> "" ORDER BY Proizv ASC';
$Proizvod = mysql_query ($query) or die(mysql_error());
//Выборка по Производителю, но что-то не работает.
if(isset($_POST['maker'])){
$fam = "SELECT * FROM table1 WHERE Proizv ='".mysql_real_escape_string($_POST['maker'])."'";
$fam2 = mysql_query($fam)or die(mysql_error());
}
RewriteEngine on
RewriteBase /
RewriteRule ^cat1/(.*)$ cat2/$1 [R=301]
ymaps.ready(init);
function init() {
var myMap = new ymaps.Map('map', {
center: [55.755773, 37.617761],
zoom: 9
}),
myPlacemark = new ymaps.Placemark(myMap.getCenter());
myMap.geoObjects.add(myPlacemark);
myPlacemark.events
.add('mouseenter', function (e) {
// Ссылку на объект, вызвавший событие,
// можно получить из поля 'target'.
var coords = e.get('target').geometry.getCoordinates();
coords[0] += 0.001;
coords[1] += 0.001;
e.get('target').geometry.setCoordinates(coords);
})
.add('mouseleave', function (e) {
var coords = e.get('target').geometry.getCoordinates();
coords[0] -= 0.001;
coords[1] -= 0.001;
e.get('target').geometry.setCoordinates(coords);
});
}
var hidetxt;
$(document).on('ready pjax:success', function() {
$("main").css("display", "none");
$("main").fadeOut(600);
$("main").fadeIn(600);
fireSubmit = function(event) {
document.forms["albums"].submit();
}
var conceptName = $('#album').find(":selected").text();
var show;
hidetxt = function(type){
param=document.getElementById(type);
if(param.style.display == "none") {
if(show) show.style.display = "none";
param.style.display = "block";
show = param;
}else param.style.display = "none"
}
$(function(){
$('audio,video').mediaelementplayer({
loop: true,
shuffle: true,
playlist: true,
audioHeight: 30,
playlistposition: 'bottom',
features: ['playlistfeature', 'prevtrack', 'playpause', 'nexttrack', 'loop', 'shuffle', 'playlist', 'current', 'progress', 'duration', 'volume'],
});
//$('main').bind 'pjax:end', playerStart
});
});