author added to report page
authorMarijana Glavica <mglavica@ffzg.hr>
Sat, 22 Jan 2011 09:41:00 +0000 (10:41 +0100)
committerMarijana Glavica <mglavica@ffzg.hr>
Sat, 22 Jan 2011 09:41:00 +0000 (10:41 +0100)
public/app/drzb2011/registration-en.html
public/app/drzb2011/registration-hr.html

index 2f2139e..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 == '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>
        <div ng:show="registration.type == 'symposium'">
                <p>Symposium organizer</p>
                <label><b>Symposium topic: </b><i>{{registration.symposium.title}}</i></label>
index 5b009a4..4f151e2 100644 (file)
@@ -127,7 +127,14 @@ Jedna osoba može biti autor u najviše tri rada, pri čemu na samo jednom može
        <label ng:show="registration.type == 'round'">Tip registracije: Organizator okruglog stola<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'lecture'">Tip registracije: Usmeno priopćenje<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'poster'">Tip registracije: Prezentacija postera<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'round'">Tip registracije: Organizator okruglog stola<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'lecture'">Tip registracije: Usmeno priopćenje<span ng:show="registration.student == true">, student</span></label>
        <label ng:show="registration.type == 'poster'">Tip registracije: Prezentacija postera<span ng:show="registration.student == true">, student</span></label>
-       <label ng:show="registration.type == 'poster' || registration.type == 'lecture' || registration.type == 'round'"><b>Naslov: </b>{{registration.work.title}}</label>
+       <label ng:show="registration.type == 'poster' || registration.type == 'lecture' || registration.type == 'round'"><b>Naslov: </b><br>{{registration.work.title}}</label>
+       <label ng:show="registration.type == 'poster' || registration.type == 'lecture' || registration.type == 'round'"><b>Autori: </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>Tip registracije: Organizator simpozija</p>
                <label><b>Tema simpozija: </b><i>{{registration.symposium.title}}</i></label>
        <div ng:show="registration.type == 'symposium'">
                <p>Tip registracije: Organizator simpozija</p>
                <label><b>Tema simpozija: </b><i>{{registration.symposium.title}}</i></label>