phpBB

Code Changes

File: styles/prosilver/template/attachment.html

  Unmodified   Added   Modified   Removed
Line 1Line 1
 
<!-- EVENT attachment_file_before -->


<!-- BEGIN _file -->
<!-- IF _file.S_DENIED -->
<p>[{_file.DENIED_MESSAGE}]</p>
<!-- ELSE -->


<!-- BEGIN _file -->
<!-- IF _file.S_DENIED -->
<p>[{_file.DENIED_MESSAGE}]</p>
<!-- ELSE -->

 
		<!-- EVENT attachment_file_prepend -->


<!-- IF _file.S_THUMBNAIL -->
<dl class="thumbnail">


<!-- IF _file.S_THUMBNAIL -->
<dl class="thumbnail">

Line 10Line 12
			<!-- IF _file.COMMENT --><dd> {_file.COMMENT}</dd><!-- ENDIF -->
</dl>
<!-- ENDIF -->

			<!-- IF _file.COMMENT --><dd> {_file.COMMENT}</dd><!-- ENDIF -->
</dl>
<!-- ENDIF -->



 

<!-- IF _file.S_IMAGE -->
<dl class="file">


<!-- IF _file.S_IMAGE -->
<dl class="file">

Line 27Line 28
			<dd>({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}</dd>
</dl>
<!-- ENDIF -->

			<dd>({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}</dd>
</dl>
<!-- ENDIF -->




 

<!-- IF _file.S_WM_FILE -->
<!-- method used here from http://alistapart.com/articles/byebyeembed / autosizing seems to not work always, this will not fix -->


<!-- IF _file.S_WM_FILE -->
<!-- method used here from http://alistapart.com/articles/byebyeembed / autosizing seems to not work always, this will not fix -->

Line 118Line 117
			<a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</p>
<!-- ENDIF -->


			<a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</p>
<!-- ENDIF -->


 
		<!-- EVENT attachment_file_append -->

	<!-- ENDIF -->
<!-- END _file -->

	<!-- ENDIF -->
<!-- END _file -->

 
<!-- EVENT attachment_file_after -->