From 28eb34878f42131f5ac40cca937ea8ae10dfec05 Mon Sep 17 00:00:00 2001 From: Marijana Glavica Date: Mon, 8 Nov 2010 11:56:36 +0100 Subject: [PATCH] design --- templates/conference/Registration.html.ep | 251 ++++++++++++++-------- 1 file changed, 164 insertions(+), 87 deletions(-) diff --git a/templates/conference/Registration.html.ep b/templates/conference/Registration.html.ep index 041b144..cbac84f 100644 --- a/templates/conference/Registration.html.ep +++ b/templates/conference/Registration.html.ep @@ -121,27 +121,58 @@ a { font-size: 80%; } -.symposium, .work { - width: 615px; -} - label { color: #374E5A; } -.authors-label .name, .authors-label .surname, .authors-label .inst, .authors-label .email { +.fl { + color: #afafaf; + float: left; + margin: 2px; + padding: 0 6px; +} + +.fl1 { + width: 40.8em; +} + +.fl2 { + width: 8em; +} + +.fl3 { + width: 13em; +} + +.flClear { + clear: both; +} + +.labelTop .pname, .labelTop .name, .labelTop .surname, .labelTop .pinst, .labelTop .email, .labelTop .city, .labelTop .address, .labelTop .contact { color: #afafaf; float: left; margin: 2px; padding: 0 6px; } -.name, .surname, .email { - width: 18%; +.pname, .name, .surname, .email { + width: 10em; +} + +.pinst { + width: 21.4em; +} + +.address { + width: 14.1em; } -.inst { - width: 30%; +.city { + width: 9em; +} + +.contact { + width: 10em; } .title, .summary { @@ -153,9 +184,6 @@ label { margin-bottom: 6px; } -.authors-label { - clear: right; -} @@ -218,6 +246,13 @@ input.ng-validation-error { clear: left; margin-top: 50px; } +.saved { + color: #D74F25; + margin-top: 20px; +} +#buttons { + margin-top: 20px; +} @@ -226,99 +261,141 @@ input.ng-validation-error {
-
- - - - - - - +
+

Please choose:

+ Just attending the conference
+ I want to submit a work
-
- -

Type of conference submission:

- -Just attending conference
-Symposia
-Oral presentation
-Poster presentation
-Round table discussion
- -
- -
- -
- - -
- -Organizer: -
-[X] - - - - +
+
+

Choose submittion type:

+ Symposia
+ Oral presentation
+ Poster presentation
+ Round table discussion
+
-[Add another organizer] - +
+

Participant Registration

+
+
First name
+
Surname
+
+
+ + +
+
+
Institution
+
+
+ +
+
+
Address
+
+
+ + +
+
+
City
+
ZIP
+
Country
+
+
+ + + +
+
+
E-mail
+
Phone number
+
+
+ + +
-
-
-Works which are part of this symposium: -
    -
  1. -{{w.title}} -{{w.title}} -
  2. -
-
- -

Autors of {{registration.symposium.work_nr}}. work

-
-[X] - - - - +
+
+ +

Symposia Submission

+ + + +
+
First name
Surname
Institution
E-mail
+
+
+ + + + + X +
+ Add another organizer + + +
+ +
    +
  1. + {{w.title}} + {{w.title}} +
  2. +
+
+
+

Work no. {{registration.symposium.work_nr}}. in {{registration.symposium.title}}

+

Oral Presentation Sumbission

+

Poster Presentation Sumbission

+

Round Table Disscussion Sumbission

+ + + + +
+
First name
Surname
Institution
E-mail
+
+
+ + + + + [X] +
+ [Add another author] + + + +
-[Add another author] - -
- -
- - -
+
+Registration has been sumbited. Your registration ID is {{registration.$id}}.
-
- - - - - +
+ + + + -{{$invalidWidgets.visible()}} errors to fix in submission form +
Please fill all required fields ({{$invalidWidgets.visible()}} fields left).
+ + +-->
Debug Information: -- 2.20.1