Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 26) sorted by relevance

12

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dfooter.jsp19 <footer class="page-footer" style="height: 70px;">
20 <div class="footer-copyright">
25 </footer>
Dshow_gcs_log.jsp119 <%@ include file="footer.jsp" %>
129 <div class="modal-footer">
159 <div id="logEntryViewModal" class="modal modal-fixed-footer">
166 <div class="modal-footer">
Dshow_plan_run.jsp198 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
229 <div class="modal-footer">
234 <%@ include file="footer.jsp" %>
Derror_msg.jsp36 <%@ include file='footer.jsp' %>
Dauth_error.jsp36 <%@ include file='footer.jsp' %>
Dshow_profiling_list.jsp42 <%@ include file='footer.jsp' %>
Dshow_table.jsp323 <div class="modal-footer">
332 <div class="modal-footer">
336 <%@ include file="footer.jsp" %>
Dshow_tree.jsp285 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
316 <div class="modal-footer">
321 <%@ include file="footer.jsp" %>
Dshow_test_acknowledgments.jsp50 <%@ include file='footer.jsp' %>
Dshow_release.jsp78 <%@ include file='footer.jsp' %>
Dshow_green_suite_release.jsp99 <%@ include file="footer.jsp" %>
Dshow_green_plan_release.jsp102 <%@ include file="footer.jsp" %>
Dshow_coverage_overview.jsp474 <div id="coverageModalGraph" class="modal modal-fixed-footer" style="width: 75%;">
498 <div class="modal-footer">
503 <%@ include file="footer.jsp" %>
Dshow_performance_digest.jsp98 <%@ include file="footer.jsp" %>
Dshow_plan_release.jsp117 <%@ include file="footer.jsp" %>
Dshow_profiling_overview.jsp170 <%@ include file="footer.jsp" %>
Dshow_coverage.jsp208 <%@ include file="footer.jsp" %>
Dshow_graph.jsp290 <%@ include file="footer.jsp" %>
Ddashboard_main.jsp349 <%@ include file='footer.jsp' %>
Dshow_suite_release.jsp360 <%@ include file='footer.jsp' %>
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsCoverageAlertJobServlet.java139 String footer = EmailHelper.getEmailFooter(testRunEntity, devices, link); in getTestCoverageStatus() local
161 + footer; in getTestCoverageStatus()
180 + footer; in getTestCoverageStatus()
198 + footer; in getTestCoverageStatus()
216 + footer; in getTestCoverageStatus()
236 + footer; in getTestCoverageStatus()
255 + footer; in getTestCoverageStatus()
DVtsAlertJobServlet.java314 String footer = EmailHelper.getEmailFooter(mostRecentRun, devices, link); in getTestStatus() local
425 + footer; in getTestStatus()
439 + footer; in getTestStatus()
454 + footer; in getTestStatus()
468 + footer; in getTestStatus()
/test/vti/dashboard/src/main/webapp/js/
Dcommon.js40 var footer = $('<div class="modal-footer"></div>');
41 footer.append('<a class="btn-flat modal-close">Close</a></div>');
42 footer.appendTo(modal);
Dtest_acknowledgments.js282 var footer = $('<div class="modal-footer"></div>');
284 var save = $('<a class="btn">Save</a></div>').appendTo(footer);
289 var close = $('<a class="btn-flat">Close</a></div>').appendTo(footer);
296 footer.appendTo(wrapper);
Dtest_results.js42 var footer = $('<div class="modal-footer"></div>');
43 footer.append('<a class="btn-flat modal-close">Close</a></div>');
44 footer.appendTo(modal);

12