author added to report page
[angular-mojolicious.git] / public / app / drzb2011 / registration-en.html
index 7d0ba55..a4b8420 100644 (file)
@@ -130,6 +130,13 @@ One person can be author of maximum three papers, only one of them as first/pres
        <label ng:show="registration.type == 'lecture'">Registration type: Oral presentation<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'poster'">Registration type: Poster presentation<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'poster' || registration.type == 'lecture' || registration.type == 'round'"><b>Title: </b>{{registration.work.title}}</label>
+       <label ng:show="registration.type == 'poster' || registration.type == 'lecture' || registration.type == 'round'"><b>Authors: </b><br>
+       <span ng:repeat="author in registration.work.authors">
+       {{author.name}}
+       {{author.surname}},
+       {{author.inst}} <br>
+       </span>
+        </label>
        <div ng:show="registration.type == 'symposium'">
                <p>Symposium organizer</p>
                <label><b>Symposium topic: </b><i>{{registration.symposium.title}}</i></label>
@@ -419,6 +426,7 @@ Permalink to <a href="#{{registration.$id}}">DRZB2011 registration</a> which you
 </div>
 -->
 
+<!--
 <div style="clear: both">
 <input type=checkbox name=debug style="float: right; clear: both">
 <pre ng:show="debug">
@@ -437,6 +445,7 @@ $id={{$id}}
 registration.$id={{registration.$id}}
 </pre>
 </div>
+-->
 
 </body>
 </html>