Subversion Repositories bacoAlunos

Rev

Rev 1908 | Rev 1912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1908 Rev 1909
Line 799... Line 799...
799
</script>
799
</script>
800
<script type="text/ng-template" id="globallearningresultschartyearimg">
800
<script type="text/ng-template" id="globallearningresultschartyearimg">
801
    <div class="imageComponent component">
801
    <div class="imageComponent component">
802
 
802
 
803
        <div class="componentBody">
803
        <div class="componentBody">
804
            <%--<div class="form-group clearfix">
804
            <div class="form-group clearfix">
805
                <label class="col-md-2 control-label">Legenda</label>
805
                <label class="col-md-2 control-label">Legenda</label>
806
                <div class="col-md-10">
806
                <div class="col-md-10">
807
                    <input type="text" class="form-control" rows="10" ng-model="comp.title">
807
                    <input type="text" class="form-control" rows="10" ng-model="comp.title">
808
                </div>
808
                </div>
809
            </div>--%>
809
            </div>
810
            <div class="form-group clearfix">
810
            <div class="form-group clearfix">
811
                <div class="col-md-2 control-label">
811
                <div class="col-md-2 control-label">
812
                    <button class="btn btn-default" ng-click="generateChart(comp)">Refrescar/Gerar Gráfico</button>
812
                    <button class="btn btn-default" ng-click="generateChart(comp)">Refrescar/Gerar Gráfico</button>
813
                </div>
813
                </div>
814
                <div class="col-md-10">
814
                <div class="col-md-10">
Line 827... Line 827...
827
                    </div>
827
                    </div>
828
                </div>
828
                </div>
829
            </div>
829
            </div>
830
        </div>
830
        </div>
831
    </div>
831
    </div>
832
</script>
-
 
833
 
832
</script>
-
 
833
 
-
 
834
 
-
 
835
<!-- TESTE -->
-
 
836
-
 
837