From 39636be7b018b9121696ce7bdc462ab2c3c8185d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 Jan 2013 17:11:28 +0100 Subject: o Creating bin/web for running the web application. --- .../resources/webapp/apps/frontPageApp/person.html | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100755 src/main/resources/webapp/apps/frontPageApp/person.html (limited to 'src/main/resources/webapp/apps/frontPageApp/person.html') diff --git a/src/main/resources/webapp/apps/frontPageApp/person.html b/src/main/resources/webapp/apps/frontPageApp/person.html new file mode 100755 index 0000000..ba5c18d --- /dev/null +++ b/src/main/resources/webapp/apps/frontPageApp/person.html @@ -0,0 +1,100 @@ +
+ + + + + + + +
+
+

Upcoming

+ + + + + +
{{badge.name}} +
+
+
+
+ +

Badges

+
    +
  • + + {{badge.name}} + + + + + + {{badge.createdDate | date:'medium'}} +
  • +
+
+
+

Recent builds

+ + + + + + + + + + + +
{{build.timestamp | date:'medium'}}{{{true: 'Success', false: 'Failure'}[build.success]}}Details
+
+
+ +
+

Builds

+ + + + + + + + + + + + + + + + + + +
DateSuccess
{{build.timestamp | date:'medium'}}{{build.success}}
+ +
+
+
-- cgit v1.2.3