diff options
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/style.cfg | 4 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/bbcode.html | 39 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_recaptcha.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_body.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_topic_review.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_history.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 17 | 
8 files changed, 53 insertions, 17 deletions
| diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index 0b13b17bea..481b80d912 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@  # General Information about this style  name = prosilver  copyright = © phpBB Limited, 2007 -style_version = 3.1.5 -phpbb_version = 3.1.5 +style_version = 3.2.0-a1-dev +phpbb_version = 3.2.0-a1-dev  # Defining a different template bitfield  # template_bitfield = lNg= diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 3e38d13a32..8c4e941092 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -11,9 +11,44 @@  <!-- BEGIN quote_username_open --><blockquote><div><cite>{USERNAME} {L_WROTE}{L_COLON}</cite><!-- END quote_username_open -->  <!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open -->  <!-- BEGIN quote_close --></div></blockquote><!-- END quote_close --> +<!-- BEGIN quote_extended --> +<blockquote> +	<xsl:if test="not(@author)"> +		<xsl:attribute name="class">uncited</xsl:attribute> +	</xsl:if> +	<div> +		<xsl:if test="@author"> +			<cite> +				<xsl:choose> +					<xsl:when test="@url"> +						<a href="{@url}" class="postlink"><xsl:value-of select="@author"/></a> +					</xsl:when> +					<xsl:when test="@profile_url"> +						<a href="{@profile_url}"><xsl:value-of select="@author"/></a> +					</xsl:when> +					<xsl:otherwise> +						<xsl:value-of select="@author"/> +					</xsl:otherwise> +				</xsl:choose> +				<xsl:text> </xsl:text> +				<xsl:value-of select="$L_WROTE"/> +				<xsl:value-of select="$L_COLON"/> +				<xsl:if test="@post_url"> +					<xsl:text> </xsl:text> +					<a href="{@post_url}" data-post-id="{@post_id}" onclick="if(document.getElementById(hash.substr(1)))href=hash">↑</a> +				</xsl:if> +				<xsl:if test="@date"> +					<div class="responsive-hide"><xsl:value-of select="@date"/></div> +				</xsl:if> +			</cite> +		</xsl:if> +		<xsl:apply-templates/> +	</div> +</blockquote> +<!-- END quote_extended --> -<!-- BEGIN code_open --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><code><!-- END code_open --> -<!-- BEGIN code_close --></code></div><!-- END code_close --> +<!-- BEGIN code_open --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><pre><code><!-- END code_open --> +<!-- BEGIN code_close --></code></pre></div><!-- END code_close -->  <!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->  <!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index fee0f7423e..d3c0ea95d6 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -29,7 +29,7 @@  		</div>  		</noscript> -		<a href="http://www.google.com/intl/{LA_RECAPTCHA_LANG}/policies/" target="_blank" class="recaptcha-responsive" style="display: none"><img alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a> +		<a href="http://www.google.com/intl/{L_RECAPTCHA_LANG}/policies/" target="_blank" class="recaptcha-responsive" style="display: none"><img alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a>  	</dd>  	</dl>  <!-- ELSE --> diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 512df7b0a7..841f542bbc 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -25,7 +25,7 @@  		<div class="action-bar top">  			<div class="member-search panel"> -				<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}" id="member_search" data-alt-text="{LA_HIDE_MEMBER_SEARCH}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP --><a href="{U_HIDE_FIND_MEMBER}" id="member_search" data-alt-text="{LA_FIND_USERNAME}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF --> +				<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}" id="member_search" data-alt-text="{L_HIDE_MEMBER_SEARCH}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP --><a href="{U_HIDE_FIND_MEMBER}" id="member_search" data-alt-text="{L_FIND_USERNAME}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF -->  				<strong>  				<!-- BEGIN first_char -->  					<a href="{first_char.U_SORT}">{first_char.DESC}</a>  diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html index 6909877196..fc7d0a2c63 100644 --- a/phpBB/styles/prosilver/template/posting_topic_review.html +++ b/phpBB/styles/prosilver/template/posting_topic_review.html @@ -35,7 +35,7 @@  			<!-- ENDIF -->  			<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->  				<li> -					<a href="#postingbox" onclick="addquote({topic_review_row.POST_ID}, '{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}');" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}" class="button icon-button quote-icon"> +					<a href="#postingbox" onclick="addquote({topic_review_row.POST_ID}, '{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}', {post_id:{topic_review_row.POST_ID},time:{topic_review_row.POST_TIME},user_id:{topic_review_row.USER_ID}});" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}" class="button icon-button quote-icon">  						<span>{L_QUOTE} {topic_review_row.POST_AUTHOR}</span>  					</a>  				</li> diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 500bae0c47..1255d7a0d0 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -16,7 +16,6 @@  						<!-- BEGIN notification_methods -->  							<th class="mark">{notification_methods.NAME}</th>  						<!-- END notification_methods --> -						<th class="mark">{L_NOTIFICATIONS}</th>  					</tr>  				</thead>  				<tbody> @@ -34,7 +33,6 @@  							<!-- BEGIN notification_methods -->  								<td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}"<!-- IF notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>  							<!-- END notification_methods --> -							<td class="mark"><input type="checkbox" name="{notification_types.TYPE}_notification"<!-- IF notification_types.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>  						</tr>  					<!-- ENDIF -->  				<!-- END notification_types --> diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index 0e9c3844cc..8f7b4fdb3e 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.html @@ -20,7 +20,7 @@  			<!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE -->  			<ul class="post-buttons">  				<li> -					<a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button quote-icon"> +					<a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}', {time:{history_row.MESSAGE_TIME},user_id:{history_row.USER_ID}});"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button quote-icon">  						<span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>  					</a>  				</li> diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 380b285b83..e20aaef7d4 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -383,8 +383,7 @@ dl.faq dt {  }  .content ul, .content ol { -	margin-bottom: 1em; -	margin-left: 3em; +	margin: 0.8em 0 0.9em 3em;  }  .posthilit { @@ -430,8 +429,7 @@ dd .signature {  }  .signature ul, .signature ol { -	margin-bottom: 1em; -	margin-left: 3em; +	margin: 0.8em 0 0.9em 3em;  }  /* Post noticies */ @@ -460,7 +458,7 @@ blockquote {  	background: transparent none 6px 8px no-repeat;  	border: 1px solid transparent;  	font-size: 0.95em; -	margin: 0.5em 1px 0 25px; +	margin: 1em 1px 1em 25px;  	overflow: hidden;  	padding: 5px;  } @@ -468,7 +466,7 @@ blockquote {  blockquote blockquote {  	/* Nested quotes */  	font-size: 1em; -	margin: 0.5em 1px 0 15px; +	margin: 1em 1px 1em 15px;  }  blockquote cite { @@ -488,11 +486,17 @@ blockquote.uncited {  	padding-top: 25px;  } +blockquote cite > div { +	float: right; +	font-weight: normal; +} +  /* Code block */  .codebox {  	padding: 3px;  	border: 1px solid transparent;  	font-size: 1em; +	margin: 1em 0 1.2em 0;  }  .codebox p { @@ -513,7 +517,6 @@ blockquote .codebox {  	display: block;  	height: auto;  	max-height: 200px; -	white-space: normal;  	padding-top: 5px;  	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;  	line-height: 1.3em; | 
