La Bultaco Alpina, una moto con (mucha) historia - Ahora
Aplicacions anidades
La Bultaco Alpina, una moto amb (molta) història
REPORTATGES
LA BULTACO ALPINA, UNA MOTO AMB (MOLTA) HISTÒRIA

Un incident en una carrera de motos va fer que a Manel Fabregat se li encengués la bombeta. Membre de la Companyia Alpina de la Creu Roja Barcelona, va adonar-se de com era de necessària una unitat de motos que oferís suport en esdeveniments esportius d’aquest tipus. Així va néixer la Bultaco Alpina, molt més que una moto.
Cruz Roja

ESCRIT PER:
ENTREVISTA PER:
Cruz Roja
Banner Compártelo Reportaje Pequeño
Comparteix-ho
parte 1 bultaco alpina
S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
parte 2 bultaco alpina
S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
Galeria de fitxers multimèdia




parte 3 bultaco alpina
S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
parte 4 bultaco alpina
S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
parte 5 bultaco alpina
S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing: ==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9] - Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5] ----
1<#-- Para conseguir los campos del contenido web dentro de la estuctura -->
2<#assign
3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
4 themeDisplay = serviceContext.getThemeDisplay()
5 group_id = themeDisplay.getScopeGroupId()
6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
7>
8<#if cifras?has_content && cifras.getData() != "">
9 <#assign
10 cifras_map = cifras.getData()?eval
11 cifras_classPK = cifras_map.classPK?number
12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number)
13 article_id=article.articleId
14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay)
15 >
16</#if>
17<div id="${idContenido.getData()}" class="news-d__items">
18 <#if texto1?has_content && texto1.getData() != "">
19 <div class="maxwidth">
20 <div class="news-d__cuerpo">
21 ${texto1.getData()}
22 </div>
23 </div>
24 </#if>
25 <#if cifras?has_content && cifras.getData() != "">
26 <div class="maxwidth">
27 <div class="row">
28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8">
29 ${article_content}
30 </div>
31 </div>
32 </div>
33 </#if>
34 <#if texto2?has_content && texto2.getData() != "">
35 <div class="maxwidth">
36 <div class="news-d__cuerpo">
37 ${texto2.getData()}
38 </div>
39 </div>
40 </#if>
41</div>
42
43<#if imagen?has_content && imagen.getData() != "">
44 <div class="news-d__img">
45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" />
46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != "">
47 <figcaption class="pie-de-foto">
48 ${imagen.pieFoto.getData()}
49 </figcaption>
50 </#if>
51 </div>
52 <#if texto3?has_content && texto3.getData() != "">
53 <div class="maxwidth">
54 <div class="news-d__cuerpo">
55 ${texto3.getData()}
56 </div>
57 </div>
58 </#if>
59</#if>
60
61<div class="news-d__items">
62 <#if URLVideo?has_content && URLVideo.getData() != "">
63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9">
64 <iframe src="${URLVideo.getData()}"></iframe>
65 </div>
66 </#if>
67
68 <#if texto4?has_content && texto4.getData() != "">
69 <div class="maxwidth">
70 <div class="news-d__cuerpo">
71 ${texto4.getData()}
72 </div>
73 </div>
74 </#if>
75</div>
Banner Compártelo Reportaje
Fes que la nostra veu
arribi a més persones. Comparteix-ho.
arribi a més persones. Comparteix-ho.
Publicador de continguts
ET POT INTERESSAR
Banner Home

LLEGEIX EL QUE T´INTERESSA
Subscriu-te a la nostra newsletter i descobreix un milió de petites històries.