Compare commits
6
Commits
showroom-alpha.1
...
1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b00f897952 | ||
|
|
99f92edb37 | ||
|
|
d0566a6155 | ||
|
|
0bf7b4a1c8 | ||
|
|
2f02bb6485 | ||
|
|
a477dbb8ec |
@@ -18,7 +18,7 @@ function mailing_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = '* * * * *';
|
||||
$cron_rule->weight = -11;
|
||||
$cron_rule->context = 'mailing';
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['simplenews_cron'] = $cron_rule;
|
||||
|
||||
$cron_rule = new stdClass;
|
||||
$cron_rule->disabled = FALSE; /* Edit this to true to make a default cron_rule disabled initially */
|
||||
@@ -28,7 +28,7 @@ function mailing_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = '* * * * *';
|
||||
$cron_rule->weight = NULL;
|
||||
$cron_rule->context = NULL;
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['simplenews_scheduler_cron'] = $cron_rule;
|
||||
|
||||
return $cron_rules;
|
||||
|
||||
|
||||
@@ -171,6 +171,47 @@ table[width|cellpadding|cellspacing|border], tr[align|valign], td[align|valign|w
|
||||
'video_filter_autoplay' => 1,
|
||||
'video_filter_related' => 0,
|
||||
'video_filter_html5' => 1,
|
||||
'video_filter_codecs' => array(
|
||||
'archive' => 'Archive.org',
|
||||
'bliptv' => 'Blip.tv',
|
||||
'candidcareer' => 'Candid Career',
|
||||
'capped' => 'Capped',
|
||||
'collegehumor' => 'College Humor',
|
||||
'coub' => 'Coub',
|
||||
'dailymotion' => 'DailyMotion',
|
||||
'democracynow_fullshow' => 'DemocracyNow Fullshow',
|
||||
'democracynow_story' => 'DemocracyNow Story',
|
||||
'flickr_slideshows' => 'Flickr Slideshows',
|
||||
'flickr_video' => 'Flickr Video',
|
||||
'foxnews' => 'Fox News',
|
||||
'gametrailers' => 'Game Trailers',
|
||||
'gamevideos' => 'Game Videos',
|
||||
'giphy' => 'Giphy',
|
||||
'godtube' => 'GodTube',
|
||||
'google' => 'Google Video',
|
||||
'instagram' => 'Instagram',
|
||||
'metacafe' => 'Meta Cafe',
|
||||
'mailru' => 'Mail.Ru',
|
||||
'myspace' => 'MySpace',
|
||||
'myvideo' => 'MyVideo',
|
||||
'picasa_slideshows' => 'Picasa Slideshows',
|
||||
'rutube' => 'Rutube',
|
||||
'slideshare' => 'Slideshare',
|
||||
'streamhoster' => 'Streamhoster',
|
||||
'teachertube' => 'Teachertube',
|
||||
'ted' => 'TED',
|
||||
'twitch' => 'Twitch',
|
||||
'ustream' => 'Ustream',
|
||||
'vbox' => 'Vbox7',
|
||||
'vimeo' => 'Vimeo',
|
||||
'vine' => 'Vine',
|
||||
'whatchado' => 'whatchado',
|
||||
'wistia' => 'Wistia',
|
||||
'youku' => 'YouKu',
|
||||
'youtube' => 'YouTube',
|
||||
'youtube_playlist' => 'YouTube (Playlist)',
|
||||
),
|
||||
'video_filter_multiple_sources' => TRUE,
|
||||
),
|
||||
),
|
||||
'pathologic' => array(
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ function materio_administration_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = NULL;
|
||||
$cron_rule->weight = NULL;
|
||||
$cron_rule->context = NULL;
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['workflow_cron'] = $cron_rule;
|
||||
|
||||
return $cron_rules;
|
||||
|
||||
|
||||
+931
-3
File diff suppressed because it is too large
Load Diff
-44
@@ -14,9 +14,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['access admin theme'] = array(
|
||||
'name' => 'access admin theme',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -27,9 +24,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['access administration menu'] = array(
|
||||
'name' => 'access administration menu',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -314,9 +308,6 @@ function materio_administration_user_default_permissions() {
|
||||
'Contact opérationnel' => 'Contact opérationnel',
|
||||
'Premium' => 'Premium',
|
||||
'Student' => 'Student',
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'Unverified' => 'Unverified',
|
||||
'Utilisateur' => 'Utilisateur',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
@@ -400,29 +391,6 @@ function materio_administration_user_default_permissions() {
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'subscribe to simplenews category 6374'.
|
||||
$permissions['subscribe to simplenews category 6374'] = array(
|
||||
'name' => 'subscribe to simplenews category 6374',
|
||||
'roles' => array(
|
||||
'Adhérent' => 'Adhérent',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'subscribe to simplenews category 6585'.
|
||||
$permissions['subscribe to simplenews category 6585'] = array(
|
||||
'name' => 'subscribe to simplenews category 6585',
|
||||
'roles' => array(
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'toggle field translatability'.
|
||||
$permissions['toggle field translatability'] = array(
|
||||
'name' => 'toggle field translatability',
|
||||
@@ -446,9 +414,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate any entity'] = array(
|
||||
'name' => 'translate any entity',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -459,9 +424,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate content'] = array(
|
||||
'name' => 'translate content',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -472,9 +434,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate node entities'] = array(
|
||||
'name' => 'translate node entities',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -485,9 +444,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate taxonomy_term entities'] = array(
|
||||
'name' => 'translate taxonomy_term entities',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
|
||||
@@ -42,26 +42,67 @@ features[ctools][] = views:views_default:3.0
|
||||
features[elysia_cron][] = workflow_cron
|
||||
features[features_api][] = api:2
|
||||
features[menu_custom][] = navigation
|
||||
features[menu_links][] = navigation_:materio_search_api_ajax/actuality
|
||||
features[menu_links][] = navigation_:print/print
|
||||
features[menu_links][] = navigation_add-content:node/add
|
||||
features[menu_links][] = navigation_add-user:admin/people/create
|
||||
features[menu_links][] = navigation_adhsions:node/11186/webform-results
|
||||
features[menu_links][] = navigation_ajouter-un-tag-libre:http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add
|
||||
features[menu_links][] = navigation_breve:node/add/breve
|
||||
features[menu_links][] = navigation_companies:admin/content/companies
|
||||
features[menu_links][] = navigation_company:admin/structure/taxonomy_manager/voc/company
|
||||
features[menu_links][] = navigation_company:node/add/company
|
||||
features[menu_links][] = navigation_compose-tips:filter/tips
|
||||
features[menu_links][] = navigation_content-types:admin/config/regional/translate/table/nodetype
|
||||
features[menu_links][] = navigation_customers:http://www.materio.com/fr/admin/store/customers
|
||||
features[menu_links][] = navigation_didactique:node/add/didactique
|
||||
features[menu_links][] = navigation_duplicate-mails:admin/users/duplicatemails
|
||||
features[menu_links][] = navigation_duplicates:admin/config/content/remove_duplicates
|
||||
features[menu_links][] = navigation_faq:node/add/faq
|
||||
features[menu_links][] = navigation_feedback:admin/reports/feedback
|
||||
features[menu_links][] = navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results
|
||||
features[menu_links][] = navigation_frequently-asked-questions:faq-page
|
||||
features[menu_links][] = navigation_gratuits:admin/users/gratuits
|
||||
features[menu_links][] = navigation_industriels:admin/industriels
|
||||
features[menu_links][] = navigation_industriels:admin/users/industriels
|
||||
features[menu_links][] = navigation_ip-address-tracking:admin/reports/ip_tracking
|
||||
features[menu_links][] = navigation_log-out:user/logout
|
||||
features[menu_links][] = navigation_looping-embed-video:node/add/looping-embed-video
|
||||
features[menu_links][] = navigation_mandrill:admin/reports/mandrill
|
||||
features[menu_links][] = navigation_materiau:node/add/materiau
|
||||
features[menu_links][] = navigation_materio-newsletter:node/add/simplenews/6274
|
||||
features[menu_links][] = navigation_members:admin/users/members
|
||||
features[menu_links][] = navigation_menus:admin/config/regional/translate/table/menu
|
||||
features[menu_links][] = navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates
|
||||
features[menu_links][] = navigation_my-sessions:mysessions
|
||||
features[menu_links][] = navigation_newletters:admin/content/simplenews
|
||||
features[menu_links][] = navigation_node-export-import:node/add/node_export
|
||||
features[menu_links][] = navigation_onthologie:admin/structure/taxonomy/onthologie
|
||||
features[menu_links][] = navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie
|
||||
features[menu_links][] = navigation_orders:admin/store/orders/view
|
||||
features[menu_links][] = navigation_page:node/add/page
|
||||
features[menu_links][] = navigation_pages--didactique--faq:admin/content/pages
|
||||
features[menu_links][] = navigation_panneau:node/add/panel
|
||||
features[menu_links][] = navigation_produit:node/add/product
|
||||
features[menu_links][] = navigation_publication:node/add/publication
|
||||
features[menu_links][] = navigation_reports:admin/store/reports
|
||||
features[menu_links][] = navigation_shopping-cart:cart
|
||||
features[menu_links][] = navigation_simplenews-newsletter:node/add/simplenews
|
||||
features[menu_links][] = navigation_store:http://www.materio.com/fr/admin/store
|
||||
features[menu_links][] = navigation_strings-search:admin/config/regional/translate/translate
|
||||
features[menu_links][] = navigation_students:admin/students
|
||||
features[menu_links][] = navigation_students:admin/users/students
|
||||
features[menu_links][] = navigation_subscriptions-newsletter:admin/people/simplenews
|
||||
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy/tag_libres
|
||||
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres
|
||||
features[menu_links][] = navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc
|
||||
features[menu_links][] = navigation_taxonomy:admin/config/regional/translate/table/taxonomy
|
||||
features[menu_links][] = navigation_taxonomy:admin/structure/taxonomie/admin-taxo
|
||||
features[menu_links][] = navigation_test:node/add/simplenews/6585
|
||||
features[menu_links][] = navigation_user-account:user
|
||||
features[menu_links][] = navigation_users:https://materio.com/en/admin/users?rid=6
|
||||
features[menu_links][] = navigation_webform:node/add/webform
|
||||
features[menu_links][] = navigation_ze-daily-materio039:node/add/simplenews/6374
|
||||
features[user_permission][] = access admin theme
|
||||
features[user_permission][] = access administration menu
|
||||
features[user_permission][] = access workflow summary views
|
||||
@@ -100,8 +141,6 @@ features[user_permission][] = send newsletter
|
||||
features[user_permission][] = show workflow state form
|
||||
features[user_permission][] = subscribe to newsletters
|
||||
features[user_permission][] = subscribe to simplenews category 6274
|
||||
features[user_permission][] = subscribe to simplenews category 6374
|
||||
features[user_permission][] = subscribe to simplenews category 6585
|
||||
features[user_permission][] = toggle field translatability
|
||||
features[user_permission][] = translate admin strings
|
||||
features[user_permission][] = translate any entity
|
||||
|
||||
+355
-480
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -3630,8 +3630,9 @@ Vous devez avant d\'utiliser un nouveau tag le créer <a href="/admin/structure/
|
||||
'size' => 60,
|
||||
'suggest_only_unique' => 0,
|
||||
'suggestion_size' => 10,
|
||||
'synonyms_autocomplete_path' => 'synonyms/autocomplete-taxonomy-term',
|
||||
),
|
||||
'type' => 'synonyms_autocomplete',
|
||||
'type' => 'synonyms_autocomplete_taxonomy_term',
|
||||
'weight' => 23,
|
||||
),
|
||||
);
|
||||
|
||||
+33
-75
@@ -1045,56 +1045,21 @@ function materio_content_types_strongarm() {
|
||||
'region' => 'main',
|
||||
'weight' => '9',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'title' => 'Onglets verticaux',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'region' => 'footer',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'title' => 'Enregistrer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_attachments' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Fichiers joints',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_description' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Description',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_nature_titre' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Nature Titre',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_materiau_image' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Image',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_video_filter' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'video',
|
||||
'title' => 'Langue',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_memo' => array(
|
||||
@@ -1104,12 +1069,6 @@ function materio_content_types_strongarm() {
|
||||
'title' => 'Mémo',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Nom',
|
||||
),
|
||||
'field_localisation' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
@@ -1117,34 +1076,6 @@ function materio_content_types_strongarm() {
|
||||
'title' => 'Localisation',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_tags_libres' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '10',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Tags libres',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_onthologie' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Onthologie',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_company_fab' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '11',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Manufacturer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_company_distrib' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '12',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Distributor',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_famille' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
@@ -1190,8 +1121,35 @@ function materio_content_types_strongarm() {
|
||||
'region' => 'right',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'title' => 'Importé',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'entity_translation_entity_form_language_update' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => NULL,
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_htabs' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'htabs (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_media' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '13',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Médias (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_referencement' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '12',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Référencement (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
|
||||
@@ -69,342 +69,344 @@ function materio_home_v2_default_page_manager_pages() {
|
||||
$display->cache = array();
|
||||
$display->title = '';
|
||||
$display->uuid = 'eca54323-0377-4ab0-b40c-69b96c16707a';
|
||||
$display->storage_type = 'page_manager';
|
||||
$display->storage_id = 'page_home_v2__panel_context_2bd92edc-8b2b-42d3-9857-f44f03574847';
|
||||
$display->content = array();
|
||||
$display->panels = array();
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13097',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'span',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'intro-video',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'd0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$display->content['new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'materio_user-user_register';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$display->content['new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'] = $pane;
|
||||
$display->panels['middle'][1] = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-home-v2';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h3',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 2;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$display->content['new-78b5df28-c9fd-4904-8910-aa1b96c60e35'] = $pane;
|
||||
$display->panels['middle'][2] = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-menu-home-member';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(
|
||||
0 => array(
|
||||
'name' => 'role',
|
||||
'settings' => array(
|
||||
'rids' => array(
|
||||
0 => 10,
|
||||
1 => 11,
|
||||
2 => 6,
|
||||
3 => 8,
|
||||
4 => 3,
|
||||
5 => 4,
|
||||
),
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13097',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'span',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'intro-video',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'd0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$display->content['new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'materio_user-user_register';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$display->content['new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'] = $pane;
|
||||
$display->panels['middle'][1] = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-home-v2';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h3',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 2;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$display->content['new-78b5df28-c9fd-4904-8910-aa1b96c60e35'] = $pane;
|
||||
$display->panels['middle'][2] = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-menu-home-member';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(
|
||||
0 => array(
|
||||
'name' => 'role',
|
||||
'settings' => array(
|
||||
'rids' => array(
|
||||
0 => 10,
|
||||
1 => 11,
|
||||
2 => 6,
|
||||
3 => 8,
|
||||
4 => 3,
|
||||
5 => 4,
|
||||
),
|
||||
'context' => 'logged-in-user',
|
||||
'not' => FALSE,
|
||||
),
|
||||
'context' => 'logged-in-user',
|
||||
'not' => FALSE,
|
||||
),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 3;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$display->content['new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'] = $pane;
|
||||
$display->panels['middle'][3] = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13051',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'showroom',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'showroom-pane',
|
||||
'css_class' => 'showroom',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 4;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$display->content['new-c0f80278-c595-4c40-bcec-11063eb6fac5'] = $pane;
|
||||
$display->panels['middle'][4] = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13052',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'database',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'bdd-pane',
|
||||
'css_class' => 'bdd',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 5;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$display->content['new-71badc43-2232-4c2f-b454-e3be80726a22'] = $pane;
|
||||
$display->panels['middle'][5] = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'panels_mini';
|
||||
$pane->subtype = 'news_home_v2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news-panel',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 6;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$display->content['new-3b6cc0fd-a06a-403a-841e-404ea57fe234'] = $pane;
|
||||
$display->panels['middle'][6] = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13053',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'formations',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'formations-pane',
|
||||
'css_class' => 'formations',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 7;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$display->content['new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'] = $pane;
|
||||
$display->panels['middle'][7] = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13054',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'services',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'services-pane',
|
||||
'css_class' => 'services',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 8;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$display->content['new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'] = $pane;
|
||||
$display->panels['middle'][8] = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'publication_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'publication',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 9;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane;
|
||||
$display->panels['middle'][9] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '11175',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'full',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'contact-pane',
|
||||
'css_class' => '',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 10;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane;
|
||||
$display->panels['middle'][10] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 3;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$display->content['new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'] = $pane;
|
||||
$display->panels['middle'][3] = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13051',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'showroom',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'showroom-pane',
|
||||
'css_class' => 'showroom',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 4;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$display->content['new-c0f80278-c595-4c40-bcec-11063eb6fac5'] = $pane;
|
||||
$display->panels['middle'][4] = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13052',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'database',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'bdd-pane',
|
||||
'css_class' => 'bdd',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 5;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$display->content['new-71badc43-2232-4c2f-b454-e3be80726a22'] = $pane;
|
||||
$display->panels['middle'][5] = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'panels_mini';
|
||||
$pane->subtype = 'news_home_v2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news-panel',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 6;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$display->content['new-3b6cc0fd-a06a-403a-841e-404ea57fe234'] = $pane;
|
||||
$display->panels['middle'][6] = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13053',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'formations',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'formations-pane',
|
||||
'css_class' => 'formations',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 7;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$display->content['new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'] = $pane;
|
||||
$display->panels['middle'][7] = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13054',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'services',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'services-pane',
|
||||
'css_class' => 'services',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 8;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$display->content['new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'] = $pane;
|
||||
$display->panels['middle'][8] = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'publication_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'publication',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 9;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane;
|
||||
$display->panels['middle'][9] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '11175',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'full',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'contact-pane',
|
||||
'css_class' => '',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 10;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane;
|
||||
$display->panels['middle'][10] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$display->hide_title = PANELS_TITLE_NONE;
|
||||
$display->title_pane = '0';
|
||||
$handler->conf['display'] = $display;
|
||||
$page->default_handlers[$handler->name] = $handler;
|
||||
$pages[''] = $page;
|
||||
$pages['home_v2'] = $page;
|
||||
|
||||
return $pages;
|
||||
|
||||
|
||||
@@ -36,127 +36,129 @@ function materio_home_v2_default_panels_mini() {
|
||||
$display->cache = array();
|
||||
$display->title = '';
|
||||
$display->uuid = '4907c432-fcb2-4512-aa6a-5d96ec209978';
|
||||
$display->storage_type = 'panels_mini';
|
||||
$display->storage_id = 'news_home_v2';
|
||||
$display->content = array();
|
||||
$display->panels = array();
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-6274';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'news-letter',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$display->content['new-9cd76d41-bb30-42d9-9209-cdf495d97281'] = $pane;
|
||||
$display->panels['bottom'][0] = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-0';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$display->content['new-dd7b8b21-bef6-4816-8f42-0165785fe751'] = $pane;
|
||||
$display->panels['bottom'][1] = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane->panel = 'left';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'link_to_view' => 1,
|
||||
'path' => 'actuality',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$display->content['new-04d42fc5-b2de-441b-aaff-3becac366c74'] = $pane;
|
||||
$display->panels['left'][0] = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'daily',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$display->content['new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$pane->panel = 'right';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_3';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$display->content['new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'] = $pane;
|
||||
$display->panels['right'][0] = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-6274';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'news-letter',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$display->content['new-9cd76d41-bb30-42d9-9209-cdf495d97281'] = $pane;
|
||||
$display->panels['bottom'][0] = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-0';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$display->content['new-dd7b8b21-bef6-4816-8f42-0165785fe751'] = $pane;
|
||||
$display->panels['bottom'][1] = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane->panel = 'left';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'link_to_view' => 1,
|
||||
'path' => 'actuality',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$display->content['new-04d42fc5-b2de-441b-aaff-3becac366c74'] = $pane;
|
||||
$display->panels['left'][0] = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'daily',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$display->content['new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$pane->panel = 'right';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_3';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$display->content['new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'] = $pane;
|
||||
$display->panels['right'][0] = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$display->hide_title = PANELS_TITLE_NONE;
|
||||
$display->title_pane = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$mini->display = $display;
|
||||
|
||||
+1
-1
@@ -1327,7 +1327,7 @@ function materio_user_profiles_field_default_field_instances() {
|
||||
'rows' => 10,
|
||||
),
|
||||
'type' => 'text_textarea',
|
||||
'weight' => 8,
|
||||
'weight' => 7,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
@@ -144,3 +144,7 @@ div.messages.status{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;
|
||||
#better-messages-wrapper #better-messages-default div.messages.error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}
|
||||
#better-messages-wrapper #better-messages-default div.messages.status{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}
|
||||
#better-messages-wrapper #better-messages-default .footer{border:none;padding:0;margin:0;}#better-messages-wrapper #better-messages-default .footer a.message-close{background:#ffffff url('../images/close.png') no-repeat center center;width:15px;height:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;display:block;}
|
||||
body.page-admin #page img{
|
||||
max-width: 99999px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -116,8 +116,8 @@ span.autocomplete-deluxe-button{top:0.25em;}
|
||||
.fieldset-title,
|
||||
.collapsible .fieldset-legend a{
|
||||
display:inline-block; width:auto;
|
||||
.rounded();
|
||||
font-size:12px;
|
||||
.rounded();
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
text-transform: uppercase;
|
||||
margin:0px;
|
||||
@@ -152,18 +152,18 @@ li{list-style: none inside url();}
|
||||
|
||||
.fieldset-title,
|
||||
.vertical-tab-button strong, .horizontal-tab-button strong{text-transform: uppercase; font-size:0.8em; font-weight:bold;}
|
||||
|
||||
|
||||
div.form-type-checkboxes{
|
||||
&>label, &>div.form-checkboxes{.inlineblock();}
|
||||
&>label, &>div.form-checkboxes{.inlineblock();}
|
||||
}
|
||||
|
||||
.form-item-language, .form-type-select{
|
||||
&>label, &>select{.inlineblock();}
|
||||
&>label{width:35%;}
|
||||
&>select{max-width:60%;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.form-type-textfield{
|
||||
&>label, &>input.form-text{.inlineblock(); margin:0; vertical-align:middle;}
|
||||
&>label{width:35%;}
|
||||
@@ -180,25 +180,25 @@ li{list-style: none inside url();}
|
||||
.form-item{.inlineblock();}
|
||||
input.form-text{width:100%;}
|
||||
}
|
||||
|
||||
|
||||
.autocomplete-deluxe-button{
|
||||
margin-top:-3px;
|
||||
}
|
||||
|
||||
|
||||
.addressfield-container-inline{
|
||||
&>div.form-item{.inlineblock(); margin:0; width:30%;}
|
||||
}
|
||||
|
||||
|
||||
fieldset.filter-wrapper{display:none;}
|
||||
input.fid.form-text{display:none;}
|
||||
|
||||
input.fid.form-text{display:none;}
|
||||
|
||||
.form-region-right{
|
||||
position:relative;
|
||||
fieldset.form-wrapper{max-width:100%; padding:0; margin:0;}
|
||||
.fieldset-wrapper{padding:0;}
|
||||
input.form-text{width:100%;}
|
||||
}
|
||||
|
||||
|
||||
tr.draggable{
|
||||
fieldset{
|
||||
legend{display:none;}
|
||||
@@ -208,8 +208,8 @@ li{list-style: none inside url();}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.field-widget-term-reference-tree .form-item.form-type-checkbox-tree{
|
||||
display: block;
|
||||
.term-reference-tree{
|
||||
@@ -218,7 +218,7 @@ li{list-style: none inside url();}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/** VERTICAL TABS */
|
||||
@@ -260,8 +260,8 @@ li{list-style: none inside url();}
|
||||
}
|
||||
.vertical-tabs-list .summary { font-size:11px; }
|
||||
|
||||
.page-admin table,
|
||||
.update tr.warning .version-recommended,
|
||||
.page-admin table,
|
||||
.update tr.warning .version-recommended,
|
||||
.update tr.error .version-recommended{
|
||||
background-color: transparent;
|
||||
border:0px solid transparent;
|
||||
@@ -272,8 +272,8 @@ li{list-style: none inside url();}
|
||||
}
|
||||
|
||||
.page-admin table tr{
|
||||
&.even, &.odd{
|
||||
td, h3 {background-color: transparent;}
|
||||
&.even, &.odd{
|
||||
td, h3 {background-color: transparent;}
|
||||
&:hover{ background: #D4EFEE;}
|
||||
&.ok{
|
||||
background-color: #d1f2a3;
|
||||
@@ -296,7 +296,7 @@ li{list-style: none inside url();}
|
||||
color: #468847;//#036;
|
||||
background-color: #dff0d8;//#bdf;
|
||||
// td{
|
||||
// border-bottom:3px solid #d6e9c6;//#ace;
|
||||
// border-bottom:3px solid #d6e9c6;//#ace;
|
||||
// }
|
||||
}
|
||||
&.warning, &.warning:hover{
|
||||
@@ -313,7 +313,7 @@ li{list-style: none inside url();}
|
||||
// border-bottom: 3px solid #eed3d7;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
// td{ border:0 solid #fff;}
|
||||
}
|
||||
|
||||
@@ -343,7 +343,7 @@ input.form-submit,
|
||||
color:#333;
|
||||
|
||||
text-align:center;
|
||||
|
||||
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
border-width:1px;
|
||||
@@ -351,13 +351,13 @@ input.form-submit,
|
||||
border-color:#ddd #ddd #ccc;
|
||||
background:#bdf url();
|
||||
.rounded();
|
||||
|
||||
|
||||
&.field-add-more-submit{
|
||||
padding:0.1em 0.4em 0;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
.node-edit, .button, .node-delete{font-size:10px;padding:0.1em 0.6em;}
|
||||
|
||||
@@ -367,7 +367,7 @@ input.form-submit:hover,
|
||||
.node-edit:hover, .button:hover, .node-delete:hover{
|
||||
border-color:#ddd #ddd #ccc;
|
||||
-webkit-box-shadow:#ace 0px 0px 0px;
|
||||
|
||||
|
||||
color:#bdf;
|
||||
background-color: #848484;
|
||||
}
|
||||
@@ -384,7 +384,7 @@ input.button-no, .node-delete{
|
||||
&:hover{
|
||||
color:#EA4B4A;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/** admin module */
|
||||
@@ -416,16 +416,16 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
background-color: #D8D8D8;
|
||||
}
|
||||
|
||||
.defaulted, .views-ui-display-tab-bucket .views-display-setting.even, .views-ui-display-tab-bucket .views-display-setting.odd{ //:not(.overriden)
|
||||
.defaulted, .views-ui-display-tab-bucket .views-display-setting.even, .views-ui-display-tab-bucket .views-display-setting.odd{ //:not(.overriden)
|
||||
color: #666;
|
||||
background-color: #E0E0E0;
|
||||
font-style: italic;
|
||||
/* font-weight:bold;*/
|
||||
a{color: #3F80B3}
|
||||
}
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket.overridden .views-display-setting, .views-ui-display-tab-bucket.overridden .views-display-setting,
|
||||
.views-display-setting.overridden{ //:not(.overriden)
|
||||
.views-display-setting.overridden{ //:not(.overriden)
|
||||
&, &.even, &.odd{
|
||||
color: #7F7F7F;
|
||||
background-color: #F9F9F9;
|
||||
@@ -433,7 +433,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
/* font-weight:bold;*/
|
||||
a{color: #3188D1;}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.view{
|
||||
.view-header{
|
||||
@@ -447,18 +447,18 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
.inlineblock(); padding:0;
|
||||
li{
|
||||
height:20px;
|
||||
a, span{padding:1px 10px 2px;}
|
||||
a, span{padding:1px 10px 2px;}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// EXPOSED
|
||||
.view-filters{
|
||||
padding:1em 0; margin:0 0 1em 0;
|
||||
border: 1px solid #CCC; .border-radius(5px,5px,5px,5px);
|
||||
|
||||
&>span.title, &>form{.inlineblock();width:auto;position:relative;vertical-align: top;}
|
||||
|
||||
&>span.title, &>form{.inlineblock();width:auto;position:relative;vertical-align: top;}
|
||||
&>span.title{padding:0.7em 1em;}
|
||||
fieldset{
|
||||
.inlineblock(); padding:0 1em;
|
||||
@@ -477,14 +477,14 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
fieldset#edit-select{
|
||||
padding:1em 0; margin:0 0 1em 0;
|
||||
border: 1px solid #CCC; .border-radius(5px,5px,5px,5px);
|
||||
|
||||
|
||||
legend, .fieldset-content{.inlineblock();}
|
||||
|
||||
|
||||
legend{
|
||||
width:auto;
|
||||
*{background-color: transparent;}
|
||||
}
|
||||
|
||||
|
||||
.fieldset-content{
|
||||
padding:0;
|
||||
select, input{font-size:0.8em;}
|
||||
@@ -495,7 +495,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
.form-item{.inlineblock();vertical-align:top;}
|
||||
em{padding:0 1em;}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/** media browser */
|
||||
@@ -509,15 +509,15 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
float:left;
|
||||
&>div{margin:0 10px 10px 0;}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*:focus{
|
||||
border: 1px solid #BDF!important;
|
||||
}
|
||||
|
||||
/* Contain floats: h5bp.com/q */
|
||||
/* Contain floats: h5bp.com/q */
|
||||
.clearfix:before, .clearfix:after { content: ""; display: table; }
|
||||
.clearfix:after { clear: both; }
|
||||
.clearfix { zoom: 1; }
|
||||
@@ -531,7 +531,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
table{
|
||||
|
||||
caption{ text-align: left; padding:2em 0 0 0; font-weight:bold;}
|
||||
|
||||
|
||||
th{line-height:1; background-color: @greylite!important;}
|
||||
td{padding-top:1em;padding-bottom:1em;}
|
||||
|
||||
@@ -545,7 +545,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
background: @grey!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
td.views-field-title{ width:350px; }
|
||||
a.node-title-link{font-size:1.1em; padding:0 0 0.3em; display:inline-block;}
|
||||
td.views-field-field-people{width:100px;}
|
||||
@@ -555,7 +555,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
|
||||
|
||||
#modalContent{
|
||||
|
||||
|
||||
}
|
||||
|
||||
#modalContent div.ctools-modal-content{
|
||||
@@ -563,9 +563,9 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
|
||||
|
||||
border: 1 solid #999;
|
||||
|
||||
|
||||
}
|
||||
#modalContent div.ctools-modal-content .modal-header,
|
||||
#modalContent div.ctools-modal-content .modal-header a,
|
||||
@@ -598,7 +598,7 @@ body.admin-vertical.admin-expanded #admin-menu-wrapper{border-left:1px solid #32
|
||||
border-color: #eed3d7;//#d52;
|
||||
}
|
||||
|
||||
|
||||
|
||||
&.status {
|
||||
color: #468847;//#036;
|
||||
background-color: #dff0d8;//#bdf;
|
||||
@@ -618,7 +618,7 @@ div.messages {
|
||||
.messages-label{display:none;}
|
||||
div.messages{
|
||||
.messages(); margin:0 0 10px 0;
|
||||
|
||||
|
||||
}
|
||||
.footer{
|
||||
border:none; padding:0; margin:0;
|
||||
@@ -630,3 +630,9 @@ div.messages {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body.page-admin #page img{
|
||||
max-width: 99999px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -2888,7 +2888,12 @@ body.node-type-publication #footer {
|
||||
display: none; } }
|
||||
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
||||
#header .logo span.slogan {
|
||||
display: none; } }
|
||||
display: block;
|
||||
margin-left: 0.1em; } }
|
||||
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
|
||||
#header .logo span.slogan {
|
||||
display: block;
|
||||
margin-left: 0.1em; } }
|
||||
.ie8 #header .logo span.slogan {
|
||||
position: absolute;
|
||||
margin-top: 22px; }
|
||||
@@ -3107,6 +3112,12 @@ body.node-type-publication #footer {
|
||||
padding: 0; }
|
||||
#header #header-blocks #headerblock-right .block:first-child {
|
||||
padding: 0; }
|
||||
@media only screen and (max-width: 40em) {
|
||||
#header #header-blocks #headerblock-left {
|
||||
display: none; } }
|
||||
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
||||
#header #header-blocks #headerblock-left {
|
||||
display: none; } }
|
||||
#header #header-blocks #block-locale-language ul, #header #header-blocks #block-locale-language li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -3628,8 +3639,8 @@ body.home-v2 #main {
|
||||
#content-top #block-materio-flag-materio-flag-mybookmarks h2, #content-top #block-materio-flag-materio-flag-mylists h2 {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
margin: 0 0 0.5em 0;
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
color: #000; }
|
||||
#content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks h2 i.fi-x, #content-top #block-materio-flag-materio-flag-mylists h2 a.open-list, #content-top #block-materio-flag-materio-flag-mylists h2 i.fi-x {
|
||||
display: moz-inline-stack;
|
||||
@@ -3673,9 +3684,6 @@ body.home-v2 #main {
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
vertical-align: middle; }
|
||||
@media only screen and (max-width: 40em) {
|
||||
#tool-bar .inner-content {
|
||||
padding: 0; } }
|
||||
.oldie #tool-bar {
|
||||
background-color: #B1ADAD;
|
||||
padding: 0 10px; }
|
||||
@@ -3718,7 +3726,7 @@ body.home-v2 #main {
|
||||
.csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s ease-out; }
|
||||
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
||||
@media only screen and (max-width: 40em) {
|
||||
#tool-bar #block-materio-page-title-materio-page-title {
|
||||
display: block; } }
|
||||
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
|
||||
@@ -6478,13 +6486,14 @@ body.node-type-simplenews #content article.node.node-simplenews {
|
||||
body.node-type-simplenews #content article.node.node-simplenews {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden; }
|
||||
body.node-type-simplenews #content article.node.node-simplenews table, body.node-type-simplenews #content article.node.node-simplenews tbody, body.node-type-simplenews #content article.node.node-simplenews tr, body.node-type-simplenews #content article.node.node-simplenews td {
|
||||
display: block;
|
||||
max-width: 100%; }
|
||||
body.node-type-simplenews #content article.node.node-simplenews table {
|
||||
width: 100% !important; }
|
||||
body.node-type-simplenews #content article.node.node-simplenews td {
|
||||
vertical-align: top; }
|
||||
body.node-type-simplenews #content article.node.node-simplenews img {
|
||||
max-width: 100%; }
|
||||
body.node-type-simplenews #content article.node.node-simplenews p {
|
||||
padding-right: 1em; } }
|
||||
padding: 0 0.5em; } }
|
||||
|
||||
/*
|
||||
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
|
||||
|
||||
@@ -420,12 +420,13 @@
|
||||
* layout
|
||||
*/
|
||||
function initLayout(){
|
||||
if(!_max_768()){
|
||||
trace("initLayout");
|
||||
// if(!_max_768()){
|
||||
var height = $('#header').h() + $('#tasks').h();
|
||||
|
||||
if(!_max_480() && !_touch ){
|
||||
height += $('#utilities').h()+15;
|
||||
}
|
||||
// if(!_max_480() && !_touch ){
|
||||
height += $('#utilities').h();//+15;
|
||||
// }
|
||||
|
||||
//$('#main').css('margin-top', height+15);
|
||||
// $('#container').css('padding-top', height+15);
|
||||
@@ -433,7 +434,7 @@
|
||||
if(!$('html').is(".ie8")){
|
||||
$('#container').animate({'padding-top':height}, 300);
|
||||
}
|
||||
}
|
||||
// }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
+1
-2
File diff suppressed because one or more lines are too long
@@ -223,7 +223,8 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
margin-left:-0.5em;
|
||||
@include fs900;
|
||||
@media #{$small-only} {display:none;}
|
||||
@media #{$medium-only} {display:none;}
|
||||
@media #{$medium-only} { display:block; margin-left:0.1em; }
|
||||
@media #{$large-only} { display:block; margin-left:0.1em; }
|
||||
.ie8 &{position: absolute; margin-top:22px;}
|
||||
}
|
||||
}
|
||||
@@ -410,6 +411,11 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
}
|
||||
|
||||
#headerblock-left{
|
||||
@media #{$small-only}{display:none;}
|
||||
@media #{$medium-only}{display:none;}
|
||||
}
|
||||
|
||||
#block-locale-language{
|
||||
// margin-left:1em;
|
||||
// border-left: 1px solid #707070;
|
||||
@@ -886,7 +892,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
.ie8 &{margin-top:40px;}
|
||||
|
||||
h2{
|
||||
@include fs12; @include fs700; margin: 0 0 0.5em 0; line-height:1.2; color:#000;
|
||||
@include fs12; @include fs700; line-height:1.2; margin:0; color:#000;
|
||||
a.open-list, i.fi-x{
|
||||
@include inlineblock(); cursor:pointer; color:#000; margin-left:0.5em;
|
||||
opacity:0; @include transition-simply-prefix(opacity 0.1s ease-out);
|
||||
@@ -947,7 +953,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
// margin: 5px;
|
||||
}
|
||||
@media #{$small-only}{
|
||||
padding:0;
|
||||
// padding:0;
|
||||
// h1{line-height:0.5;}
|
||||
}
|
||||
}
|
||||
@@ -983,7 +989,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
a.edit-list{ @include op-visible; }
|
||||
}
|
||||
|
||||
@media #{$medium-only}{ display:block;}
|
||||
@media #{$small-only}{ display:block;}
|
||||
}
|
||||
|
||||
#block-materio-search-api-materio-search-api-viewmode{
|
||||
@@ -2212,13 +2218,19 @@ body.node-type-simplenews{
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
// .field-name-body{position: relative;}
|
||||
table, tbody, tr,td{
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
// table, tbody, tr,td{
|
||||
// display: block;
|
||||
// max-width: 100%;
|
||||
// }
|
||||
table{
|
||||
width:100%!important;
|
||||
}
|
||||
td{
|
||||
vertical-align: top
|
||||
}
|
||||
img{max-width: 100%;}
|
||||
p{
|
||||
padding-right: 1em;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user