27 background: rgba(0, 0, 0, 0.4);
38 background-color: #eee;
40 border: 1px solid #555;
48 vertical-align: middle;
50 .grid .ui-grid-header-cell {
58 <div id="page-content">
59 <div style="width:100%; overflow:hidden;">
60 <div style="float:left;"><h1 class="heading-page">{{reportData.reportHeading}}</h1></div>
61 <div style="float:left; margin-left: 10px; margin-right: 10px;">
62 <a style="font-size:180%;" ng-href="report#/report_wizard/{{reportData.reportID}}" class="icon-misc-pen" ng-show="reportData.allowEdit"></a>
64 <div style="float:left; margin-left: 5px; margin-right: 10px;">
65 <a style="font-size:180%;" ng-href="report#/report_chart/{{reportData.reportID}}" class="icon-misc-piechart" ng-show="reportData.allowEdit"></a>
68 <div ng-show ="reportData.allowEdit && showFormFields" style="margin-top:5px;">
69 <label for="checkbox1" class="checkbox">
70 <input id="checkbox1" type="checkbox" ng-model="showFormFieldId.value" /><i class="skin"></i><span>show IDs</span>
74 <h3 class="heading3">{{reportData.reportSubTitle}} </h3>
76 <div ng-show="isInProgress" style="font-size:50px;color:#2ca02c">Loading...</div>
78 <form ng-show="showFormFields" class="row section-row" style="margin: 10px">
79 <form-builder ng-form-fields="reportData.formFieldList" ng-show-field-id="showFormFieldId.value" ng-num-form-cols="reportData.numFormCols" ng-model="formFieldSelectedValues" ng-trigger-method="triggerOtherFormFields"></form-builder>
81 <button type="submit" style="width: 90px; height:35px;margin-top:20px; margin-left:5px;" class="btn btn-alt btn-small" ng-click="runReport()">Run</button>
83 <button type="submit" ng-show="showBackButton" style="width: 90px; height:35px;margin-top:20px; margin-left:5px;" class="btn btn-alt btn-small" ng-click="backToParentReport()">Back</button>
84 <iframe id="chartiframe" ng-show="showChart" width="100%" height="450px" style="border: none" scrolling="no"></iframe>
85 <div id="errorDiv"></div>
86 <div ng-if="showGrid">
87 <div id="grid1" ui-grid="gridOptions" ui-grid-pagination ui-grid-pinning ui-grid-resize-columns class="grid" style="height: {{gridHeight}}">
88 <div class="no-rows" ng-show="!gridOptions.data.length">
90 <span>{{reportData.message}}</span>
95 <!-- <a type="submit" ng-show="showBackButton" style="margin: 10px" ng-href="report.htm#/report_run/{{parentReportUrlParams}}" att-button btn-type="primary" size="small" title='Back'>Back</a> -->