From 1a2bdce6dfc02476fd7f6a616809f1c56bade161 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 29 Oct 2012 20:53:20 +0100 Subject: [PATCH] 2013 iteration --- public/app/drzb2013/abstracts.html | 146 ++++++ .../drzb2013/autori-prezime.ime.email.html | 133 +++++ public/app/drzb2013/autori-prezime.ime.html | 132 +++++ public/app/drzb2013/autori.html | 134 +++++ public/app/drzb2013/database.js | 1 + public/app/drzb2013/footer.html | 17 + public/app/drzb2013/header.html | 78 +++ public/app/drzb2013/index.html | 13 + public/app/drzb2013/predavaci.html | 151 ++++++ public/app/drzb2013/registration-edit.html | 394 ++++++++++++++ public/app/drzb2013/registration-en.html | 462 +++++++++++++++++ public/app/drzb2013/registration-hr.html | 481 ++++++++++++++++++ public/app/drzb2013/registration.css | 413 +++++++++++++++ public/app/drzb2013/registration.js | 1 + .../app/drzb2013/registrations-lectures.html | 150 ++++++ public/app/drzb2013/registrations.html | 144 ++++++ .../registrirani-prezime.ime.email.html | 134 +++++ public/app/drzb2013/replication-pull.sh | 3 + 18 files changed, 2987 insertions(+) create mode 100644 public/app/drzb2013/abstracts.html create mode 100644 public/app/drzb2013/autori-prezime.ime.email.html create mode 100644 public/app/drzb2013/autori-prezime.ime.html create mode 100644 public/app/drzb2013/autori.html create mode 100644 public/app/drzb2013/database.js create mode 100644 public/app/drzb2013/footer.html create mode 100644 public/app/drzb2013/header.html create mode 100644 public/app/drzb2013/index.html create mode 100644 public/app/drzb2013/predavaci.html create mode 100644 public/app/drzb2013/registration-edit.html create mode 100644 public/app/drzb2013/registration-en.html create mode 100644 public/app/drzb2013/registration-hr.html create mode 100644 public/app/drzb2013/registration.css create mode 120000 public/app/drzb2013/registration.js create mode 100644 public/app/drzb2013/registrations-lectures.html create mode 100644 public/app/drzb2013/registrations.html create mode 100644 public/app/drzb2013/registrirani-prezime.ime.email.html create mode 100755 public/app/drzb2013/replication-pull.sh diff --git a/public/app/drzb2013/abstracts.html b/public/app/drzb2013/abstracts.html new file mode 100644 index 0000000..e3a3a22 --- /dev/null +++ b/public/app/drzb2013/abstracts.html @@ -0,0 +1,146 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ +Odabir:
+ + + + + + +
+
+ + + + {{author.name}} {{author.surname}}, + {{author.inst}}, +

{{registration.work.title}}

+ +
{{registration.work.abstract}}
+
{{symposium.abstract}}
+

 

+

 

+

 

+ +
+
+ +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/autori-prezime.ime.email.html b/public/app/drzb2013/autori-prezime.ime.email.html new file mode 100644 index 0000000..f83d07e --- /dev/null +++ b/public/app/drzb2013/autori-prezime.ime.email.html @@ -0,0 +1,133 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ + +
+ +

+ +{{author.surname}}, +{{author.name}}
+{{author.email}} +

+ + +
+ + +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/autori-prezime.ime.html b/public/app/drzb2013/autori-prezime.ime.html new file mode 100644 index 0000000..ed90306 --- /dev/null +++ b/public/app/drzb2013/autori-prezime.ime.html @@ -0,0 +1,132 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ + +
+ +

+ +{{author.surname}}, +{{author.name}} +

+ + +
+ + +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/autori.html b/public/app/drzb2013/autori.html new file mode 100644 index 0000000..4d8fa93 --- /dev/null +++ b/public/app/drzb2013/autori.html @@ -0,0 +1,134 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ + +
+ +

+ +{{author.surname}}, +{{author.name}}, +{{author.inst}}, +{{author.email}} +

+ + +
+ + +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/database.js b/public/app/drzb2013/database.js new file mode 100644 index 0000000..8904009 --- /dev/null +++ b/public/app/drzb2013/database.js @@ -0,0 +1 @@ +var database='drzb2013'; diff --git a/public/app/drzb2013/footer.html b/public/app/drzb2013/footer.html new file mode 100644 index 0000000..7d8ef90 --- /dev/null +++ b/public/app/drzb2013/footer.html @@ -0,0 +1,17 @@ + + +
+ + +
+ + + + + diff --git a/public/app/drzb2013/header.html b/public/app/drzb2013/header.html new file mode 100644 index 0000000..6cb2e42 --- /dev/null +++ b/public/app/drzb2013/header.html @@ -0,0 +1,78 @@ + + + + + +<link rel="stylesheet" href="http://mjesec.ffzg.hr/styles/drzb2011/basic.css" type="text/css"> + + +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> + +<script type="text/javascript" src="http://mjesec.ffzg.hr/drzb2011/rotator.js"></script> + +<script type="text/javascript" src="http://mjesec.ffzg.hr/drzb2011/drop_down.js"></script> + +</head> + +<body> + +<div id="wrapper"> + <div id="header"> + <a href="http://psihologija.ffzg.hr/drzb2011"><img src="http://psihologija.ffzg.hr/drzb2011/images/header.gif" 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">Naslovnica</a></li> + <li> + <a class="level4" href="http://psihologija.ffzg.hr/drzb2011/registracija">Registracija</a> + + <ul> + + <li> + <a class="level5" href="http://psihologija.ffzg.hr/drzb2011/registracija/vrste2">Oblici sudjelovanja</a> + + <li> + <a class="level5" href="http://psihologija.ffzg.hr/drzb2011/registracija/kotizacija">Kotizacija</a> + <li> + <a class="level5" href="http://psihologija.ffzg.hr/drzb2011/registracija/bodovanje2">Bodovanje</a> + + </ul></li> + + <li> + <a class="level4" href="http://psihologija.ffzg.hr/drzb2011/prijava">Prijava izlaganja</a> + <ul> + + <li> + <a class="level5" href="http://psihologija.ffzg.hr/drzb2011/prijava/pripremasazetaka">Priprema sažetaka</a> + <li> + + <a class="level5" href="http://psihologija.ffzg.hr/drzb2011/prijava/obrazac">Obrazac za prijavu</a> + + </ul></li> + <li> + <a class="level4" href="http://psihologija.ffzg.hr/drzb2011/program">Program</a> + <li> + <a class="level4" href="http://psihologija.ffzg.hr/drzb2011/organizacija">Organizacija</a> + <li> + <a target="_blank" class="level4" href="http://psihologija.ffzg.hr/drzb2011/smjestaj">Smještaj</a> +</ul> +</div> + + </div> + + <div id="mainNav_right"> + <ul> + <li><a href="http://psihologija.ffzg.hr/drzb2011" class="active">Hrvatski</a></li> + <li><a href="http://psihologija.ffzg.hr/drzb2011-eng">English</a></li> + </ul> + </div> + +</div> + + +</body> +</html> + + diff --git a/public/app/drzb2013/index.html b/public/app/drzb2013/index.html new file mode 100644 index 0000000..229a8d5 --- /dev/null +++ b/public/app/drzb2013/index.html @@ -0,0 +1,13 @@ +<html> +<title> + <meta charset="utf-8"> + + + + + + + + + + diff --git a/public/app/drzb2013/predavaci.html b/public/app/drzb2013/predavaci.html new file mode 100644 index 0000000..65c20af --- /dev/null +++ b/public/app/drzb2013/predavaci.html @@ -0,0 +1,151 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ +Odabir:
+ + + + + + + + +
    +
  1. + + + +{{registration.work.authors[0].name}} +{{registration.work.authors[0].surname}}, +{{registration.work.authors[0].inst}} + +
  2. +
+ +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/registration-edit.html b/public/app/drzb2013/registration-edit.html new file mode 100644 index 0000000..28ad9ff --- /dev/null +++ b/public/app/drzb2013/registration-edit.html @@ -0,0 +1,394 @@ + + + + + + +Conference registration + + + + + + + + + +
+ + + + + + +
+ +
+

Registracija i prijavljivanje izlaganja

+
+ + +
+ + +
+

+Svi sudionici skupa, bez obzira na to jesu li izlagači, suautori ili slušači, moraju se registrirati kroz sustav elektroničke prijave. +

+ +

+Sažetak izlaganja/postera prijavljuje samo prvi autor, odnosno onaj autor koji će rad izložiti. Ostali suautori ne trebaju prijaviti sažetak, nego se samo registrirati. +

+ +

+Organizatori simpozija prijavljuju i sažetak simpozija i sažetak svakog pripadajućeg rada (mora ih biti četiri). Autori pojedinih radova unutar simpozija NE prijavljuju pojedinačno svoje sažetke, nego se u sustav registriraju kao sudionici simpozija. +

+ +

+Organizatori okruglog stola prijavljuju samo sažetak okruglog stola, a sudionici se registriraju kao sudionici okruglog stola. +

+ +

+Duljina sažetka treba biti između 1800 i 2000 znakova (uključujući razmake). +

+ +

+Jedna osoba može biti autor u najviše tri rada, pri čemu na samo jednom može biti prvi ili jedini autor ili autor koji će izlagati. +

+ + + +
+ + + + +
+ + +
+
+
+ + +
+
+

Tip registracije

+ + + + + + +
+ + +
+ +
+ + +

Podaci za kontakt

+
+
Ime
+
Prezime
+
+
+ + +
+
+
Ustanova
+
+
+ +
+
+
Adresa
+
+
+ +
+
+
Grad
+
Poštanski br.
+
Zemlja
+
+
+ + + +
+
+
E-pošta
+
Tel. broj
+
+
+ + +
+
+
Označite ako ste student. +
+
+ Hoćete li biti na domjenku dobrodošlice u četvrtak u 20 sati?
+ Da + Ne +
+
+ Hoćete li biti na zajedničkoj večeri u petak u 20 sati? (Večera je uključena u kotizaciju.)
+ Da + Ne +
+
+ Trebate li R-1 račun?
+ Da + Ne +
+
+
+
Naziv organizacije koja uplaćuje
+
+
+ +
+
+
Adresa organizacije
+
+
+ +
+
+
OIB organizacije
+
+
+ +
+
+ +
+ + + +
+

Tema simpozija/okruglog stola

+ +
+ + +
+
+ +

Simpozij

+ + + + +
{{registration.person.name}} {{registration.person.surname}}, {{registration.person.inst}}, {{registration.person.email}}
+
+ + + + + X +
+ + + + +
+ Simpozij: {{registration.symposium.title}} +
+ +
    +
  1. + + {{w.title}} + {{w.title}} +
  2. +
+
+
+
+ +
+ + +

Prijava rada unutar simpizija ({{registration.symposium.work_nr}})

+

Prijava usmenog priopćenja

+

Prijava postera

+

Prijava teme okruglog stola

+ + + + +
+ +
+
Ime
Prezime
Ustanova
E-pošta
+
+
+ + + + + X +
+ Dodaj još jednog autora +
+
+ + +
{{registration.person.name}} {{registration.person.surname}}, {{registration.person.inst}}, {{registration.person.email}}
+
+ + + + + X +
+ +
+ + + + + +
+
+ + +
+ + +
+ + +
+
+ + +
+ + + + + + + + + + +
+ + +
+
+

{{registration.person.name}} {{registration.person.surname}}

+ + + + + + + + + + +
+

Symposium organizer

+ + +
+ +
    +
  1. + + {{w.title}} + {{w.title}} +
  2. +
+
+
+
+ + + +
+
+

Registration Type

+ + + +
+ + +
+ +
+ + +

Contact Information

+
+
First name
+
Surname
+
+
+ + +
+
+
Institution
+
+
+ +
+
+
Address
+
+
+ +
+
+
City
+
ZIP
+
Country
+
+
+ + + +
+
+
E-mail
+
Phone number
+
+
+ + +
+
+
Check this box if you are student. +
+
+ Will you join us for the welcome reception on Thursday at 20 hrs?
+ Yes + No +
+
+ Will you join us for the conference dinner on Friday at 20 hrs? (Dinner is included in the regostration fee.)
+ Yes + No +
+ +
+ + + +
+

Symposium/round table topic

+ +
+ + +
+
+ +

Symposium

+ + + + +
{{registration.person.name}} {{registration.person.surname}}, {{registration.person.inst}}, {{registration.person.email}}
+
+ + + + + X +
+ + + + +
+ Symposium: {{registration.symposium.title}} +
+ +
    +
  1. + + {{w.title}} + {{w.title}} +
  2. +
+
+
+
+ +
+ + +

Add Symposium Paper ({{registration.symposium.work_nr}})

+

Oral Presentation Sumbission

+

Poster Presentation Sumbission

+

Round Table Disscussion Sumbission

+ + + + +
+ +
+
First name
Surname
Institution
E-mail
+
+
+ + + + + X +
+ Add another author +
+
+ + +
{{registration.person.name}} {{registration.person.surname}}, {{registration.person.inst}}, {{registration.person.email}}
+
+ + + + + X +
+ +
+ + + + + +
+
+ +
+ +
+ +
Please fill all required fields correctly. +Fields with orange border call for your attention. + +Decide about going to welcome reception and dinner. + +Decide about going to welcome reception. +
+ + +
+ +
+ Thank you! Your registration has been submitted successfully! + +
+ You must provide a proof of your student status by e-mail sent to drzb@ffzg.hr +
+

+
+
+ Thank you. Your proposal has been submitted successfully!
+ Please read conference fee payment instructions + +
+
+ Thank you. Your proposal has been submitted successfully!
+ +
+ You must provide a proof of your student status by e-mail sent to drzb@ffzg.hr +
+
+ +
+
+ This was the last paper in this symposium +
+
+ +
+ + + +
+ + + + + + + + + diff --git a/public/app/drzb2013/registration-hr.html b/public/app/drzb2013/registration-hr.html new file mode 100644 index 0000000..9fa0b60 --- /dev/null +++ b/public/app/drzb2013/registration-hr.html @@ -0,0 +1,481 @@ + + + + + + +Conference registration + + + + + + + + + +
+ + + + + + +
+ +
+

Registracija i prijavljivanje izlaganja

+
+ + +
+ + +
+

+Svi sudionici skupa, bez obzira na to jesu li izlagači, suautori ili slušači, moraju se registrirati kroz sustav elektroničke prijave. +

+ +

Prijave izlaganja zatvorene su 27.01.2010.

+ + + + +
+ + + +
+ + +
+
+

{{registration.person.name}} {{registration.person.surname}}

+ + + + + + + + + + +
+

Tip registracije: Organizator simpozija

+ + +
+ +
    +
  1. + + {{w.title}} + {{w.title}} +
  2. +
+
+
+
+ + + +
+
+

Tip registracije

+ + + +
+ + +
+ +
+ + +

Podaci za kontakt

+
+
Ime
+
Prezime
+
+
+ + +
+
+
Ustanova
+
+
+ +
+
+
Adresa
+
+
+ +
+
+
Grad
+
Poštanski br.
+
Zemlja
+
+
+ + + +
+
+
E-pošta
+
Tel. broj
+
+
+ + +
+
+
Označite ako ste student. +
+
+ Hoćete li biti na domjenku dobrodošlice u četvrtak u 20 sati?
+ Da + Ne +
+
+ Hoćete li biti na zajedničkoj večeri u petak u 20 sati? (Večera je uključena u kotizaciju.)
+ Da + Ne +
+
+ Trebate li R-1 račun?
+ Da + Ne +
+
+
+
Naziv organizacije koja uplaćuje
+
+
+ +
+
+
Adresa organizacije
+
+
+ +
+
+
OIB organizacije
+
+
+ +
+
+ +
+ + + +
+

Tema simpozija/okruglog stola

+ +
+ + +
+
+ +

Simpozij

+ + + + +
{{registration.person.name}} {{registration.person.surname}}, {{registration.person.inst}}, {{registration.person.email}}
+
+ + + + + X +
+ + + + +
+ Simpozij: {{registration.symposium.title}} +
+ +
    +
  1. + + {{w.title}} + {{w.title}} +
  2. +
+
+
+
+ +
+ + +

Prijava rada unutar simpizija ({{registration.symposium.work_nr}})

+

Prijava usmenog priopćenja

+

Prijava postera

+

Prijava teme okruglog stola

+ + + + +
+ +
+
Ime
Prezime
Ustanova
E-pošta
+
+
+ + + + + X +
+ Dodaj još jednog autora +
+
+ + +
{{registration.person.name}} {{registration.person.surname}}, {{registration.person.inst}}, {{registration.person.email}}
+
+ + + + + X +
+ +
+ + + + + +
+
+ +
+ +
+ +
Molimo ispunite sva tražena polja. +Obratite pažnju na polja s narančastim okvirom. + +Odlučite o dolasku na domjenak i večeru. + +Odlučite o dolasku na domjenak. +
+ + +
+ +
+ Hvala! Vaša registracija je uspješno predana! + +
+ Dokaz o studentskom statusu treba poslati na adresu drzb@ffzg.hr. +
+

+
+
+ Hvala! Vaš prijedlog je uspješno predan.
+ Molimo pročitajte upute za plaćanje kotizacije. + +
+
+ Hvala! Vaš prijedlog je uspješno predan.
+ +
+ Dokaz o studentskom statusu treba poslati na adresu drzb@ffzg.hr. +
+
+ +
+
+ Ovo je bio zadnji rad unutar ovog simpozija +
+
+ +
+ +
+ + + + + + + diff --git a/public/app/drzb2013/registration.css b/public/app/drzb2013/registration.css new file mode 100644 index 0000000..3200455 --- /dev/null +++ b/public/app/drzb2013/registration.css @@ -0,0 +1,413 @@ + +body { + background: #F6F6F6; + margin: 0 auto; + font-family: Arial; + color: #374E5A; + font-size: 14px; + line-height: 140%; + width: 961px; +} + +img { + border: 0; +} +/* ----- MENU ----- */ + +#navigation +{ + position: relative; + float: left; + text-align: left; + width: 794px; + height: 60px; + font: 16px arial; +/* background: url(http://mjesec.ffzg.hr/drzb2011/images/menu_bg.gif) repeat-x; */ +} + +#navigation ul +{ + list-style: none; + margin: 0; + padding: 0; + list-style: none; + height: 33px; + width: 794px; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; +} + +#navigation ul li { + position: relative; + float: left; + display: inline; + height: 33px; + border-right: 1px solid #ccc; +} + +#navigation li ul { + position: absolute; + left: -50%; + top: 28px; + border: 0; + display: none; +} + +#navigation li ul li { + border: 0; + border-right: 1px solid #ccc; + height: 19px; + margin-top: 10px; +} + +#navigation ul li a { + display: block; + float: left; + text-decoration: none; + color: #777; + background: #f6f6f6; /* IE6 Bug */ + padding: 5px 10px; + height: 23px; +} + +#navigation ul li a:hover { + color: #d74f25; + border-bottom: 1px solid #f6f6f6; +} + + +#navigation li ul li a { + padding: 1px 10px; +} + + +#navigation li:hover ul { + display: block; +} + +/* Holly Hack. IE Requirement \*/ +* html ul li { float: left; height: 1%; } +* html ul li a { height: 1%; } +/* End */ + +#mainNav_right +{ + position: relative; + float: left; + text-align: left; + width: 167px; + height: 33px; + font: 16px arial; + display: block; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; +} + +#mainNav_right ul +{ + display: inline; +} + +#mainNav_right li +{ + display: inline; +} + +#mainNav_right li a +{ + float: left; + height: 27px; + padding-left: 15px; + padding-right: 15px; + padding-top: 6px; + color: #91959c; + text-align: center; + text-decoration: none; + display: block; +} + +#mainNav_right li a:hover +{ + color: #d74f25; + text-decoration: none; + display: block; +} + +#mainNav_right li a.active +{ + float: left; + height: 27px; + padding-left: 15px; + padding-right: 15px; + padding-top: 6px; + text-align: center; + color: #d74f25; + text-decoration: none; + display: block; +} + + + +label { + display: block; + color: #D74F25; + color: #374E5A; + color: #afafaf; + margin-top: 10px; + font-size: 14px; + font-family: Arial; +} + +.title { + position: relative; + float: left; + text-align: left; + width: 100%; +/* background: url(http://mjesec.ffzg.hr/drzb2011/images/crta.gif) repeat-x bottom; */ + border-bottom: 1px solid #ccc; + padding-bottom: 4px; + margin: 0; + margin-top: 10px; + +} + +h1 +{ + float: left; +/* margin-bottom: 6px; */ + padding-left: 20px; + font: 18px arial; + color: #0c1426; + text-align: center; + text-decoration: none; + display: block; + background: url(http://mjesec.ffzg.hr/drzb2011/images/kvadrat.gif) no-repeat left; + margin: 0; +} + + +h2, h3 { + margin-top: 60px; + font-size: 14px; + padding: 2px 0; + border-bottom: 2px solid #D74F25; + border-bottom: 1px solid #46d0fe; +} + +h3 { + margin-top: 20px; +} + +a { + color: #D74F25; +} + +label { + color: #374E5A; +} + +.input, .inputOrg { + color: #afafaf; + float: left; + margin: 2px; + padding: 0 6px; +} + +.inputOrg { + color: #374E5A; +} + +.input1 { + width: 40.8em; +} + +.input2 { + width: 8em; +} + +.input3 { + width: 13em; +} +.input4 { + width: 10em; +} + +.input5 { + width: 21.4em; +} +.input6 { + width: 6.3em; +} + +.clear { + clear: both; +} + + +.authors { + clear: both; + margin-bottom: 6px; +} + +.addPerson { + color: #D74F25; + color: #EDC8BC; + color: #EAB3A2; + font-size: 90%; +} + +input, textarea { + font: 14px arial; + color: #000000; + border: solid 1px #dedede; + padding: 6px; + background: #f6f6f6; +} + +input:focus, textarea:focus +{ + + background: #ffffff; + font-family: arial; + color: #000000; +/* border: 1px solid #46d0fe; */ +} + +.ng-validation-error { + border: 1px solid #FF6666; + border: 1px solid #EDC8BC; + border: 1px solid #FF9966; + border: 1px solid #EAB3A2; + border: 1px solid #D74F25; + border: 1px solid #DC6844; + border: 1px solid #DE7F61; +} + +.ng-exception { + border: 0; +} + + +#work, #submission { + margin-bottom: 20px; +} + +.button { + margin-top: 20px; + width: 40.8em; +} + +.button input { + margin-bottom: 10px; + float: left; + color: #ffffff; + display: block; + text-decoration: none; + background: #d74f25; +} + +.button input:hover, .gohome:hover { + /* background: #dc6844; */ +} + +.button2 input { + background: #F6F6F6; + color: #374E5A; + border: 1px solid #d74f25; + display: inline; +} + + +.gohome { + float: left; + color: #374E5A; + border: 1px solid #d74f25; + text-decoration: none; + background: #f6f6f6; + padding: 7px; + margin-top: 20px; + font: 14px arial; + border: solid 1px #dedede; + border: solid 1px #f6f6f6; +} + +.gohome a { +} + +.gohome a:hover { + text-decoration: none; +} + +.list { + margin-top: 20px; + font-weight: bold; +} + +.warrning { + color: #FF6666; +} + +.sworks { + margin-top: 20px; +} + + +.newWork { + clear: left; + margin-top: 50px; +} +.saved { + margin-bottom: 20px; + margin-top: 20px; +} +.saved2 { + color: #374E5A; + color: #d74f25; + font-weight: bold; + font-style: italic; + display: block; +} +.saved3 { + color: #374E5A; + font-weight: normal; + margin-top: 20px; +} +#footer { + position: relative; + float: left; + width: 961px; + height: 18px; + padding-top: 5px; + margin-top: 180px; + margin-bottom: 20px; + font: 10px arial; + color: #374e5a; + text-align: center; + background: url(http://mjesec.ffzg.hr/drzb2011/images/footer_bg.jpg) repeat-x; + clear: both; +} + +#foot a +{ + position: relative; + top: 12px; + margin-bottom: 20px; + font: 12px arial; + color: #374e5a; + text-align: center; + text-decoration: none; +} + +#foot a:hover +{ + color: #374e5a; + text-decoration: underline; +} + + +hr { + border: 1px solid #ccc; +} +.lengthCount { + color:red; +} diff --git a/public/app/drzb2013/registration.js b/public/app/drzb2013/registration.js new file mode 120000 index 0000000..bb37db2 --- /dev/null +++ b/public/app/drzb2013/registration.js @@ -0,0 +1 @@ +../conference/registration.js \ No newline at end of file diff --git a/public/app/drzb2013/registrations-lectures.html b/public/app/drzb2013/registrations-lectures.html new file mode 100644 index 0000000..4971898 --- /dev/null +++ b/public/app/drzb2013/registrations-lectures.html @@ -0,0 +1,150 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ + + + +
+ +
    +
  1. + + samo registracija + sudionik simpozija/okruglog stola + organizator simpozija + organizator okruglog stola + usmeno priopćenje + poster + student - samo registracija + osoba u pratnji + + - student
    +{{registration.person.name}} +{{registration.person.surname}} +<{{registration.person.email}}> {{registration.person.inst}}, {{registration.person.city}}, {{registration.person.country}} + +
    {{registration.work.title}}
    + +{{author.name}} +{{author.surname}}, +{{author.inst}}
    +
    +
    {{registration.work.abstract}}
    +
    {{registration._id}}
    + +
  2. +
+ +
+ +
+data={{data}}
+
+
+ +
+ + +
+ + + diff --git a/public/app/drzb2013/registrations.html b/public/app/drzb2013/registrations.html new file mode 100644 index 0000000..f900b35 --- /dev/null +++ b/public/app/drzb2013/registrations.html @@ -0,0 +1,144 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ +Odabir:
+ + + + + + + + + + + + +
    +
  1. + + samo registracija + sudionik simpozija/okruglog stola + organizator simpozija + organizator okruglog stola + usmeno priopćenje + poster + student - samo registracija + osoba u pratnji + + - student
    +{{registration.person.name}} +{{registration.person.surname}} +<{{registration.person.email}}> {{registration.person.inst}}, {{registration.person.city}}, {{registration.person.country}} +
    {{registration.symposium.title}}
    {{registration.symposium.abstract}}
    +
    {{registration.work.title}}
    + +{{author.name}} +{{author.surname}}, +{{author.inst}}
    +
    +
    {{registration.work.abstract}}
    +
    {{registration._id}}
    + +
  2. +
+ +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/registrirani-prezime.ime.email.html b/public/app/drzb2013/registrirani-prezime.ime.email.html new file mode 100644 index 0000000..2ec89f3 --- /dev/null +++ b/public/app/drzb2013/registrirani-prezime.ime.email.html @@ -0,0 +1,134 @@ + + + + + + + + +DRZB2011 Registrations + + + + + + +
+ + +
+ +

+ +{{person.surname}}, +{{person.name}}, +{{person.email}}, +{{person.inst}} +

+ + +
+ + +
+ +
+data={{data}}
+
+
+ +
+ + + + diff --git a/public/app/drzb2013/replication-pull.sh b/public/app/drzb2013/replication-pull.sh new file mode 100755 index 0000000..9b5f8a3 --- /dev/null +++ b/public/app/drzb2013/replication-pull.sh @@ -0,0 +1,3 @@ +#!/bin/sh -x + +curl -v -X POST localhost:5984/_replicate -d '{"source":"http://10.60.0.95:5984/drzb2011","target":"drzb2011","continuous":true}' -- 2.20.1