Copyright (c) 2004 DM Solutions Group Inc. | Permission is hereby granted, free of charge, to any person obtaining a | copy of this software and associated documentation files (the "Software"), | to deal in the Software without restriction, including without limitation | the rights to use, copy, modify, merge, publish, distribute, sublicense, | and/or sell copies of the Software, and to permit persons to whom the | Software is furnished to do so, subject to the following conditions: | | The above copyright notice and this permission notice shall be included | in all copies or substantial portions of the Software. | | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | DEALINGS IN THE SOFTWARE. |_____________________________________________________________________________ **/ // include the supporting php functions include( './properties.php' ); ?>
get( '13', 'close button' ); $szLabel2 = $oMLT->get( '14', 'Label Properties' ); $szLabel3 = $oMLT->get( '15', 'Label' ); $szLabel4 = $oMLT->get( '16', 'Color' ); $szLabel5 = $oMLT->get( '17', 'Outline' ); $szLabel6 = $oMLT->get( '18', 'Symbol' ); $szLabel7 = $oMLT->get( '19', 'Size' ); $szLabel8 = $oMLT->get( '20', 'Marker Properties' ); $szLabel9 = $oMLT->get( '7', 'Add as New' ); $szLabel10 = $oMLT->get( '6', 'Delete' ); $szLabel11 = $oMLT->get( '21', 'Cancel' ); $szLabel12 = $oMLT->get( '22', 'Processing Map Note' ); if ( !isset( $_FORM['update'] ) || $_FORM['update'] == 0 ) { echo <<
   {$szTitle}

{$szHelpText}

{$szLabel2}
{$szLabel3} {$szLabel4} {$szFontColorPicker} {$szLabel5} {$szFontOutlineColorPicker}
{$szLabel8}
{$szLabel6} {$szSymbolPicker} {$szLabel7} {$szLabel4} {$szSymbolColorPicker} {$szLabel5} {$szSymbolOutlineColorPicker}
    
EOT; } else { // show processing div echo <<

{$szLabel12}...

EOT; } ?>