|
From: FlorinCB <ory...@us...> - 2009-07-11 03:22:15
|
Update of /cvsroot/mxbb/core/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23243/core/templates/_core Modified Files: bbcode.tpl Added Files: confirm_body.tpl Log Message: some fixes not commited --- NEW FILE: confirm_body.tpl --- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td class="nav" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td> </tr> </table> <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> <tr> <th class="thHead" height="25" valign="middle">{MESSAGE_TITLE}</th> </tr> <tr> <td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td> </tr> </table> <br clear="all" /> Index: bbcode.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/bbcode.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bbcode.tpl 18 Jun 2008 11:44:08 -0000 1.3 --- bbcode.tpl 11 Jul 2009 03:22:06 -0000 1.4 *************** *** 95,98 **** --- 95,141 ---- <!-- END youtube --> + <!-- BEGIN scribd --> + <div style="text-align:center;"> + <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_326877108105255" name="doc_326877108105255" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%"> + <param name="movie" value="{SCRIBDURL}"> + <param name="quality" value="high"> + <param name="play" value="true"> + <param name="loop" value="true"> + <param name="scale" value="showall"> + <param name="wmode" value="opaque"> + <param name="devicefont" value="false"> + <param name="bgcolor" value="#ffffff"> + <param name="menu" value="true"> + <param name="allowFullScreen" value="true"> + <param name="allowScriptAccess" value="always"> + <param name="salign" value=""> + <embed src="{SCRIBDURL}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_326877108105255_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" height="500" width="100%"></embed> + </object> + <a title="View Article / Book" href="{SCRIBDURL}" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">View Article / Book</a> + </div><br /> + <!-- END scribd --> + + <!-- BEGIN ipaper --> + <div style="text-align:center;"> + <script type="text/javascript" src="http://www.scribd.com/javascripts/view.js"></script> + <script type="text/javascript"> + <!-- // + var docId = '{IPAPERID}'; + var access_key = '{IPAPERKEY}'; + var height = '{HEIGHT}'; + var width = '{WIDTH}'; + + function iPaper(docId, access_key, height, width) { + var scribd_doc = scribd.Document.getDoc(docId, access_key); + scribd_doc.addParam('height', height); + scribd_doc.addParam('width', width); + scribd_doc.write('embedded_flash'); + } + //--> + </script> + <a title="View Article / Book" href="{URL}" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">View Article / Book</a> + </div><br /> + <!-- END ipaper --> + <!-- BEGIN stream --> <div style="text-align:center;"> *************** *** 125,128 **** --- 168,172 ---- <span style="height: 1; Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=100%)"> <!-- END fade_open --> + <!-- BEGIN fade_close --> </span> |