Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/colors.php
Ðазад
<?php // $Id: colors.php,v 1.37 2009/11/22 16:47:44 bbannon Exp $ include_once 'includes/init.php'; $color = getGetValue ( 'color' ); if ( empty ( $color ) ) exit; $addcustomStr = translate ( 'Add Custom' ); $basicStr = translate ( 'Basic Colors' ); $cancelStr = translate ( 'Cancel' ); $currentStr = translate ( 'Current Color' ); $customStr = translate ( 'Custom Colors' ); $oldStr = translate ( 'Old Color' ); $okStr = ' ' . translate ( 'OK' ). ' '; print_header( '', '<script type="text/javascript" src="includes/js/colors.js"></script>', 'onload="fillhtml(); setInit();"', true, false, true ); /* HTML Color Editor v1.2 (c) 2000 by Sebastian Weber <webersebastian@yahoo.de> Modified by Ray Jones for inclusion into WebCalendar. NOTE: In-line CSS styles must remain in this file for proper operation */ echo <<<EOT <form action="colors.php" name="colorpicker"> <input type="hidden" id="colorcell" value="{$color}" /> <table cellspacing="2" class="aligncenter"> <tr> <td colspan="3"> <img height="1" src="images/blank.gif" alt="" /></td> </tr> <tr> <td class="aligncenter">{$basicStr}</td> <!-- COLORS PICTURE --> <td rowspan="5" width="220" class="aligncenter"> <img id="colorpic" height="192" width="192" src="images/colors.jpg" onclick="setFromImage(event);" alt="" /></td> <!-- ***** SLIDER **** --> <td rowspan="5"> <table width="24" onclick="setFromSlider(event);"> <tr> <td id="slider"></td> </tr> </table> </td> </tr> <tr> <!-- BASIC COLORS PALETTE --> <td class="aligncenter" id="colorchoices"></td> </tr> <tr> <td class="aligncenter">{$customStr}</td> </tr> <tr> <!-- Custom Colors --> <td class="aligncenter" id="colorcustom"></td> </tr> <tr> <td class="aligncenter"><input type="button" value="{$addcustomStr}" onclick="definePreColor()" /></td> </tr> <tr> <td class="aligntop" colspan="3"> <table cellpadding="2"> <tr class="aligncenter"> <td colspan="2" height="30" class="alignbottom">{$currentStr}</td> <td class="alignbottom">{$oldStr}</td> </tr> <tr> <!-- RGB INPUT --> <td class="boxtop boxbottom boxleft aligntop alignright"> R: <input id="rgb_r" type="text" size="3" maxlength="3" value="255" onchange="setFromRGB()" /><br /> G: <input id="rgb_g" type="text" size="3" maxlength="3" value="255" onchange="setFromRGB()" /><br /> B: <input id="rgb_b" type="text" size="3" maxlength="3" value="255" onchange="setFromRGB()" /><br /> HTML: <input id="htmlcolor" type="text" size="6" maxlength="6" value="FFFFFF" onchange="setFromHTML()" /> </td> <td class="boxtop boxright boxbottom" width="120"> <table id="thecell" bgcolor="#FFFFFF" class="aligncenter" border="1"> <tr> <td><img src="images/blank.gif" width="55" height="53" alt="" /></td> </tr> </table> </td> <td class="alignmiddle aligncenter boxtop boxright boxbottom"> <!-- Display New Color --> <table id="theoldcell" bgcolor="#FFFFFF" border="1"> <tr> <td><img src="images/blank.gif" width="55" height="53" alt="" /></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="3" class="aligncenter" height="30"> <input type="button" value=" {$okStr} " onclick="transferColor(); window.close()" /> <input type="button" value="{$cancelStr}" onclick="window.close()" /> </td> </tr> </table> </form> <img id="cross" src="images/cross.gif" alt="" style="position:absolute; left:0; top:0" /> <img id="sliderarrow" src="images/arrow.gif" alt="" style="position:absolute; left:0; top:0" /> </body> </html> EOT; ?>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка