|
From: Florin C B. <ory...@us...> - 2013-04-24 00:08:31
|
Update of /cvsroot/mxbb/mx_clock/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25501 Modified Files: clock_body.html Log Message: updating clock features Index: clock_body.html =================================================================== RCS file: /cvsroot/mxbb/mx_clock/templates/prosilver/clock_body.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** clock_body.html 22 Apr 2013 18:13:22 -0000 1.2 --- clock_body.html 24 Apr 2013 00:08:29 -0000 1.3 *************** *** 1,11 **** ! <div class="clear" style="text-align: center; vertical-align:top; margin: 0 auto; width:{BLOCK_SIZE}; display:block"> <div class="forabg block"> <div id="p1" class="post bg2 online"> <div class="inner"><span class="corners-top"><span> {BLOCK_TITLE} </span></span> ! <!-- Clock Code: Start --> ! <dl class="textbody"> ! <div id="title" style="text-align: center;"> ! <span class="topictitle">{CLOCK_NAME}</span><hr /> ! </div> <div align="center" id="clock" style="background:{WMODE};"> <span class="nav" style="text-align: center;"> --- 1,11 ---- ! <!-- $Id$ //--> ! <div class="clear" style="text-align: center; vertical-align:top; margin: 0 auto; width:{BLOCK_SIZE}; display:block"></div> <div class="forabg block"> <div id="p1" class="post bg2 online"> <div class="inner"><span class="corners-top"><span> {BLOCK_TITLE} </span></span> ! <dl class="textbody" align="center" id="clock" style="margin:15px 0px 0px 0px" style="background:{WMODE};"> ! <ul id="title" class="linklist navlinks" style="text-align:center;font-weight:normal;"> ! <h1><span>{CLOCK_NAME}</span></h1> ! </ul> <div align="center" id="clock" style="background:{WMODE};"> <span class="nav" style="text-align: center;"> *************** *** 21,28 **** </span> </div> ! </dl> ! <!-- Clock Code: End --> ! </div></div> ! <span class="corners-bottom"><span></span></span> ! </div> ! </div> \ No newline at end of file --- 21,30 ---- </span> </div> ! <div align="center"></div> ! <br /> ! <div align="center"><hr align="center" /></div> ! </dl> ! <br /> ! </div></div> ! <span class="corners-bottom"><span></span></span> ! </div><br style="clear:both" /> \ No newline at end of file |