1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: 321: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: 370: 371: 372: 373: 374: 375: 376: 377: 378: 379: 380: 381: 382: 383: 384: 385: 386: 387: 388: 389: 390: 391: 392: 393: 394: 395: 396: 397: 398: 399: 400: 401: 402: 403: 404: 405: 406: 407: 408: 409: 410: 411: 412: 413: 414: 415: 416: 417: 418: 419: 420: 421: 422: 423: 424: 425: 426: 427: 428: 429: 430: 431: 432: 433: 434: 435: 436: 437: 438: 439: 440: 441: 442: 443: 444: 445: 446: 447: 448: 449: 450: 451: 452: 453: 454: 455: 456: 457: 458: 459: 460: 461: 462: 463: 464: 465: 466: 467: 468: 469: 470: 471: 472: 473: 474: 475: 476: 477: 478: 479: 480: 481: 482: 483: 484: 485: 486: 487: 488: 489: 490: 491: 492: 493: 494: 495: 496: 497: 498: 499: 500: 501: 502: 503: 504: 505: 506: 507: 508: 509: 510: 511: 512: 513: 514: 515: 516: 517: 518: 519: 520: 521: 522: 523: 524: 525: 526: 527: 528: 529: 530: 531: 532: 533: 534: 535: 536: 537: 538: 539: 540: 541: 542: 543: 544: 545: 546: 547: 548: 549: 550: 551: 552: 553: 554: 555: 556: 557: 558: 559: 560: 561: 562: 563: 564: 565: 566: 567: 568: 569: 570: 571: 572: 573: 574: 575: 576: 577: 578: 579: 580: 581: 582: 583: 584: 585: 586: 587: 588: 589: 590: 591: 592: 593: 594: 595: 596: 597: 598: 599: 600: 601: 602: 603: 604: 605: 606: 607: 608: 609: 610: 611: 612: 613: 614: 615: 616: 617: 618: 619: 620: 621: 622: 623: 624: 625: 626: 627: 628: 629: 630: 631: 632: 633: 634: 635: 636: 637: 638: 639: 640: 641: 642: 643: 644: 645: 646: 647: 648: 649: 650: 651: 652: 653: 654: 655: 656: 657: 658: 659: 660: 661: 662: 663: 664: 665: 666: 667: 668: 669: 670: 671:
<?php
require_once("AWLUtilities.php");
class EntryField
{
var $fname;
var $ftype;
var $current;
var $attributes;
var $rendered;
function EntryField( $intype, $inname, $attributes="", $current_value="" )
{
$this->ftype = $intype;
$this->fname = $inname;
$this->current = $current_value;
if ( isset($this->{"new_$intype"}) && function_exists($this->{"new_$intype"}) ) {
$this->{"new_$intype"}( $attributes );
}
else if ( is_array($attributes) ) {
$this->attributes = $attributes;
}
else {
}
$this->rendered = "";
}
function Render() {
global $session;
$r = "<";
dbg_error_log( "EntryField", ":Render: Name: %s, Type: %s, Current: %s", $this->fname, $this->ftype, $this->current );
$size = "";
switch ( $this->ftype ) {
case "select":
$r .= "select name=\"$this->fname\"%%attributes%%>";
reset( $this->attributes );
while( list($k,$v) = each( $this->attributes ) ) {
if ( substr($k, 0, 1) != '_' ) continue;
if ( $k == '_help' ) continue;
$k = substr($k,1);
$r .= "<option value=\"".htmlspecialchars($k)."\"";
if ( "$this->current" == "$k" ) $r .= " selected";
$r .= ">$v</option>" ;
}
$r .= "</select>";
break;
case "lookup":
$r .= "select name=\"$this->fname\"%%attributes%%>";
reset( $this->attributes );
while( list($k,$v) = each( $this->attributes ) ) {
if ( substr($k, 0, 1) != '_' ) continue;
$k = substr($k,1);
if ( $k == 'help' || $k == "sql" || $k == "type" ) continue;
if ( $k == "null" ) $k = "";
if ( $k == "zero" ) $k = "0";
$r .= "<option value=\"".htmlspecialchars($k)."\"";
if ( "$this->current" == "$k" ) $r .= " selected";
$r .= ">$v</option>" ;
}
if ( isset($this->attributes["_sql"]) ) {
$qry = new PgQuery( $this->attributes["_sql"] );
}
else {
$qry = new PgQuery( "SELECT code_id, code_value FROM codes WHERE code_type = ? ORDER BY code_seq, code_id", $this->attributes['_type'] );
}
$r .= EntryField::BuildOptionList( $qry, $this->current, "rndr:$this->fname", array('translate'=>1) );
$r .= "</select>";
break;
case "date":
case "timestamp":
$size = '';
if ( !isset($this->attributes['size']) || $this->attributes['size'] == "" ) $size = " size=" . ($this->ftype == 'date' ? "12" : "18");
$r .= "input type=\"text\" name=\"$this->fname\"$size value=\"".$session->FormattedDate(htmlspecialchars($this->current))."\"%%attributes%%>";
break;
case "checkbox":
$r .= "input type=\"hidden\" name=\"$this->fname\" value=\"off\"><";
case "radio":
$checked = "";
if ( $this->current === true || $this->current == 't' || intval($this->current) == 1 || $this->current == 'on'
|| (isset($this->attributes['value']) && $this->current == $this->attributes['value'] ) )
$checked = " checked";
$id = "id_$this->fname" . ( $this->ftype == "radio" ? "_".$this->attributes['value'] : "");
if ( isset($this->attributes['_label']) ) {
$r .= "label for=\"$id\"";
if ( isset($this->attributes['class']) )
$r .= ' class="'. $this->attributes['class'] . '"';
$r .= "><";
}
$r .= "input type=\"$this->ftype\" name=\"$this->fname\" id=\"$id\"$checked%%attributes%%>";
if ( isset($this->attributes['_label']) ) {
$r .= " " . $this->attributes['_label'];
$r .= "</label>";
}
break;
case "button":
$r .= "input type=\"button\" name=\"$this->fname\"%%attributes%%>";
break;
case "submit":
$r .= "input type=\"submit\" name=\"$this->fname\" value=\"".htmlspecialchars($this->current)."\"%%attributes%%>";
break;
case "textarea":
$r .= "textarea name=\"$this->fname\"%%attributes%%>$this->current</textarea>";
break;
case "file":
if ( !isset($this->attributes['size']) || $this->attributes['size'] == "" ) $size = " size=25";
$r .= "input type=\"file\" name=\"$this->fname\"$size value=\"".htmlspecialchars($this->current)."\"%%attributes%%>";
break;
case "password":
$r .= "input type=\"password\" name=\"$this->fname\" value=\"".htmlspecialchars($this->current)."\"%%attributes%%>";
break;
default:
$r .= "input type=\"text\" name=\"$this->fname\" value=\"".htmlspecialchars($this->current)."\"%%attributes%%>";
break;
}
reset( $this->attributes );
$attribute_values = "";
while( list($k,$v) = each( $this->attributes ) ) {
if ( $k == '_readonly' ) $attribute_values .= " readonly";
else if ( $k == '_disabled' ) $attribute_values .= " disabled";
if ( substr($k, 0, 1) == '_' ) continue;
$attribute_values .= " $k=\"".htmlspecialchars($v)."\"";
}
$r = str_replace( '%%attributes%%', $attribute_values, $r );
$this->rendered = $r;
return $r;
}
function new_lookup( $attributes ) {
$this->attributes = $attributes;
}
static function BuildOptionList( $qry, $current = '', $location = 'options', $parameters = false ) {
global $debuggroups;
$result = '';
$translate = false;
if ( isset($maxwidth) ) unset($maxwidth);
if ( is_array($parameters) ) {
if ( isset($parameters['maxwidth']) ) $maxwidth = max(4,intval($parameters['maxwidth']));
if ( isset($parameters['translate']) ) $translate = true;
}
if ( $qry->rows() > 0 || $qry->Exec($location) ) {
while( $row = $qry->Fetch(true) )
{
if (is_array($current)) {
$selected = ( ( in_array($row[0],$current,true) || in_array($row[1],$current,true)) ? ' selected="selected"' : '' );
}
else {
$selected = ( ( "$row[0]" == "$current" || "$row[1]" == "$current" ) ? ' selected="selected"' : '' );
}
$display_value = $row[1];
if ( isset($translate) ) $display_value = translate( $display_value );
if ( isset($maxwidth) ) $display_value = substr( $display_value, 0, $maxwidth);
$nextrow = "<option value=\"".htmlspecialchars($row[0])."\"$selected>".htmlspecialchars($display_value)."</option>";
$result .= $nextrow;
}
}
return $result;
}
}
class EntryForm
{
var $action;
var $record;
var $EditMode;
var $name;
var $class;
var $break_line_format;
var $table_line_format;
var $saved_line_format;
function EntryForm( $action, &$record, $editing=false )
{
$this->action = $action;
$this->record = &$record;
$this->EditMode = $editing;
$this->break_line_format = '<tr><th class="ph" colspan="2">%s</th></tr>'."\n";
$this->table_line_format = '<tr><th class="prompt">%s</th><td class="entry">%s<span class="help">%s</span></td></tr>'."\n";
}
function PopulateForm( &$record, $prefix="" )
{
foreach( $record AS $k => $v ) {
$this->record->{"$prefix$k"} = $v;
}
}
function NoHelp( ) {
$this->break_line_format = '<tr><th class="ph" colspan="2">%s</th></tr>'."\n";
$this->table_line_format = '<tr><th class="prompt">%s</th><td class="entry">%s</td></tr>'."\n";
}
function HelpInLine( ) {
$this->break_line_format = '<tr><th class="ph" colspan="2">%s</th></tr>'."\n";
$this->table_line_format = '<tr><th class="prompt">%s</th><td class="entry">%s<span class="help">%s</span></td></tr>'."\n";
}
function HelpInCell( ) {
$this->break_line_format = '<tr><th class="ph" colspan="3">%s</th></tr>'."\n";
$this->table_line_format = '<tr><th class="prompt">%s</th><td class="entry">%s</td><td class="help">%s</td></tr>'."\n";
}
function SimpleForm( $new_format = '<span class="prompt">%s:</span> <span class="entry">%s</span>' ) {
$this->break_line_format = '%s'."\n";
$this->table_line_format = $new_format."\n";
}
function TempLineFormat( $new_format = '<span class="prompt">%s:</span> <span class="entry">%s</span>' ) {
$this->saved_line_format = $this->table_line_format;
$this->table_line_format = $new_format ."\n";
}
function RevertLineFormat( ) {
if ( isset($this->saved_line_format) ) {
$this->table_line_format = $this->saved_line_format;
}
}
function StartForm( $extra_attributes='' ) {
if ( !is_array($extra_attributes) && $extra_attributes != '' ) {
list( $k, $v ) = explode( '=', $extra_attributes );
$extra_attributes = array( $k => $v );
}
$extra_attributes['action'] = $this->action;
if ( !isset($extra_attributes['method']) ) $extra_attributes['method'] = 'post';
if ( strtolower($extra_attributes['method']) != 'get' )
if ( !isset($extra_attributes['enctype']) ) $extra_attributes['enctype'] = 'multipart/form-data';
if ( !isset($extra_attributes['name']) ) $extra_attributes['name'] = 'form';
if ( !isset($extra_attributes['class']) ) $extra_attributes['class'] = 'formdata';
if ( !isset($extra_attributes['id']) ) $extra_attributes['id'] = $extra_attributes['name'];
reset( $extra_attributes );
$attribute_values = "";
while( list($k,$v) = each( $extra_attributes ) ) {
$attribute_values .= " $k=\"".htmlspecialchars($v)."\"";
}
return "<form$attribute_values>\n";
}
function EndForm( ) {
return "</form>\n";
}
function BreakLine( $text = '' )
{
return sprintf( $this->break_line_format, translate($text));
}
function HiddenField($fname,$fvaluei,$fid = null) {
return sprintf( '<input type="hidden" name="%s" value="%s" %s/>%s', $fname,
htmlspecialchars($fvalue), (isset($id) ? 'id="$id" ' : ''), "\n" );
}
function _ParseAttributes( $ftype = '', $attributes = '' ) {
if ( !is_array($attributes) ) {
if ( strpos( $attributes, '=' ) === false ) {
$attributes = array();
}
else {
list( $k, $v ) = explode( '=', $attributes );
$attributes = array( $k => $v );
}
}
if ( !isset($attributes['_help']) ) {
$attributes['_help'] = "";
if ( isset($attributes['title']) )
$attributes['_help'] = $attributes['title'];
}
if ( !isset($attributes['class']) ) {
$attributes['class'] = "f$ftype";
}
return $attributes;
}
function DataEntryField( $format, $ftype='', $base_fname='', $attributes='', $prefix='' )
{
global $session;
if ( ($base_fname == '' || $ftype == '') ) {
return $format;
}
$fname = $prefix . $base_fname;
dbg_error_log( "DataEntry", ":DataEntryField: fmt='%s', fname='%s', fvalue='%s'", $format, $fname, (isset($this->record->{$fname})?$this->record->{$fname}:'value not set') );
if ( !$this->EditMode ) {
if ( !isset($this->record->{$fname}) && substr($fname,0,4) == 'xxxx' && isset($this->record->{substr($fname,4)}) )
$fname = substr($fname,4);
if ( !isset($this->record->{$fname}) ) return '';
if ($ftype == "date" || $ftype == "timestamp")
return sprintf($format, $session->FormattedDate($this->record->{$fname}) );
dbg_error_log( "DataEntry", ":DataEntryField: fmt='%s', fname='%s', fvalue='%s'", $format, $fname, (isset($this->record->{$fname})?$this->record->{$fname}:'value not set') );
return sprintf($format, $this->record->{$fname} );
}
$currval = '';
if ( preg_match("/^(.+)\[(.+)\]$/", $fname, $parts) ) {
$p1 = $parts[1];
$p2 = $parts[2];
@dbg_error_log( "DataEntry", ":DataEntryField: fname=%s, p1=%s, p2=%s, POSTVAL=%s, \$this->record->{'%s'}['%s']=%s",
$fname, $p1, $p2, $_POST[$p1][$p2], $p1, $p2, $this->record->{"$p1"}["$p2"] );
if ( isset($_POST[$p1]) ) {
if ( isset($_POST[$p1][$p2]) ) {
$currval = $_POST[$p1][$p2];
}
}
else if ( isset($this->record) && is_object($this->record)
&& isset($this->record->{"$p1"}["$p2"])
) {
$currval = $this->record->{"$p1"}["$p2"];
}
}
else {
if ( isset($_POST[$fname]) ) {
$currval = $_POST[$fname];
}
else if ( isset($this->record) && is_object($this->record) && isset($this->record->{"$base_fname"}) ) {
$currval = $this->record->{"$base_fname"};
}
else if ( isset($this->record) && is_object($this->record) && isset($this->record->{"$fname"}) ) {
$currval = $this->record->{"$fname"};
}
}
if ( $ftype == "date" ) $currval = $session->FormattedDate($currval);
else if ( $ftype == "timestamp" ) $currval = $session->FormattedDate($currval, $ftype);
$field = new EntryField( $ftype, $fname, $this->_ParseAttributes($ftype,$attributes), $currval );
return $field->Render();
}
function SubmitButton( $fname, $fvalue, $attributes = '' )
{
$field = new EntryField( 'submit', $fname, $this->_ParseAttributes('submit', $attributes), $fvalue );
return $field->Render();
}
function DataEntryLine( $prompt, $field_format, $ftype='', $fname='', $attributes='', $prefix = '' )
{
$attributes = $this->_ParseAttributes( $ftype, $attributes );
return sprintf( $this->table_line_format, $prompt,
$this->DataEntryField( $field_format, $ftype, $fname, $attributes, $prefix ),
$attributes['_help'] );
}
function MultiEntryLine( $prompt_options, $prompt_name, $default_prompt, $format, $ftype='', $fname='', $attributes='', $prefix )
{
$prompt = "<select name=\"$prompt_name\">";
reset($prompt_options);
while( list($k,$v) = each($prompt_options) ) {
$selected = ( ( $k == $default_prompt ) ? ' selected="selected"' : '' );
$nextrow = "<option value=\"$k\"$selected>$v</option>";
if ( preg_match('/&/', $nextrow) ) $nextrow = preg_replace( '/&/', '&', $nextrow);
$prompt .= $nextrow;
}
$prompt .= "</select>";
return $this->DataEntryLine( $prompt, $format, $ftype, $fname, $attributes, $prefix );
}
}