diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/attachment.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/bbcode.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/forumlist_body.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 8 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_team.html (renamed from phpBB/styles/subsilver2/template/memberlist_leaders.html) | 0 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_view.html | 8 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_footer.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/quickreply_editor.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/simple_header.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_notifications.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 6 | 
14 files changed, 32 insertions, 16 deletions
diff --git a/phpBB/styles/subsilver2/template/attachment.html b/phpBB/styles/subsilver2/template/attachment.html index eb5dd91634..baad7c6cfc 100644 --- a/phpBB/styles/subsilver2/template/attachment.html +++ b/phpBB/styles/subsilver2/template/attachment.html @@ -10,12 +10,12 @@  		<!-- ENDIF -->  		<!-- IF _file.S_THUMBNAIL --> -			<a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" /></a><br /> +			<a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" class="postimage" alt="{_file.DOWNLOAD_NAME}" /></a><br />  			<span class="gensmall">{_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</span>  		<!-- ENDIF -->  		<!-- IF _file.S_IMAGE --> -			<img src="{_file.U_INLINE_LINK}" alt="{_file.DOWNLOAD_NAME}" /><br /> +			<img src="{_file.U_INLINE_LINK}" class="postimage" alt="{_file.DOWNLOAD_NAME}" /><br />  			<span class="gensmall">{_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</span>  		<!-- ENDIF --> diff --git a/phpBB/styles/subsilver2/template/bbcode.html b/phpBB/styles/subsilver2/template/bbcode.html index 5558716cad..9ee5acec34 100644 --- a/phpBB/styles/subsilver2/template/bbcode.html +++ b/phpBB/styles/subsilver2/template/bbcode.html @@ -50,7 +50,7 @@  <!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: normal">{TEXT}</span><!-- END size --> -<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img --> +<!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img -->  <!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url --> diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 63d8aba9bb..0d522a6959 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -85,6 +85,7 @@  			</td>  		</tr>  	<!-- ENDIF --> +	<!-- EVENT forumlist_body_last_row_after -->  <!-- BEGINELSE -->  	<tr>  		<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td> diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 55a62fcf18..ea4cc76171 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -27,7 +27,7 @@  <!-- IF S_DISPLAY_ONLINE_LIST -->  	<br clear="all" /> -	<table class="tablebg" width="100%" cellspacing="1"> +	<table class="tablebg stat-block online-list" width="100%" cellspacing="1">  	<tr>  		<td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>  	</tr> @@ -50,7 +50,7 @@  <!-- IF S_DISPLAY_BIRTHDAY_LIST -->  	<br clear="all" /> -	<table class="tablebg" width="100%" cellspacing="1"> +	<table class="tablebg stat-block birthday-list" width="100%" cellspacing="1">  	<tr>  		<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>  	</tr> @@ -63,7 +63,7 @@  <br clear="all" /> -<table class="tablebg" width="100%" cellspacing="1"> +<table class="tablebg stat-block statistics" width="100%" cellspacing="1">  <tr>  	<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>  </tr> @@ -73,6 +73,8 @@  </tr>  </table> +<!-- EVENT index_body_stat_blocks_after --> +  <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->  	<br clear="all" /> diff --git a/phpBB/styles/subsilver2/template/memberlist_leaders.html b/phpBB/styles/subsilver2/template/memberlist_team.html index a4f38aafc4..a4f38aafc4 100644 --- a/phpBB/styles/subsilver2/template/memberlist_leaders.html +++ b/phpBB/styles/subsilver2/template/memberlist_team.html diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html index 28f4da4fef..52f40707c0 100644 --- a/phpBB/styles/subsilver2/template/memberlist_view.html +++ b/phpBB/styles/subsilver2/template/memberlist_view.html @@ -72,8 +72,8 @@  				<td width="100%"><b class="gen">{JOINED}</b></td>  			</tr>  			<tr> -				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_VISITED}{L_COLON} </td> -				<td width="100%"><b class="gen">{VISITED}</b></td> +				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_LAST_ACTIVE}{L_COLON} </td> +				<td width="100%"><b class="gen">{LAST_ACTIVE}</b></td>  			</tr>  			<!-- IF S_WARNINGS -->  				<tr> @@ -105,6 +105,7 @@  		<td class="cat" align="center"><h4>{L_CONTACT_USER}</h4></td>  		<td class="cat" align="center"><h4>{L_ABOUT_USER}</h4></td>  	</tr> +	<!-- EVENT memberlist_view_contact_before -->  	<tr>  		<td class="row1">  			<table width="100%" cellspacing="1" cellpadding="2" border="0"> @@ -166,6 +167,7 @@  			</table>  		</td>  	</tr> +	<!-- EVENT memberlist_view_contact_after -->  	<!-- IF SIGNATURE -->  		<tr>  			<td class="cat" colspan="2" align="center"><h4>{L_SIGNATURE}</h4></td> @@ -178,6 +180,8 @@  	</form> +	<!-- EVENT memberlist_view_content_append --> +  </div>  <br clear="all" /> diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index d2b6f6a9d7..200401eeda 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -3,6 +3,8 @@  	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->  </div> +<!-- EVENT overall_footer_page_body_after --> +  <div id="wrapfooter">  	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->  	<span class="copyright"> diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 5da73bd70d..0882f5c97d 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -134,6 +134,8 @@ function marklist(id, name, state)  </head>  <body class="{S_CONTENT_DIRECTION}"> +<!-- EVENT overall_header_body_before --> +  <a name="top"></a>  <div id="wrapheader"> @@ -222,6 +224,8 @@ function marklist(id, name, state)  </div> +<!-- EVENT overall_header_page_body_before --> +  <div id="wrapcentre">  	<!-- IF S_DISPLAY_SEARCH --> diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index b501c4146a..321e4227ee 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -5,7 +5,7 @@  <!-- ENDIF -->  <!-- IF S_FORUM_RULES --> -	<div class="forumrules"> +	<div class="forumrules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">  		<!-- IF U_FORUM_RULES -->  			<h3>{L_FORUM_RULES}</h3><br />  			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a> diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index b2b7b1624e..5afc723f48 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -1,5 +1,5 @@  <form method="post" action="{U_QR_ACTION}"> - +<!-- EVENT quickreply_editor_panel_before -->  	<table class="tablebg" width="100%" cellspacing="1">  		<tr>  			<th align="center" colspan="2">{L_QUICKREPLY}</th> @@ -24,6 +24,6 @@  			</td>  		</tr>  	</table> -	 +<!-- EVENT quickreply_editor_panel_after -->  </form>  <br clear="all" /> diff --git a/phpBB/styles/subsilver2/template/simple_header.html b/phpBB/styles/subsilver2/template/simple_header.html index 43ca16ed87..85528e6769 100644 --- a/phpBB/styles/subsilver2/template/simple_header.html +++ b/phpBB/styles/subsilver2/template/simple_header.html @@ -12,5 +12,6 @@  </head>  <body class="{S_CONTENT_DIRECTION}"> +<!-- EVENT simple_header_body_before -->  <a name="top"></a>  <div id="wrapcentre"> diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index a8b0d2b896..64e21ec4a6 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -131,7 +131,7 @@  <!-- ENDIF -->  <!-- IF .notifications --> -<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="$('#ucp input:checkbox').attr('checked', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="$('#ucp input:checkbox').attr('checked', false); return false;">{L_UNMARK_ALL}</a></b></div> +<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="$('#ucp input:checkbox').prop('checked', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="$('#ucp input:checkbox').prop('checked', false); return false;">{L_UNMARK_ALL}</a></b></div>  <!-- ENDIF -->  </form> diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 3d4336a2a3..44e8f30ce4 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -1,7 +1,7 @@  <!-- INCLUDE overall_header.html -->  <!-- IF S_FORUM_RULES --> -	<div class="forumrules"> +	<div class="forumrules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">  		<!-- IF U_FORUM_RULES -->  			<h3>{L_FORUM_RULES}</h3><br />  			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a> @@ -293,7 +293,7 @@  <!-- IF S_DISPLAY_ONLINE_LIST -->  	<br clear="all" /> -	<table class="tablebg" width="100%" cellspacing="1"> +	<table class="tablebg stat-block online-list" width="100%" cellspacing="1">  	<tr>  		<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>  	</tr> diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 251983761c..a5a50780fe 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -1,7 +1,7 @@  <!-- INCLUDE overall_header.html -->  <!-- IF S_FORUM_RULES --> -	<div class="forumrules"> +	<div class="forumrules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">  		<!-- IF U_FORUM_RULES -->  			<h3>{L_FORUM_RULES}</h3><br />  			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a> @@ -260,6 +260,7 @@  						<div class="postbody"><br />_________________<br />{postrow.SIGNATURE}</div>  					<!-- ENDIF --> +					<!-- EVENT viewtopic_body_postrow_post_notices_before -->  					<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->  						<!-- IF postrow.DELETE_REASON -->  							<br /><br /> @@ -295,6 +296,7 @@  					<!-- IF postrow.BUMPED_MESSAGE -->  						<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>  					<!-- ENDIF --> +					<!-- EVENT viewtopic_body_postrow_post_notices_after -->  					<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF --> @@ -385,7 +387,7 @@  <!-- IF S_DISPLAY_ONLINE_LIST -->  	<br clear="all" /> -	<table class="tablebg" width="100%" cellspacing="1"> +	<table class="tablebg stat-block online-list" width="100%" cellspacing="1">  	<tr>  		<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>  	</tr>  | 
