<script language="javascript">
function editItem(addr, action, toedit) {
parent.document.getElementById('list_view').src = addr+"action="+action+"&toedit="+toedit+"&edit=PageItem&mode=2";
}
function moveItem(addr, action, toedit) {
var go=1;
if (action == "remove") go =confirm('Czy napewno chcesz usunac ta czesc?');
if (go !=0) location.href = addr+"action="+action+"&toedit="+toedit+"&edit=PageItem&mode=1";
}
</script>
<h1>Obiekty:</h1>
%content%