surveyor 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +6 -0
- data/MIT-LICENSE +20 -0
- data/README.md +104 -0
- data/Rakefile +50 -0
- data/VERSION +1 -0
- data/app/controllers/surveyor_controller.rb +117 -0
- data/app/helpers/survey_form_builder.rb +37 -0
- data/app/helpers/surveyor_helper.rb +66 -0
- data/app/models/answer.rb +21 -0
- data/app/models/dependency.rb +46 -0
- data/app/models/dependency_condition.rb +79 -0
- data/app/models/question.rb +54 -0
- data/app/models/question_group.rb +18 -0
- data/app/models/response.rb +47 -0
- data/app/models/response_set.rb +185 -0
- data/app/models/survey.rb +57 -0
- data/app/models/survey_section.rb +15 -0
- data/app/views/layouts/surveyor_default.html.erb +13 -0
- data/app/views/partials/_answer.html.haml +49 -0
- data/app/views/partials/_question.html.haml +73 -0
- data/app/views/partials/_question_group.html.haml +41 -0
- data/app/views/surveyor/edit.html.haml +32 -0
- data/app/views/surveyor/new.html.haml +17 -0
- data/app/views/surveyor/show.html.haml +12 -0
- data/config/routes.rb +10 -0
- data/generators/surveyor/EXTENDING_SURVEYOR +12 -0
- data/generators/surveyor/extend_surveyor_generator.rb +22 -0
- data/generators/surveyor/surveyor_generator.rb +60 -0
- data/generators/surveyor/templates/README +10 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_leftright.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_updown.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_close.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_doc.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_folder_closed.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_folder_open.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_minus.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_plus.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_11x11_icon_resize_se.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_35x9_colorpicker_indicator.gif.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_7x7_arrow_down.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_7x7_arrow_left.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_7x7_arrow_right.gif +0 -0
- data/generators/surveyor/templates/assets/images/222222_7x7_arrow_up.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_arrows_leftright.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_arrows_updown.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_close.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_doc.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_folder_closed.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_folder_open.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_minus.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_11x11_icon_plus.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_7x7_arrow_down.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_7x7_arrow_left.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_7x7_arrow_right.gif +0 -0
- data/generators/surveyor/templates/assets/images/454545_7x7_arrow_up.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_arrows_leftright.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_arrows_updown.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_close.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_doc.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_folder_closed.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_folder_open.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_minus.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_11x11_icon_plus.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_7x7_arrow_down.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_7x7_arrow_left.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_7x7_arrow_right.gif +0 -0
- data/generators/surveyor/templates/assets/images/888888_7x7_arrow_up.gif +0 -0
- data/generators/surveyor/templates/assets/images/dadada_40x100_textures_02_glass_75.png +0 -0
- data/generators/surveyor/templates/assets/images/e6e6e6_40x100_textures_02_glass_75.png +0 -0
- data/generators/surveyor/templates/assets/images/ffffff_40x100_textures_01_flat_0.png +0 -0
- data/generators/surveyor/templates/assets/images/ffffff_40x100_textures_02_glass_65.png +0 -0
- data/generators/surveyor/templates/assets/javascripts/accessibleUISlider.jQuery.js +201 -0
- data/generators/surveyor/templates/assets/javascripts/jquery-1.2.6.js +3549 -0
- data/generators/surveyor/templates/assets/javascripts/jquery-ui-personalized-1.5.3.js +7616 -0
- data/generators/surveyor/templates/assets/javascripts/jquery.form.js +637 -0
- data/generators/surveyor/templates/assets/javascripts/surveyor.js +28 -0
- data/generators/surveyor/templates/assets/stylesheets/jquery-ui-slider-additions.css +71 -0
- data/generators/surveyor/templates/assets/stylesheets/reset.css +46 -0
- data/generators/surveyor/templates/assets/stylesheets/sass/surveyor.sass +245 -0
- data/generators/surveyor/templates/assets/stylesheets/surveyor.css +231 -0
- data/generators/surveyor/templates/assets/stylesheets/ui.theme.css +851 -0
- data/generators/surveyor/templates/extensions/survey_extensions.rb +18 -0
- data/generators/surveyor/templates/extensions/surveyor_controller_extensions.rb +28 -0
- data/generators/surveyor/templates/extensions/surveyor_custom.html.erb +13 -0
- data/generators/surveyor/templates/extensions/surveyor_helper_extensions.rb +18 -0
- data/generators/surveyor/templates/initializers/haml.rb +8 -0
- data/generators/surveyor/templates/initializers/surveyor.rb +11 -0
- data/generators/surveyor/templates/migrate/create_answers.rb +45 -0
- data/generators/surveyor/templates/migrate/create_dependencies.rb +21 -0
- data/generators/surveyor/templates/migrate/create_dependency_conditions.rb +29 -0
- data/generators/surveyor/templates/migrate/create_question_groups.rb +18 -0
- data/generators/surveyor/templates/migrate/create_questions.rb +33 -0
- data/generators/surveyor/templates/migrate/create_response_sets.rb +22 -0
- data/generators/surveyor/templates/migrate/create_responses.rb +33 -0
- data/generators/surveyor/templates/migrate/create_survey_sections.rb +25 -0
- data/generators/surveyor/templates/migrate/create_surveys.rb +25 -0
- data/generators/surveyor/templates/surveys/kitchen_sink_survey.rb +201 -0
- data/generators/surveyor/templates/tasks/surveyor.rb +4 -0
- data/init.rb +1 -0
- data/install.rb +1 -0
- data/lib/surveyor.rb +7 -0
- data/lib/surveyor/config.rb +45 -0
- data/lib/tasks/surveyor_tasks.rake +33 -0
- data/lib/tiny_code.rb +58 -0
- data/lib/xml_formatter.rb +12 -0
- data/script/surveyor/answer.rb +84 -0
- data/script/surveyor/columnizer.rb +36 -0
- data/script/surveyor/dependency.rb +43 -0
- data/script/surveyor/dependency_condition.rb +74 -0
- data/script/surveyor/question.rb +76 -0
- data/script/surveyor/question_group.rb +33 -0
- data/script/surveyor/specs/answer_spec.rb +66 -0
- data/script/surveyor/specs/question_dependency_spec.rb +46 -0
- data/script/surveyor/specs/question_group_spec.rb +9 -0
- data/script/surveyor/specs/question_spec.rb +111 -0
- data/script/surveyor/specs/section_spec.rb +58 -0
- data/script/surveyor/survey.rb +108 -0
- data/script/surveyor/survey_parser.rb +64 -0
- data/script/surveyor/survey_section.rb +153 -0
- data/script/surveyor/whr_dsl.tmproj +244 -0
- data/spec/controllers/surveyor_controller_spec.rb +328 -0
- data/spec/factories.rb +107 -0
- data/spec/models/answer_spec.rb +29 -0
- data/spec/models/dependency_condition_spec.rb +338 -0
- data/spec/models/dependency_spec.rb +82 -0
- data/spec/models/question_group_spec.rb +11 -0
- data/spec/models/question_spec.rb +75 -0
- data/spec/models/response_set_spec.rb +153 -0
- data/spec/models/response_spec.rb +94 -0
- data/spec/models/survey_section_spec.rb +34 -0
- data/spec/models/survey_spec.rb +72 -0
- data/spec/rcov.opts +2 -0
- data/spec/spec.opts +4 -0
- data/spec/spec_helper.rb +14 -0
- data/surveyor.gemspec +187 -0
- data/uninstall.rb +1 -0
- metadata +211 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
// Javascript UI for surveyor
|
2
|
+
jQuery(document).ready(function(){
|
3
|
+
|
4
|
+
if(jQuery.browser.msie){
|
5
|
+
// IE has trouble with the change event for form radio/checkbox elements - bind click instead
|
6
|
+
jQuery("form#survey_form input[type=radio], form#survey_form [type=checkbox]").bind("click", function(){
|
7
|
+
jQuery(this).parents("form").ajaxSubmit({dataType: 'json', success: successfulSave});
|
8
|
+
});
|
9
|
+
// IE fires the change event for all other (not radio/checkbox) elements of the form
|
10
|
+
jQuery("form#survey_form *").not("input[type=radio], input[type=checkbox]").bind("change", function(){
|
11
|
+
jQuery(this).parents("form").ajaxSubmit({dataType: 'json', success: successfulSave});
|
12
|
+
});
|
13
|
+
}else{
|
14
|
+
// Other browsers just use the change event on the form
|
15
|
+
jQuery("form#survey_form").bind("change", function(){ jQuery(this).ajaxSubmit({dataType: 'json', success: successfulSave}); return false; });
|
16
|
+
}
|
17
|
+
|
18
|
+
// If javascript works, we don't need to show dependents from previous sections at the top of the page.
|
19
|
+
jQuery("#dependents").remove();
|
20
|
+
|
21
|
+
function successfulSave(responseText){ // for(key in responseText) { console.log("key is "+[key]+", value is "+responseText[key]); }
|
22
|
+
// surveyor_controller returns a json object to show/hide elements e.g. {"hide":["question_12","question_13"],"show":["question_14"]}
|
23
|
+
jQuery.each(responseText.show, function(){ jQuery('#' + this).show("fast"); });
|
24
|
+
jQuery.each(responseText.hide, function(){ jQuery('#' + this).hide("fast"); });
|
25
|
+
return false;
|
26
|
+
}
|
27
|
+
|
28
|
+
});
|
@@ -0,0 +1,71 @@
|
|
1
|
+
/*NEW SLIDER STYLES FOR SCALE, ETC*/
|
2
|
+
/* slider widget */
|
3
|
+
.ui-slider {
|
4
|
+
text-decoration: none !important;
|
5
|
+
}
|
6
|
+
.ui-slider-tooltip {
|
7
|
+
display: none;
|
8
|
+
}
|
9
|
+
.ui-slider-handle-active .ui-slider-tooltip {
|
10
|
+
display: block;
|
11
|
+
position: relative;
|
12
|
+
top: -25px;
|
13
|
+
text-align: center;
|
14
|
+
padding: .1em;
|
15
|
+
font-size: .6em;
|
16
|
+
width: 8em;
|
17
|
+
margin-left: -4em;
|
18
|
+
text-decoration: none !important;
|
19
|
+
}
|
20
|
+
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
|
21
|
+
list-style: none;
|
22
|
+
margin: 0;
|
23
|
+
padding: 0;
|
24
|
+
}
|
25
|
+
.ui-slider ol, .ui-slider dl {
|
26
|
+
position: relative;
|
27
|
+
top: 1.3em;
|
28
|
+
width: 100%;
|
29
|
+
}
|
30
|
+
.ui-slider dt {
|
31
|
+
top: 1.5em;
|
32
|
+
position: absolute;
|
33
|
+
padding-top: .2em;
|
34
|
+
text-align: center;
|
35
|
+
border-bottom: 1px dotted #ddd;
|
36
|
+
height: .7em;
|
37
|
+
color: #999;
|
38
|
+
}
|
39
|
+
.ui-slider dt span {
|
40
|
+
background: #fff;
|
41
|
+
padding: 0 .5em;
|
42
|
+
}
|
43
|
+
.ui-slider li, .ui-slider dd {
|
44
|
+
position: absolute;
|
45
|
+
overflow: visible;
|
46
|
+
color: #666;
|
47
|
+
}
|
48
|
+
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
|
49
|
+
display: none;
|
50
|
+
}
|
51
|
+
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
|
52
|
+
display: block;
|
53
|
+
font-size: 0.75em;
|
54
|
+
}
|
55
|
+
.ui-slider span.ui-slider-tic {
|
56
|
+
position: absolute;
|
57
|
+
left: 0;
|
58
|
+
height: .8em;
|
59
|
+
top: -1.3em;
|
60
|
+
}
|
61
|
+
.ui-slider li span.ui-component-content, .ui-slider dd span.ui-component-content {
|
62
|
+
border-right: 0;
|
63
|
+
border-left-width: 1px;
|
64
|
+
border-left-style: dotted;
|
65
|
+
border-top: 0;
|
66
|
+
border-bottom: 0;
|
67
|
+
}
|
68
|
+
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
|
69
|
+
display: none;
|
70
|
+
}
|
71
|
+
.ui-slider {clear: both; top:1.2em; margin-bottom:2em;}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
html, body, div, span, applet, object, iframe,
|
2
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
3
|
+
a, abbr, acronym, address, big, cite, code,
|
4
|
+
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
5
|
+
small, strike, strong, sub, sup, tt, var,
|
6
|
+
dl, dt, dd, ol, ul, li,
|
7
|
+
fieldset, form, label, legend,
|
8
|
+
table, caption, tbody, tfoot, thead, tr, th, td {
|
9
|
+
margin: 0;
|
10
|
+
padding: 0;
|
11
|
+
border: 0;
|
12
|
+
outline: 0;
|
13
|
+
font-weight: inherit;
|
14
|
+
font-style: inherit;
|
15
|
+
font-size: 100%;
|
16
|
+
font-family: inherit;
|
17
|
+
vertical-align: baseline;
|
18
|
+
}
|
19
|
+
/* remember to define focus styles! */
|
20
|
+
:focus {
|
21
|
+
outline: 0;
|
22
|
+
}
|
23
|
+
body {
|
24
|
+
line-height: 1;
|
25
|
+
color: black;
|
26
|
+
background: white;
|
27
|
+
}
|
28
|
+
ol, ul {
|
29
|
+
list-style: none;
|
30
|
+
}
|
31
|
+
/* tables still need 'cellspacing="0"' in the markup */
|
32
|
+
table {
|
33
|
+
border-collapse: separate;
|
34
|
+
border-spacing: 0;
|
35
|
+
}
|
36
|
+
caption, th, td {
|
37
|
+
text-align: left;
|
38
|
+
font-weight: normal;
|
39
|
+
}
|
40
|
+
blockquote:before, blockquote:after,
|
41
|
+
q:before, q:after {
|
42
|
+
content: "";
|
43
|
+
}
|
44
|
+
blockquote, q {
|
45
|
+
quotes: "" "";
|
46
|
+
}
|
@@ -0,0 +1,245 @@
|
|
1
|
+
!main_background_color = #DCDCDC
|
2
|
+
!page_color = #FFFFF4
|
3
|
+
!page_text_color = #213E00
|
4
|
+
!menus_color = #EBEBCC
|
5
|
+
!menus_text_color = #666666
|
6
|
+
!headings_color = #213E00
|
7
|
+
!headings_text_color = #B1AF03
|
8
|
+
!flash_color = #FF0000
|
9
|
+
!text_field_color = #fafafa
|
10
|
+
!subtle_shift = 16
|
11
|
+
!border_shift = 32
|
12
|
+
!emphasis_shift = 64
|
13
|
+
body
|
14
|
+
:background-color= !main_background_color
|
15
|
+
:font-family Helvetica
|
16
|
+
:word-spacing normal
|
17
|
+
:text-align left
|
18
|
+
:letter-spacing 0
|
19
|
+
:line-height 1.1em
|
20
|
+
:font-size 1em
|
21
|
+
#flash
|
22
|
+
:background-color transparent
|
23
|
+
:color= !flash_color
|
24
|
+
:width 98%
|
25
|
+
:position absolute
|
26
|
+
:top 0
|
27
|
+
:left 0
|
28
|
+
:z-index 1000
|
29
|
+
:text-align center
|
30
|
+
#surveyor
|
31
|
+
:width 960px
|
32
|
+
:padding 1em
|
33
|
+
:margin 0 auto
|
34
|
+
:background-color= !page_color
|
35
|
+
:color= !page_text_color
|
36
|
+
#survey_list
|
37
|
+
ul
|
38
|
+
:padding-left 2em
|
39
|
+
:margin-top -2em
|
40
|
+
#menu
|
41
|
+
:width 11.9em
|
42
|
+
:margin 0.65em -1em 0 0
|
43
|
+
:float right
|
44
|
+
ul
|
45
|
+
:padding 0
|
46
|
+
:margin 0
|
47
|
+
:list-style-type none
|
48
|
+
:border-style solid
|
49
|
+
:border-width 1px
|
50
|
+
:border-color= !main_background_color - !border_shift
|
51
|
+
:border-bottom-width 0
|
52
|
+
:border-right-width 0
|
53
|
+
:background-color= !main_background_color
|
54
|
+
:color= !menus_text_color
|
55
|
+
li
|
56
|
+
:border-bottom-style solid
|
57
|
+
:border-bottom-width 1px
|
58
|
+
:border-color= !main_background_color - !border_shift
|
59
|
+
li.active, li.active input[type="submit"]
|
60
|
+
:background-color= !menus_color
|
61
|
+
:color= !menus_text_color - !emphasis_shift
|
62
|
+
#header
|
63
|
+
:font-family "Century Gothic"
|
64
|
+
:padding 0.5em 1em 1em 0.3em
|
65
|
+
:margin 0
|
66
|
+
:font-size 2em
|
67
|
+
:font-weight bolid
|
68
|
+
.previous_section
|
69
|
+
:font-size 0.8em
|
70
|
+
:margin -0.6em 0 0.5em -1em
|
71
|
+
:padding 0
|
72
|
+
input
|
73
|
+
:background-color= !page_color
|
74
|
+
.next_section
|
75
|
+
:float right
|
76
|
+
:margin -2em 1em 0 0
|
77
|
+
.survey_section
|
78
|
+
:margin 0.5em 0.5em 0.5em -1em
|
79
|
+
:padding 0.5em 0 0 0
|
80
|
+
.title
|
81
|
+
:font-weight bold
|
82
|
+
:font-size 1.2em
|
83
|
+
:margin 0
|
84
|
+
:padding 0.3em 0.5em 0.1em 1.4em
|
85
|
+
:background-color= !menus_color
|
86
|
+
p
|
87
|
+
:padding 0.3em
|
88
|
+
:margin 0.5em
|
89
|
+
:margin 0.55em
|
90
|
+
input[type="submit"]
|
91
|
+
:font-size 1.0em
|
92
|
+
:border 0px
|
93
|
+
:padding 0.2em
|
94
|
+
:margin 0.2em
|
95
|
+
:cursor pointer
|
96
|
+
:background-color= !main_background_color
|
97
|
+
:color= !menus_text_color - !border_shift
|
98
|
+
input[type="text"], textarea
|
99
|
+
:border 2px inset #333
|
100
|
+
:border-color= !main_background_color - !border_shift
|
101
|
+
:background-color= !text_field_color
|
102
|
+
:padding 0.1em
|
103
|
+
:margin 0.1em
|
104
|
+
:font-size 0.8em
|
105
|
+
.disabled
|
106
|
+
:color= !page_color - !border_shift
|
107
|
+
input[type="text"], textarea
|
108
|
+
:background-color= !page_color - !subtle_shift
|
109
|
+
input[type="submit"].add_row
|
110
|
+
:padding 0.1em
|
111
|
+
:margin 0em
|
112
|
+
:margin-left -1em
|
113
|
+
:font-size 0.7em
|
114
|
+
:border 1px solid #333
|
115
|
+
:border-color= !main_background_color - !border_shift
|
116
|
+
.questions
|
117
|
+
:margin 0
|
118
|
+
:padding 1em 0.3em
|
119
|
+
.question
|
120
|
+
:margin 0 0 0.6em 0
|
121
|
+
:padding 0.2em
|
122
|
+
legend
|
123
|
+
:width 940px
|
124
|
+
:white-space normal
|
125
|
+
span
|
126
|
+
:display block
|
127
|
+
.number
|
128
|
+
:padding 0.2em
|
129
|
+
:font-weight bold
|
130
|
+
:font-size 1.2em
|
131
|
+
:letter-spacing 0
|
132
|
+
:float left
|
133
|
+
.text
|
134
|
+
:padding-top 0.2em
|
135
|
+
:font-size 1.1em
|
136
|
+
:line-height 1.2em
|
137
|
+
.help
|
138
|
+
:font-size 0.8em
|
139
|
+
:font-style italic
|
140
|
+
:color= !page_text_color - !emphasis_shift
|
141
|
+
:display none
|
142
|
+
ol.answers
|
143
|
+
:list-style-type none
|
144
|
+
:padding 0.2em
|
145
|
+
:margin 0 0 0.3em 1.5em
|
146
|
+
li.answer
|
147
|
+
:margin 0.2em
|
148
|
+
ol.answers_inline
|
149
|
+
:margin-left 1.8em
|
150
|
+
:list-style-type none
|
151
|
+
li
|
152
|
+
:display inline
|
153
|
+
:padding-right 1.5em
|
154
|
+
.label
|
155
|
+
:padding 0.5em 1em
|
156
|
+
:margin 0.5em 1em
|
157
|
+
:line-height 1.4em
|
158
|
+
#dependents
|
159
|
+
:background-color= !page_color - !border_shift
|
160
|
+
.title
|
161
|
+
:padding 0.5em
|
162
|
+
:font-weight bold
|
163
|
+
.dependent
|
164
|
+
:background-color= !page_color - !border_shift
|
165
|
+
:margin-left 1.2em
|
166
|
+
.hidden
|
167
|
+
:display none
|
168
|
+
.column_highlight
|
169
|
+
:background-color= !page_color - !subtle_shift
|
170
|
+
table.grid
|
171
|
+
:margin 0.5em 0.2em 0.5em 1em
|
172
|
+
th
|
173
|
+
:padding 0.2em 0.5em
|
174
|
+
:text-align center
|
175
|
+
td
|
176
|
+
:padding 0.2em 0.5em
|
177
|
+
:border-bottom 2px dotted #999
|
178
|
+
:border-color= !page_color - !emphasis_shift
|
179
|
+
:text-align center
|
180
|
+
td.question_prefix
|
181
|
+
:text-align left
|
182
|
+
:padding 0.2em
|
183
|
+
td.question_postfix
|
184
|
+
:text-align left
|
185
|
+
:padding 0.2em
|
186
|
+
.question_group
|
187
|
+
:margin 0 0 0.6em 0
|
188
|
+
:padding 0.2em 0.2em 1em 0.2em
|
189
|
+
.head
|
190
|
+
:padding-bottom 0.5em
|
191
|
+
.number
|
192
|
+
:padding 0.2em 0.2em 4em 0.2em
|
193
|
+
:font-weight bold
|
194
|
+
:font-size 1.2em
|
195
|
+
:letter-spacing 0
|
196
|
+
:float left
|
197
|
+
.text
|
198
|
+
:padding-top 0.2em
|
199
|
+
:font-size 1.1em
|
200
|
+
:line-height 1.2em
|
201
|
+
.help
|
202
|
+
:font-size 0.8em
|
203
|
+
:font-style italic
|
204
|
+
:color= !page_text_color - !emphasis_shift
|
205
|
+
ul
|
206
|
+
:padding 0.3em
|
207
|
+
:list-style-type none
|
208
|
+
li
|
209
|
+
:display inline
|
210
|
+
.question
|
211
|
+
:display inline
|
212
|
+
ol.answers
|
213
|
+
:display inline
|
214
|
+
:margin 0.2em
|
215
|
+
ul.repeater
|
216
|
+
:list-style-type none
|
217
|
+
li.repeater
|
218
|
+
:display block
|
219
|
+
ol
|
220
|
+
:margin 0
|
221
|
+
:padding 0
|
222
|
+
|
223
|
+
.question
|
224
|
+
:padding-left 1.2em
|
225
|
+
.inline
|
226
|
+
:display inline
|
227
|
+
//Reducing the question size for questions under a group
|
228
|
+
.group_questions
|
229
|
+
:margin 0.5em 0.2em 0.5em 1em
|
230
|
+
.question
|
231
|
+
:margin 0
|
232
|
+
:padding 0em 0.3em
|
233
|
+
|
234
|
+
.text
|
235
|
+
:font-size 0.9em
|
236
|
+
.help
|
237
|
+
:font-size 0.7em
|
238
|
+
:font-style italic
|
239
|
+
:color= !page_text_color - !emphasis_shift
|
240
|
+
.number
|
241
|
+
:padding 0.2em 0 0.2em 0.2em
|
242
|
+
:margin 0 0 0.3em 0
|
243
|
+
:font-weight bold
|
244
|
+
:font-size 1em
|
245
|
+
:letter-spacing 0
|
@@ -0,0 +1,231 @@
|
|
1
|
+
body {
|
2
|
+
background-color: #dcdcdc;
|
3
|
+
font-family: Helvetica;
|
4
|
+
word-spacing: normal;
|
5
|
+
text-align: left;
|
6
|
+
letter-spacing: 0;
|
7
|
+
line-height: 1.1em;
|
8
|
+
font-size: 1em; }
|
9
|
+
|
10
|
+
#flash {
|
11
|
+
background-color: transparent;
|
12
|
+
color: red;
|
13
|
+
width: 98%;
|
14
|
+
position: absolute;
|
15
|
+
top: 0;
|
16
|
+
left: 0;
|
17
|
+
z-index: 1000;
|
18
|
+
text-align: center; }
|
19
|
+
|
20
|
+
#surveyor {
|
21
|
+
width: 960px;
|
22
|
+
padding: 1em;
|
23
|
+
margin: 0 auto;
|
24
|
+
background-color: #fffff4;
|
25
|
+
color: #213e00; }
|
26
|
+
#surveyor #survey_list ul {
|
27
|
+
padding-left: 2em;
|
28
|
+
margin-top: -2em; }
|
29
|
+
#surveyor #menu {
|
30
|
+
width: 11.9em;
|
31
|
+
margin: 0.65em -1em 0 0;
|
32
|
+
float: right; }
|
33
|
+
#surveyor #menu ul {
|
34
|
+
padding: 0;
|
35
|
+
margin: 0;
|
36
|
+
list-style-type: none;
|
37
|
+
border-style: solid;
|
38
|
+
border-width: 1px;
|
39
|
+
border-color: #bcbcbc;
|
40
|
+
border-bottom-width: 0;
|
41
|
+
border-right-width: 0;
|
42
|
+
background-color: #dcdcdc;
|
43
|
+
color: #666666; }
|
44
|
+
#surveyor #menu ul li {
|
45
|
+
border-bottom-style: solid;
|
46
|
+
border-bottom-width: 1px;
|
47
|
+
border-color: #bcbcbc; }
|
48
|
+
#surveyor #menu ul li.active, #surveyor #menu ul li.active input[type="submit"] {
|
49
|
+
background-color: #ebebcc;
|
50
|
+
color: #262626; }
|
51
|
+
#surveyor #header {
|
52
|
+
font-family: "Century Gothic";
|
53
|
+
padding: 0.5em 1em 1em 0.3em;
|
54
|
+
margin: 0;
|
55
|
+
font-size: 2em;
|
56
|
+
font-weight: bolid; }
|
57
|
+
#surveyor .previous_section {
|
58
|
+
font-size: 0.8em;
|
59
|
+
margin: -0.6em 0 0.5em -1em;
|
60
|
+
padding: 0; }
|
61
|
+
#surveyor .previous_section input {
|
62
|
+
background-color: #fffff4; }
|
63
|
+
#surveyor .next_section {
|
64
|
+
float: right;
|
65
|
+
margin: -2em 1em 0 0; }
|
66
|
+
#surveyor .survey_section {
|
67
|
+
margin: 0.5em 0.5em 0.5em -1em;
|
68
|
+
padding: 0.5em 0 0 0; }
|
69
|
+
#surveyor .survey_section .title {
|
70
|
+
font-weight: bold;
|
71
|
+
font-size: 1.2em;
|
72
|
+
margin: 0;
|
73
|
+
padding: 0.3em 0.5em 0.1em 1.4em;
|
74
|
+
background-color: #ebebcc; }
|
75
|
+
#surveyor p {
|
76
|
+
padding: 0.3em;
|
77
|
+
margin: 0.5em;
|
78
|
+
margin: 0.55em; }
|
79
|
+
#surveyor input[type="submit"] {
|
80
|
+
font-size: 1.0em;
|
81
|
+
border: 0px;
|
82
|
+
padding: 0.2em;
|
83
|
+
margin: 0.2em;
|
84
|
+
cursor: pointer;
|
85
|
+
background-color: #dcdcdc;
|
86
|
+
color: #464646; }
|
87
|
+
#surveyor input[type="text"], #surveyor textarea {
|
88
|
+
border: 2px inset #333;
|
89
|
+
border-color: #bcbcbc;
|
90
|
+
background-color: #fafafa;
|
91
|
+
padding: 0.1em;
|
92
|
+
margin: 0.1em;
|
93
|
+
font-size: 0.8em; }
|
94
|
+
#surveyor .disabled {
|
95
|
+
color: #dfdfd4; }
|
96
|
+
#surveyor .disabled input[type="text"], #surveyor .disabled textarea {
|
97
|
+
background-color: #efefe4; }
|
98
|
+
#surveyor input[type="submit"].add_row {
|
99
|
+
padding: 0.1em;
|
100
|
+
margin: 0em;
|
101
|
+
margin-left: -1em;
|
102
|
+
font-size: 0.7em;
|
103
|
+
border: 1px solid #333;
|
104
|
+
border-color: #bcbcbc; }
|
105
|
+
#surveyor .questions {
|
106
|
+
margin: 0;
|
107
|
+
padding: 1em 0.3em; }
|
108
|
+
#surveyor .question {
|
109
|
+
margin: 0 0 0.6em 0;
|
110
|
+
padding: 0.2em; }
|
111
|
+
#surveyor .question legend {
|
112
|
+
width: 940px;
|
113
|
+
white-space: normal; }
|
114
|
+
#surveyor .question legend span {
|
115
|
+
display: block; }
|
116
|
+
#surveyor .question .number {
|
117
|
+
padding: 0.2em;
|
118
|
+
font-weight: bold;
|
119
|
+
font-size: 1.2em;
|
120
|
+
letter-spacing: 0;
|
121
|
+
float: left; }
|
122
|
+
#surveyor .question .text {
|
123
|
+
padding-top: 0.2em;
|
124
|
+
font-size: 1.1em;
|
125
|
+
line-height: 1.2em; }
|
126
|
+
#surveyor .question .help {
|
127
|
+
font-size: 0.8em;
|
128
|
+
font-style: italic;
|
129
|
+
color: black;
|
130
|
+
display: none; }
|
131
|
+
#surveyor ol.answers {
|
132
|
+
list-style-type: none;
|
133
|
+
padding: 0.2em;
|
134
|
+
margin: 0 0 0.3em 1.5em; }
|
135
|
+
#surveyor ol.answers li.answer {
|
136
|
+
margin: 0.2em; }
|
137
|
+
#surveyor ol.answers_inline {
|
138
|
+
margin-left: 1.8em;
|
139
|
+
list-style-type: none; }
|
140
|
+
#surveyor ol.answers_inline li {
|
141
|
+
display: inline;
|
142
|
+
padding-right: 1.5em; }
|
143
|
+
#surveyor .label {
|
144
|
+
padding: 0.5em 1em;
|
145
|
+
margin: 0.5em 1em;
|
146
|
+
line-height: 1.4em; }
|
147
|
+
#surveyor #dependents {
|
148
|
+
background-color: #dfdfd4; }
|
149
|
+
#surveyor #dependents .title {
|
150
|
+
padding: 0.5em;
|
151
|
+
font-weight: bold; }
|
152
|
+
#surveyor .dependent {
|
153
|
+
background-color: #dfdfd4;
|
154
|
+
margin-left: 1.2em; }
|
155
|
+
#surveyor .hidden {
|
156
|
+
display: none; }
|
157
|
+
#surveyor .column_highlight {
|
158
|
+
background-color: #efefe4; }
|
159
|
+
#surveyor table.grid {
|
160
|
+
margin: 0.5em 0.2em 0.5em 1em; }
|
161
|
+
#surveyor table.grid th {
|
162
|
+
padding: 0.2em 0.5em;
|
163
|
+
text-align: center; }
|
164
|
+
#surveyor table.grid td {
|
165
|
+
padding: 0.2em 0.5em;
|
166
|
+
border-bottom: 2px dotted #999;
|
167
|
+
border-color: #bfbfb4;
|
168
|
+
text-align: center; }
|
169
|
+
#surveyor table.grid td.question_prefix {
|
170
|
+
text-align: left;
|
171
|
+
padding: 0.2em; }
|
172
|
+
#surveyor table.grid td.question_postfix {
|
173
|
+
text-align: left;
|
174
|
+
padding: 0.2em; }
|
175
|
+
#surveyor .question_group {
|
176
|
+
margin: 0 0 0.6em 0;
|
177
|
+
padding: 0.2em 0.2em 1em 0.2em; }
|
178
|
+
#surveyor .question_group .head {
|
179
|
+
padding-bottom: 0.5em; }
|
180
|
+
#surveyor .question_group .head .number {
|
181
|
+
padding: 0.2em 0.2em 4em 0.2em;
|
182
|
+
font-weight: bold;
|
183
|
+
font-size: 1.2em;
|
184
|
+
letter-spacing: 0;
|
185
|
+
float: left; }
|
186
|
+
#surveyor .question_group .head .text {
|
187
|
+
padding-top: 0.2em;
|
188
|
+
font-size: 1.1em;
|
189
|
+
line-height: 1.2em; }
|
190
|
+
#surveyor .question_group .head .help {
|
191
|
+
font-size: 0.8em;
|
192
|
+
font-style: italic;
|
193
|
+
color: black; }
|
194
|
+
#surveyor .question_group ul {
|
195
|
+
padding: 0.3em;
|
196
|
+
list-style-type: none; }
|
197
|
+
#surveyor .question_group ul li {
|
198
|
+
display: inline; }
|
199
|
+
#surveyor .question_group ul li .question {
|
200
|
+
display: inline; }
|
201
|
+
#surveyor .question_group ul li .question ol.answers {
|
202
|
+
display: inline;
|
203
|
+
margin: 0.2em; }
|
204
|
+
#surveyor .question_group ul.repeater {
|
205
|
+
list-style-type: none; }
|
206
|
+
#surveyor .question_group li.repeater {
|
207
|
+
display: block; }
|
208
|
+
#surveyor .question_group li.repeater ol {
|
209
|
+
margin: 0;
|
210
|
+
padding: 0; }
|
211
|
+
#surveyor .question_group li.repeater .question {
|
212
|
+
padding-left: 1.2em; }
|
213
|
+
#surveyor .inline {
|
214
|
+
display: inline; }
|
215
|
+
#surveyor .group_questions {
|
216
|
+
margin: 0.5em 0.2em 0.5em 1em; }
|
217
|
+
#surveyor .group_questions .question {
|
218
|
+
margin: 0;
|
219
|
+
padding: 0em 0.3em; }
|
220
|
+
#surveyor .group_questions .text {
|
221
|
+
font-size: 0.9em; }
|
222
|
+
#surveyor .group_questions .help {
|
223
|
+
font-size: 0.7em;
|
224
|
+
font-style: italic;
|
225
|
+
color: black; }
|
226
|
+
#surveyor .group_questions .number {
|
227
|
+
padding: 0.2em 0 0.2em 0.2em;
|
228
|
+
margin: 0 0 0.3em 0;
|
229
|
+
font-weight: bold;
|
230
|
+
font-size: 1em;
|
231
|
+
letter-spacing: 0; }
|