|
From: FlorinCB <ory...@us...> - 2008-06-18 11:44:18
|
Update of /cvsroot/mxbb/core/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12601 Modified Files: bbcode.tpl Log Message: clean up Index: bbcode.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/bbcode.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bbcode.tpl 18 Jun 2008 11:04:29 -0000 1.2 --- bbcode.tpl 18 Jun 2008 11:44:08 -0000 1.3 *************** *** 60,91 **** <!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email --> - <!-- BEGIN s_open --><strike><!-- END s_open --> - <!-- BEGIN s_close --></strike><!-- END s_close --> - - <!-- BEGIN sup_open --><sup><!-- END sup_open --> - <!-- BEGIN sup_close --></sup><!-- END sup_close --> - - <!-- BEGIN sub_open --><sub><!-- END sub_open --> - <!-- BEGIN sub_close --></sub><!-- END sub_close --> - - <!-- BEGIN spoil_open --> - <div align="center"> - <div class="spoiltitle"><b>{L_BBCODEBOX_HIDDEN}:</b> - <input class="spoilbtn" type="button" value="{L_BBCODEBOX_VIEW}" onClick="javascript:if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = '{L_BBCODEBOX_HIDE}'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = '{L_BBCODEBOX_VIEW}'; }" onfocus="this.blur();"> - </div> - <div class="spoildiv"> - <div style="display: none;"> - <!-- END spoil_open --> - <!-- BEGIN spoil_close --></div></div></div><span class="postbody"><!-- END spoil_close --> - - <!-- BEGIN align_open --><div style="text-align:{ALIGN}"><!-- END align_open --> - <!-- BEGIN align_close --></div><!-- END align_close --> - - <!-- BEGIN marq_open --><marquee direction="{MARQ}" scrolldelay="120"><!-- END marq_open --> - <!-- BEGIN marq_close --></marquee><!-- END marq_close --> - - <!-- BEGIN font_open --><span style="font-family:{FONT}"><!-- END font_open --> - <!-- BEGIN font_close --></span><!-- END font_close --> - <!-- BEGIN flash --><!-- URL's used in the movie--> <!-- text used in the movie--> --- 60,63 ---- *************** *** 120,125 **** <embed src="http://www.youtube.com/v/{YOUTUBEID}" type="application/x-shockwave-flash" width="425" height="350"></embed> </object><br /> ! <a href="http://youtube.com/watch?v={YOUTUBEID}" target="_blank">{YOUTUBELINK}</a><br /> ! </div> <!-- END youtube --> --- 92,96 ---- <embed src="http://www.youtube.com/v/{YOUTUBEID}" type="application/x-shockwave-flash" width="425" height="350"></embed> </object><br /> ! <a href="http://youtube.com/watch?v={YOUTUBEID}" target="_blank">{YOUTUBELINK}</a></div><br /> <!-- END youtube --> |