fix database name in view
[angular-mojolicious.git] / public / app / drzb2011 / registration-en.html
index fdcbf36..66474d1 100644 (file)
 </head>
 <body>
 
+<div id="wrapper">
+    <div id="header-eng">
+        <a href="http://psihologija.ffzg.hr/drzb2011-eng"><img src="http://psihologija.ffzg.hr/uploads/qS/LE/qSLEDLKdPrP88dVyNI542g/header-eng2.jpg" alt="Dani Ramira i Zorana Bujasa" class="float_left" /></a>
+    </div>
+
+    <div id="mainNav">
+<div id="navigation">
+<ul>
+<li class="level"><a href="http://psihologija.ffzg.hr/drzb2011-eng">Home</a></li>
+       <li>
+       <a class="level4" href="http://psihologija.ffzg.hr/drzb2011-eng/registration">Registration</a>
+
+       <ul>
+
+       <li>
+               <a class="level5" href="http://psihologija.ffzg.hr/drzb2011-eng/registration/types">Forms of participation</a>
+
+       <li>
+               <a class="level5" href="http://psihologija.ffzg.hr/drzb2011-eng/registration/fee">Registration fee</a>
+       <li>
+               <a class="level5" href="http://psihologija.ffzg.hr/drzb2011-eng/registration/points">Points</a>
+
+   </ul></li>
+
+       <li>
+       <a class="level4" href="http://psihologija.ffzg.hr/drzb2011-eng/submission">Proposal Submission</a>
+       <ul>
+
+       <li>
+               <a class="level5" href="http://psihologija.ffzg.hr/drzb2011-eng/submission/abstracts">Abstract preparation</a>
+       <li>
+
+               <a class="level5" href="http://psihologija.ffzg.hr/drzb2011-eng/submission/form">Submission form</a>
+
+   </ul></li>
+       <li>
+               <a class="level4" href="http://psihologija.ffzg.hr/drzb2011-eng/program">Program</a>
+       <li>
+               <a class="level4" href="http://psihologija.ffzg.hr/drzb2011-eng/organisation">Organisation</a>
+       <li>
+               <a target="_blank" class="level4" href="http://psihologija.ffzg.hr/drzb2011-eng/accommodation">Accomodation</a>
+</ul>
+</div>
+
+    </div>
 
+    <div id="mainNav_right">
+        <ul>
+            <li><a href="http://psihologija.ffzg.hr/drzb2011">Hrvatski</a></li>
+            <li><a href="http://psihologija.ffzg.hr/drzb2011-eng" class="active">English</a></li>
+        </ul>
+    </div>
+</div>
 
-<h1>Registration and Proposal Submission</h1>
+<div class="title">
+<h1>Registration and proposal submission</h1>
+</div>
 
 
 
 <div class="root" ng:controller="Registration" ng:init="$window.$root = this;">
 
 
-<div ng:show="! registration.$id && ! symposium.$id">
+<div style="clear: both; padding-top: 10px;" ng:show="! registration.$id && ! symposium.$id">
 <p>
 All participants (presenters, coauthors and visitors) have to register via on-line register system.
 </p>
 
+<p>Proposal submission has been closed on 27th January 2011.</p>
+
+<!--
 <p>
 Abstract of oral presentation/poster has to be submitted only by first author or by presenting coauthor. Other coauthors do not have to submit the abstract, only register.
 </p>
@@ -48,7 +106,7 @@ The abstracts length should be between 1800 and 2000 characters (space included)
 <p>
 One person can be author of maximum three papers, only one of them as first/presenting/single author.
 </p>
-
+-->
 
 
 </div>
@@ -61,7 +119,7 @@ One person can be author of maximum three papers, only one of them as first/pres
 
 
 </div>
-<div ng:show="registration.$id || symposium">
+<div ng:show="registration.$id || symposium" style="padding-top: 40px">
        <h2>{{registration.person.name}} {{registration.person.surname}}</h2>
        <!--
        <label>Institution: {{registration.person.inst}}</label>
@@ -71,10 +129,17 @@ One person can be author of maximum three papers, only one of them as first/pres
        <label ng:show="registration.type == 'accomp'">Registration type: Accompanying person</label>
        <label ng:show="registration.type == 'student'">Registration type: Student</label>
        <label ng:show="registration.type == 'sparticipant'">Registration type: Symposium participant<span ng:show="registration.student == true">, student</span></label>
-       <label ng:show="registration.type == 'round'">Registration type: Round table organizer<span ng:show="registration.student == true">, student</span><p><b>Round table topic:</b> {{registration.work.title}}</label>
+       <label ng:show="registration.type == 'round'">Registration type: Round table organizer<span ng:show="registration.student == true">, student</span></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'"><b>Title: </b>{{registration.work.title}}</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>
@@ -126,14 +191,16 @@ One person can be author of maximum three papers, only one of them as first/pres
 <div id="submission" ng:show="! registration.$id && ! symposium.$id">
        <div>
                <h2>Registration Type</h2>
-               <label><input type="radio" name="registration.type" value="participant" ng:required>Registration only</label>
+               <label><input type="radio" name="registration.type" value="participant" ng:required>Registration</label>
                <label><input type="radio" name="registration.type" value="sparticipant" ng:required>Symposium/round table participant</label>
+<!--
                <label><input type="radio" name="registration.type" value="symposium" ng:required>Symposium organizer</label>
                <label><input type="radio" name="registration.type" value="round" ng:required>Round table organizer</label>
                <label><input type="radio" name="registration.type" value="lecture" ng:required>Oral presentation</label>
                <label><input type="radio" name="registration.type" value="poster" ng:required>Poster presentation</label>
+-->
        </div>
-               <label><input type="radio" name="registration.type" value="student" ng:required ng:change="registration.dinner = 'no'">Student registration only</label>
+               <label><input type="radio" name="registration.type" value="student" ng:required ng:change="registration.dinner = 'no'">Registration - students</label>
                <label><input type="radio" name="registration.type" value="accomp" ng:required>Accompanying person</label>
 </div>
 
@@ -204,7 +271,7 @@ One person can be author of maximum three papers, only one of them as first/pres
 
 
 <div id="work" ng:show="registration.type != 'participant' && registration.type != 'sparticipant' && registration.type != 'student' && registration.type != 'accomp'">
-<div ng:show="registration.type == 'symposium' && registration.symposium.work_nr < 4 && ! symposium.$id">
+<div ng:show="registration.type == 'symposium' && registration.symposium.work_nr < 5 && ! symposium.$id">
 
        <h2>Symposium</h2>
        <label for="registration.symposium.title">Topic:</label>
@@ -326,7 +393,7 @@ Decide about going to welcome reception.</span>
                </div>
                <br><br>
        </div>
-       <div class="saved" ng:show="registration.type != 'participant' && registration.type != 'sparticipant' && registration.type != 'student' && registration.type != 'accomp' && registration.symposium.work_nr == 4 && last_saved.$id">
+       <div class="saved" ng:show="registration.type != 'participant' && registration.type != 'sparticipant' && registration.type != 'student' && registration.type != 'accomp' && (registration.symposium.work_nr == 5 || registration.symposium.work_last == true) && last_saved.$id">
                <span class="saved2">Thank you. Your proposal has been submitted successfully! <br></span>
                <span class="gohome"><a href="http://psihologija.ffzg.hr/drzb2011-eng/registration/fee">Please read conference fee payment instructions</a></span>
                
@@ -340,9 +407,13 @@ Decide about going to welcome reception.</span>
        </div>
        
 </div>
-       <div class="button button2" ng:show="last_saved.$id && symposium.$id && registration.symposium.work_nr < 4">
+       <div style="clear: both" ng:show="last_saved.$id && symposium.$id && registration.symposium.work_nr == 4 && registration.symposium.work_last == false">
+               <input type="checkbox" name="registration.symposium.work_last">This was the last paper in this symposium
+       </div>
+       <div class="button button2" ng:show="last_saved.$id && symposium.$id && registration.symposium.work_nr < 5 && registration.symposium.work_last == false">
                <input type="reset" value="Submit another paper" ng:click="reset()"> 
        </div>
+       
 <!--
 <div class="button2" ng:show="registration.$id && registration.type != 'participant' && registration.type != 'sparticipant' && last_saved.$equals(registration)">
        <input type="reset" value="Submit another paper" ng:click="reset()">
@@ -351,11 +422,23 @@ Decide about going to welcome reception.</span>
 -->
 
 </div>
+
+
+<div id="footer">
+        Odsjek za psihologiju, Filozofski fakultet Sveučilišta u Zagrebu, Ivana Lučića 3, 10000 Zagreb ; tel. 01/6120 215 ; fax. 01/6120 037
+        <div id="go_to_top"><a href="#"></a></div>
+   <p id="foot">
+        <a href="http://psihologija.ffzg.hr" target="_blank">http://psihologija.ffzg.hr</a>
+    </p> 
+</div>
 <!--
 <div ng:show="registration.$id">
 Permalink to <a href="#{{registration.$id}}">DRZB2011 registration</a> which you can bookmark
 </div>
 -->
+
+<!--
+<div style="clear: both">
 <input type=checkbox name=debug style="float: right; clear: both">
 <pre ng:show="debug">
 
@@ -372,7 +455,8 @@ symposium = {{symposium}}
 $id={{$id}}
 registration.$id={{registration.$id}}
 </pre>
-
+</div>
+-->
 
 </body>
 </html>