checkbox to hide stuff for printed version
[angular-drzb] / app / registration / view.html.ep
index 41ea5b0..be6d902 100644 (file)
@@ -1,4 +1,4 @@
-<dt>
+<dt class="print-hide">
 % if ( my $before = stash('before') ) {
 %= $before->()
 % }
@@ -15,7 +15,7 @@
 
 <dd>
 
-       <p class="well">
+       <p class="well print-hide">
         {{registration.user.firstname}}
         {{registration.user.surname}}
         <em>{{registration.user.organization}}</em>,
  </p>
 </p>
 
-<h3 ng-show="registration.work.title">
+<h3 ng-show="registration.work.title" class="print-add-center">
 {{registration.work.title}}
 </h3>
 
-<p ng-repeat="author in registration.work.persons" >
+<p ng-repeat="author in registration.work.persons" class="print-add-center">
  {{author.firstname}}
- {{author.surname}},
- <em>{{author.organization}}</em>
- <tt>&lt;{{author.email}}&gt;</tt>
+ {{author.surname}}<span class="print-hide">,</span>
+ <em class="print-add-center">{{author.organization}}</em>
+ <tt class="print-hide">&lt;{{author.email}}&gt;</tt>
 </p>
 
 <p class="abstract">{{registration.work.abstract}}</p>