File tree 7 files changed +12
-14
lines changed
7 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 34
34
35
35
ThE KuKa (Raúl Arroyo Monzo)
36
36
37
- ## © 2003 / 2021 [ phpBB España] ( https://www.phpbb-es.com )
37
+ ## © 2003 / 2024 [ phpBB España] ( https://www.phpbb-es.com )
38
38
39
39
![ phpBB Spain] ( https://www.phpbb-es.com/images/logo_new_small.png )
Original file line number Diff line number Diff line change 20
20
21
21
# General Information about this style
22
22
name = Rock' n Roll
23
- copyright = © Vinny - phpBB Spain 2023
24
- style_version = 3.0.9
25
- phpbb_version = 3.3.10
23
+ copyright = © Vinny - phpBB Spain 2024
24
+ style_version = 3.3.12
25
+ phpbb_version = 3.3.12
26
26
27
27
# Defining a different template bitfield
28
28
# template_bitfield = //g=
Original file line number Diff line number Diff line change 19
19
< form method ="post " action ="{S_LOGIN_ACTION} " class ="headerspace ">
20
20
< h3 > < a href ="{U_LOGIN_LOGOUT} "> {L_LOGIN_LOGOUT}</ a > <!-- IF S_REGISTER_ENABLED --> • < a href ="{U_REGISTER} "> {L_REGISTER}</ a > <!-- ENDIF --> </ h3 >
21
21
< fieldset class ="quick-login ">
22
- < label for ="username "> < span > {L_USERNAME}{L_COLON}</ span > < input type ="text " tabindex ="1 " name ="username " id ="username " size ="10 " class ="inputbox " title ="{L_USERNAME} " /> </ label >
23
- < label for ="password "> < span > {L_PASSWORD}{L_COLON}</ span > < input type ="password " tabindex ="2 " name ="password " id ="password " size ="10 " class ="inputbox " title ="{L_PASSWORD} " autocomplete ="off " /> </ label >
22
+ < label for ="username "> < span > {L_USERNAME}{L_COLON}</ span > < input type ="text " tabindex ="1 " name ="username " id ="username " size ="10 " class ="inputbox " title ="{L_USERNAME} " autocomplete =" username " /> </ label >
23
+ < label for ="password "> < span > {L_PASSWORD}{L_COLON}</ span > < input type ="password " tabindex ="2 " name ="password " id ="password " size ="10 " class ="inputbox " title ="{L_PASSWORD} " autocomplete ="current-password " /> </ label >
24
24
<!-- IF U_SEND_PASSWORD -->
25
25
< a href ="{U_SEND_PASSWORD} "> {L_FORGOT_PASS}</ a >
26
26
<!-- ENDIF -->
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ <h3 class="alert_title"> </h3><p class="alert_text"></p>
64
64
</ div >
65
65
66
66
< script src ="{T_JQUERY_LINK} "> </ script >
67
- <!-- IF S_ALLOW_CDN --> < script > window . jQuery || document . write ( '\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0 .min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>' ) ; </ script > <!-- ENDIF -->
67
+ <!-- IF S_ALLOW_CDN --> < script > window . jQuery || document . write ( '\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.7.1 .min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>' ) ; </ script > <!-- ENDIF -->
68
68
< script src ="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION} "> </ script >
69
69
<!-- INCLUDEJS forum_fn.js -->
70
70
<!-- INCLUDEJS ajax.js -->
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h3 class="alert_title"> </h3><p class="alert_text"></p>
37
37
</ div>
38
38
39
39
< script src ="{T_JQUERY_LINK} "> </ script >
40
- <!-- IF S_ALLOW_CDN --> < script > window . jQuery || document . write ( '\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0 .min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>' ) ; </ script > <!-- ENDIF -->
40
+ <!-- IF S_ALLOW_CDN --> < script > window . jQuery || document . write ( '\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.7.1 .min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>' ) ; </ script > <!-- ENDIF -->
41
41
< script src ="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION} "> </ script >
42
42
<!-- INCLUDEJS forum_fn.js -->
43
43
<!-- INCLUDEJS ajax.js -->
Original file line number Diff line number Diff line change @@ -337,6 +337,8 @@ <h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>
337
337
</ p >
338
338
<!-- ENDIF -->
339
339
340
+ {% EVENT viewtopic_body_postrow_content_before %}
341
+
340
342
< div class ="content "> {postrow.MESSAGE}</ div >
341
343
342
344
<!-- EVENT viewtopic_body_postrow_content_after -->
@@ -466,4 +468,6 @@ <h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
466
468
</ div >
467
469
<!-- ENDIF -->
468
470
471
+ {% EVENT viewtopic_body_online_list_after %}
472
+
469
473
<!-- INCLUDE overall_footer.html -->
Original file line number Diff line number Diff line change @@ -777,9 +777,3 @@ li.row strong {
777
777
color : # 000000 ;
778
778
text-shadow : 2px 2px 3px # ffffff ;
779
779
}
780
-
781
- /* CSS Extensions */
782
-
783
- # phpbb_announcement {
784
- background-color : # ACACAC ; /* Rock colour */
785
- }
You can’t perform that action at this time.
0 commit comments