Guest User

Untitled

a guest
Mar 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 1.76 KB | None | 0 0
  1. <blockquote class="quoteBox spoiler" {if $quoteLink} cite="{$quoteLink}"{/if}>
  2. {if count($content) le 300}
  3.     <div class="quoteHeader">
  4.         <h3 style="top: 5px;"><img src="{icon}quoteS.png{/icon}" alt="" style="top: 5px;" />
  5.         {if $quoteAuthor}
  6.             {if $quoteLink}
  7.                 <a href="{@$quoteLink}">{lang}wcf.bbcode.quote.title{/lang}</a>
  8.                                 <br />
  9.                                 <br />
  10.                  <p style="color: #000; font-size: 10pt; top: 2px; font-weight: lighter;">{@$content|truncate:300}</span>
  11.                  
  12.  
  13.  
  14.             {else}
  15.                 {lang}wcf.bbcode.quote.title{/lang}
  16.                 <br />
  17.                 ybr />
  18.                  <p  style="color: #000; font-size: 10pt; top: 2px; font-weight: lighter;">{@$content|truncate:300}</span>
  19.             {/if}
  20.         {else}
  21.             {lang}wcf.bbcode.quote.title{/lang}
  22.                             <br />
  23.                             <br />
  24.                  <p  style="color: #000; font-size: 10pt; font-weight: lighter;">{@$content|truncate:300}</span>
  25.        
  26.         </h3>
  27.     </div>
  28. {/if}
  29.  
  30. {if count($content) ge 301}
  31. <div class="quoteHeader">
  32.         <h3 style="top: 5px;"><img src="{icon}quoteS.png{/icon}" alt="" style="top: 5px;" />
  33.         {if $quoteAuthor}
  34.             {if $quoteLink}
  35.                 <a href="{@$quoteLink}">{lang}wcf.bbcode.quote.title{/lang}</a>
  36.                                 <br />
  37.                                 <br />
  38.           <p style="text-align: center; color: #707070; font-size: 10pt;">Hier klicken um das Zitat anzuzeigen</p>
  39.                  
  40.  
  41.  
  42.             {else}
  43.                 {lang}wcf.bbcode.quote.title{/lang}
  44.                 <br />
  45.                 <br />
  46.           <p style="text-align: center; color: #707070; font-size: 10pt;">Hier klicken um das Zitat anzuzeigen</p>
  47.             {/if}
  48.         {else}
  49.             {lang}wcf.bbcode.quote.title{/lang}
  50.                             <br />
  51.                             <br />
  52.           <p style="text-align: center; color: #707070; font-size: 10pt;">Hier klicken um das Zitat anzuzeigen</p>
  53.        
  54.         </h3>
  55.     </div>
  56.     <div class="quoteBody">
  57. {@$content}
  58.     </div>
  59. {/if}
  60. </blockquote>
Add Comment
Please, Sign In to add comment