Source for file notify_zone.phtml

Documentation is available at notify_zone.phtml

  1. {{flashbox}}
  2. {{list using="{$flashbox}"}}
  3.   <div class='notify_zone'>
  4.     <span class='close' onclick='jQuery(".notify_zone").slideUp()'>Закрыть</span>
  5.   {{list:item}}
  6.     <?php if($item['is_error']$class_name='error'else $class_name='message'?>
  7.       <span class='{$class_name}'>{$item.message}</span>
  8.       {{list:glue step="1"}}<br />{{/list:glue}}
  9.   {{/list:item}}
  10.   </div>
  11. {{/list}}
  12. {{/flashbox}}

Documentation generated on Tue, 06 Jan 2009 03:53:32 +0300 by phpDocumentor 1.3.2