@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
admin
/
_phone
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/_phone/phone_menu.php
<? echo " <script> function formchk(){ var f = document.form if(!valcheck(f.name, 1, 'ÆäÀÌÁö¸íÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä ')) return false; } </script> <style> #body-left {border:2px solid #999; width:40%; float:left;} #body-left ul#left-menu {margin:10px 7px;} #body-left ul#left-menu li.l-menu {height:18px; margin-top:7px; border:0px solid #F00; font-weight:bold} #body-left ul#left-menu li.l-menu ul.s-menu li{margin-top:7px; border:0px solid #F00; font-weight:normal; padding-left:10px;} #body-right {border:2px solid #999; width:58%; float:right;} </style> <h2>¸Þ´º°ü¸®</h2> <div id='body-left'> <ul id='left-menu'>"; $res = $mysql->res("adw_phone_menu", "*", "where level='L' order by step asc", 0); while($row = $mysql->farray($res)){ $_res = $mysql->res("adw_phone_menu", "*", "where level='M' && lcode='$row[lcode]' order by step asc", 0); $_cnt = $mysql->cnt($_res); if($_cnt){ echo" <li class='l-menu'><a href='./_phone/menu_form.php?num=$row[num]' target='m_form'>$row[name]</a> <ul class='s-menu'>"; while($_row = $mysql->farray($_res)){ echo"<li><a href='./_phone/menu_form.php?num=$_row[num]' target='m_form'>$_row[name]</a></li>"; } echo"</ul> </li>"; } else { echo"<li class='l-menu'><a href='./_phone/menu_form.php?num=$row[num]' target='m_form'>$row[name]</a></li>"; } } echo" </ul> </div> <div id='body-right'> <iframe id='m_form' name='m_form' style='width:100%; height:400px' src='./_phone/menu_form.php' frameborder='0' scrolling='yes' title='¸Þ´ºµî·Ï ÇÁ·¹ÀÓ'></iframe> </div> "; ?>