diff --git a/screening/dist/etc/web-client.properties b/screening/dist/etc/web-client.properties
index 3ae2ab9b714e670c1d34333b12c4fbc33f3d32bd..88aef1a1bb358f0fdf63fee38b87c82428555fc7 100644
--- a/screening/dist/etc/web-client.properties
+++ b/screening/dist/etc/web-client.properties
@@ -33,20 +33,24 @@
 #   	plate-locations-material-section
 #			query-section
 #
-# Example:
-#
-#detail-views = sample-view, experiment-view, data-view  
-#
-#sample-view.view = generic_sample_viewer
-#sample-view.types = PLATE
-#sample-view.hide-sections = 
-#
-#experiment-view.view = generic_sample_viewer
+detail-views = plate-or-well-view, image-data-view, image-analysis-data-view 
+
+#experiment-view.view = generic_experiment_viewer
 #experiment-view.types = SIRNA_HCS
-#experiment-view.hide-sections = 
-#
-#data-view.view = generic_dataset_viewer
-#data-view.types = HCS_IMAGE
-#data-view.hide-smart-view = false
-#data-view.hide-file-view = false
+#experiment-view.hide-sections = data-set-section, attachment-section
+
+plate-or-well-view.view = generic_sample_viewer
+plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
+plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-set-section, attachment-section
+
+image-data-view.view = generic_dataset_viewer
+image-data-view.types = HCS_IMAGE
+image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
+image-data-view.hide-smart-view = false
+image-data-view.hide-file-view = true
 
+image-analysis-data-view.view = generic_dataset_viewer
+image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
+image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
+image-analysis-data-view.hide-smart-view = true
+image-analysis-data-view.hide-file-view = true
diff --git a/screening/etc/web-client.properties b/screening/etc/web-client.properties
index 34380c8a9ed2aea730f181db092ba97215ea6ef7..c5ab6d5d9cb8d02f653e98dd93977fc2769bd097 100644
--- a/screening/etc/web-client.properties
+++ b/screening/etc/web-client.properties
@@ -33,20 +33,26 @@
 #   	plate-locations-material-section
 #			query-section
 #
-# Example:
-#  
 detail-views = sample-view, experiment-view, data-view  
 
-sample-view.view = generic_sample_viewer
-sample-view.types = PLATE
-sample-view.hide-sections = 
+detail-views = plate-or-well-view, image-data-view, image-analysis-data-view 
 
-experiment-view.view = generic_sample_viewer
+experiment-view.view = generic_experiment_viewer
 experiment-view.types = SIRNA_HCS
-experiment-view.hide-sections = 
+experiment-view.hide-sections = data-set-section, attachment-section
 
-data-view.view = generic_dataset_viewer
-data-view.types = HCS_IMAGE
-data-view.hide-smart-view = false
-data-view.hide-file-view = false
+plate-or-well-view.view = generic_sample_viewer
+plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
+plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-set-section, attachment-section
 
+image-data-view.view = generic_dataset_viewer
+image-data-view.types = HCS_IMAGE
+image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
+image-data-view.hide-smart-view = false
+image-data-view.hide-file-view = true
+
+image-analysis-data-view.view = generic_dataset_viewer
+image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
+image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
+image-analysis-data-view.hide-smart-view = true
+image-analysis-data-view.hide-file-view = true
\ No newline at end of file