diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-11 17:11:28 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-11 17:11:28 +0100 |
commit | 39636be7b018b9121696ce7bdc462ab2c3c8185d (patch) | |
tree | 08e33b02dce0082db08584ad6e09be1f4653bf41 /src/main/resources/webapp/jenkins | |
parent | 4e9d5b5a447144c910c2698975157ee296e2eac8 (diff) | |
download | esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.gz esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.bz2 esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.tar.xz esper-testing-39636be7b018b9121696ce7bdc462ab2c3c8185d.zip |
o Creating bin/web for running the web application.
Diffstat (limited to 'src/main/resources/webapp/jenkins')
-rwxr-xr-x | src/main/resources/webapp/jenkins/index.jspx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/webapp/jenkins/index.jspx b/src/main/resources/webapp/jenkins/index.jspx new file mode 100755 index 0000000..0e8dc22 --- /dev/null +++ b/src/main/resources/webapp/jenkins/index.jspx @@ -0,0 +1,21 @@ +<html xmlns:common="urn:jsptagdir:/WEB-INF/tags/common" + xmlns:jsp="http://java.sun.com/JSP/Page" + ng-app="jenkinsApp"> +<jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/> +<jsp:directive.page contentType="text/html;charset=UTF-8"/> + +<common:head> + <common:headjs label="JenkinsResources" resource="/apps/jenkinsApp/JenkinsResources.js"/> + <common:headjs label="PagingTableService" resource="/apps/core/PagingTableService.js"/> + <common:headjs label="jenkinsApp" resource="/apps/jenkinsApp/jenkinsApp.js"/> +</common:head> + +<body> + +<div id="content" ng-view=""><!-- --></div> + +<common:footer/> + +</body> + +</html> |