forked from science-ation/science-ation
add some space before the popup footer
change judge info popup size (make it bigger)
This commit is contained in:
parent
dc8fad6320
commit
354ab22d92
@ -57,7 +57,7 @@ function openjudgeinfo(id)
|
|||||||
else
|
else
|
||||||
currentid=document.forms.judges["judgelist[]"].options[document.forms.judges["judgelist[]"].selectedIndex].value;
|
currentid=document.forms.judges["judgelist[]"].options[document.forms.judges["judgelist[]"].selectedIndex].value;
|
||||||
|
|
||||||
window.open("judges_info.php?id="+currentid,"JudgeInfo","location=no,menubar=no,directories=no,toolbar=no,width=600,height=400");
|
window.open("judges_info.php?id="+currentid,"JudgeInfo","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500");
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -378,6 +378,8 @@ if($title)
|
|||||||
function send_popup_footer()
|
function send_popup_footer()
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<? print_r($_SESSION); ?>
|
<? print_r($_SESSION); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user