battles/admin/test_cr.php

21 lines
916 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<script src="../js/jquery-1.7.2.min.js"></script>
<script src="../js/jquery.simplemodal.js"></script>
<script src="../js/jquery.ui.js?100"></script>
<script src="../js/mi.js"></script>
<link rel="stylesheet" href="../css/bkstyle.css?101" />
<link rel="stylesheet" href="../css/mi.css" />
<script>
function saveComplect() {
new miDialog({title : 'Сохранить комплект'}, {edit : 1}, function() {
document.location = '/main.php?'+$.param(this.data);
},
$('<div>Название комплекта :<br /><div style="font-size: smaller;"><b>может содеражать только буквы (англ / русс) и цифры.</b></div></div>').append(miDialog._oneInput({name : 'savecomplect'})), {width : 250});
}
</script>
</head>
<body>
<a href="javascript: void(0);" onclick="saveComplect(); return false;">Запомнить комплект</a>
</body>
</html>