Запись [z:eval.dev.sky.] < dev.sky.1.001
Версия 1.001
• N1: DATA: dev_eval_code
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 | $u_til_i > 10 or $u_tility = '?utility'; $menu_top = array($u_cb_list => 'Codebase', $u_settings => 'Settings', $u_tility => 'Utility', $u_help => 'Help'); $app = strtoupper($u_my_app); if (is_file('index.php') && 'dev.sky.' != $u_my_app) $app = a($app, $LINK); $str = '<td style="padding-left:0"><h4 title="Application under development">' . "$app</h4></td>"; foreach ($menu_top as $key => $val) $str .= <<<DOC <td><input type="button" value="$val" onclick="document.location.href='$key'" /></td> DOC; return '<body onload="onload()"><div id="grayd" style="display:none"></div><div id="whitd" style="display:none"></div> <div id="fixed"> <div id="dbname"><h4> <a href="?main=top" title="show create all tables">' . strtoupper(DB_NAME).'</a> </h4></div><table id="menu"><tr>'.$str.' <td><a href="?main=exit"><small>exit</small></a></td> <td id="mess"></td></tr></table><hr>'; ?> ~ <html> <head><title>%TITLE%</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link type="image/x-icon" href="_dev/favicon.ico" rel="shortcut icon" /> <link type="text/css" href="_dev/all.css" rel="stylesheet" media="screen" /> <script type="text/javascript" src="_dev/all.js"></script> </head> ~ <body onload="document.f1.password.focus();" style="color:#fff;background:#000"> <table width="100%%" height="100%%"><tr><td align="center"> <form method="post" name="f1" action="?cb_list" style="text-align:left;width:200px;z-index:3;position:relative"> Username: <b>%s</b><br>Password:<br> <input name="password" type="password" /> <input type="submit" value="go" style="width:40px" /> <label><input type="checkbox" name="auto" %s> autologin</label> <div style="text-align:left;width:200px;background:#555;padding:10px;color:#0f0"> Initial password for Anonymous don't required</div> </form></td></tr></table> <script type="text/javascript">animate_sky(true)</script> ~ echo str_replace('%%TITLE%%', $TITLE, $start_html) ?>%s > <u><b>%s</b></u> %s<hr></div> <!-- id=fixed --> <table width="100%%" height="80%%" id="utbl" cellspacing="0" cellpadding="0"><tr> <td width="150" valign="top" style="padding-right:5px;line-height:150%%"> <div style="position:fixed; z-index:3; background:#fff; width:150px"><?php foreach($menu as $page => $arr): if (is_string($arr) and print $arr) continue; if ($page == $PVAL) $page .= '" class="selected'; echo a($arr[1], "?$PAGE=$page") . ' ' . @$arr[2] . "<br>\n"; endforeach; $PAGE = "?$PAGE=$PVAL"; $TOP = ''; ?> </div></td><td style="padding-left:5px;border-left:2px solid silver" valign="top"><div id="mtop" style="display:none"></div> |