✏️ 正在编辑: grafico-producao-corretor.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/index/grafico-producao-corretor.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h2>Produção corretor</h2> <form action="<?php echo $this->url(array( 'action' => 'index' )) ?>" method="post" id="down_window_after_post"> <div class="container-box" style="height: 350px"> <br> <?php if( Yuppie_Auth::getIdentity()->grupo == "Administradores" || Yuppie_Auth::getIdentity()->grupo == "Sistema" ): ?> <i style="padding: 5px;">Corretor:</i> <?php $select = new Zend_Form_Element_Select('corretor_id'); $select->addMultiOptions(Core_Combos::getCorretoresOptions()) ->setAttrib('onchange', 'this.form.submit()') ->setAttrib('style', 'width: 250px') ->setValue($this->corretor) ->removeDecorator('DtDdWrapper') ->removeDecorator('HtmlTag') ->removeDecorator('Label'); echo $select; ?> <input type="submit" value="Buscar" class="bt_find" /> <?php endif; ?> <?php if( is_array($this->identifier) ): ?> <?php $cont = 0; ?> <?php foreach ( $this->identifier as $identi ): ?> <div id="container_graphics"> <div style="float: left; width: 200px;" id="chart_div_corretor<?php echo $cont++ ?>"></div> </div> <?php endforeach; ?> <?php endif; ?> <div class="clear"></div> </div> </form>
💾 保存文件
← 返回文件管理器