[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <!-- BEGIN ulist_open --><ul style="list-style-type: {LIST_TYPE}"><!-- END ulist_open --> 2 <!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default --> 3 <!-- BEGIN ulist_close --></ul><!-- END ulist_close --> 4 5 <!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open --> 6 <!-- BEGIN olist_close --></ol><!-- END olist_close --> 7 8 <!-- BEGIN listitem --><li><!-- END listitem --> 9 <!-- BEGIN listitem_close --></li><!-- END listitem_close --> 10 11 <!-- BEGIN quote_username_open --><blockquote><div><cite>{USERNAME} {L_WROTE}{L_COLON}</cite><!-- END quote_username_open --> 12 <!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open --> 13 <!-- BEGIN quote_close --></div></blockquote><!-- END quote_close --> 14 <!-- BEGIN quote_extended --> 15 <blockquote> 16 <xsl:if test="not(@author)"> 17 <xsl:attribute name="class">uncited</xsl:attribute> 18 </xsl:if> 19 <div> 20 <xsl:if test="@author"> 21 <cite> 22 <xsl:choose> 23 <xsl:when test="@url"> 24 <a href="{@url}" class="postlink"><xsl:value-of select="@author"/></a> 25 </xsl:when> 26 <xsl:when test="@profile_url"> 27 <a href="{@profile_url}"><xsl:value-of select="@author"/></a> 28 </xsl:when> 29 <xsl:otherwise> 30 <xsl:value-of select="@author"/> 31 </xsl:otherwise> 32 </xsl:choose> 33 <xsl:text> </xsl:text> 34 <xsl:value-of select="$L_WROTE"/> 35 <xsl:value-of select="$L_COLON"/> 36 <xsl:if test="@post_url"> 37 <xsl:text> </xsl:text> 38 <a href="{@post_url}" data-post-id="{@post_id}" onclick="if(document.getElementById(hash.substr(1)))href=hash">↑</a> 39 </xsl:if> 40 <xsl:if test="@msg_url"> 41 <xsl:text> </xsl:text> 42 <a href="{@msg_url}" data-msg-id="{@msg_id}">↑</a> 43 </xsl:if> 44 <xsl:if test="@date"> 45 <div class="responsive-hide"><xsl:value-of select="@date"/></div> 46 </xsl:if> 47 </cite> 48 </xsl:if> 49 <xsl:apply-templates/> 50 </div> 51 </blockquote> 52 <!-- END quote_extended --> 53 54 <!-- 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 --> 55 <!-- BEGIN code_close --></code></pre></div><!-- END code_close --> 56 57 <!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> 58 <!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> 59 60 <!-- BEGIN b_open --><strong class="text-strong"><!-- END b_open --> 61 <!-- BEGIN b_close --></strong><!-- END b_close --> 62 63 <!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open --> 64 <!-- BEGIN u_close --></span><!-- END u_close --> 65 66 <!-- BEGIN i_open --><em class="text-italics"><!-- END i_open --> 67 <!-- BEGIN i_close --></em><!-- END i_close --> 68 69 <!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color --> 70 71 <!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: 116%;">{TEXT}</span><!-- END size --> 72 73 <!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img --> 74 75 <!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url --> 76 77 <!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email --> 78 79 <!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{WIDTH}" height="{HEIGHT}"><param name="movie" value="{URL}" /><param name="play" value="false" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed></object><!-- END flash -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |