From: Eloi G. <ada...@us...> - 2004-09-30 05:14:59
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates/section In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/section Modified Files: Centered_Image.tpl Image_Wrap_Left.tpl Image_Wrap_Right.tpl Text_Only.tpl Log Message: Release version 2.7 files. Index: Text_Only.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Text_Only.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Text_Only.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Text_Only.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 3,9 **** <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float : right;margin-bottom : .5em; margin-left : 1em"> {IMAGE} ! <div class="smalltext" align="center"> {CAPTION} </div> --- 3,9 ---- <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float:right; margin-bottom:.5em; margin-left:1em"> {IMAGE} ! <div class="smalltext" style="text-align:center"> {CAPTION} </div> Index: Image_Wrap_Right.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Image_Wrap_Right.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Image_Wrap_Right.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Image_Wrap_Right.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 3,9 **** <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float : right;margin-bottom : .5em; margin-left : 1em"> {IMAGE} ! <div class="smalltext" align="center"> {CAPTION} </div> --- 3,9 ---- <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float:right; margin-bottom:.5em; margin-left:1em"> {IMAGE} ! <div class="smalltext" style="text-align:center"> {CAPTION} </div> Index: Image_Wrap_Left.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Image_Wrap_Left.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Image_Wrap_Left.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Image_Wrap_Left.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 3,9 **** <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float : left; margin-bottom : .5em; margin-right : 1em"> {IMAGE} ! <div class="smalltext" align="center"> {CAPTION} </div> --- 3,9 ---- <!-- END TITLE --> <!-- BEGIN IMAGE --> ! <div style="float:left; margin-bottom:.5em; margin-right:1em"> {IMAGE} ! <div class="smalltext" style="text-align:center"> {CAPTION} </div> Index: Centered_Image.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/section/Centered_Image.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Centered_Image.tpl 6 Aug 2003 02:26:34 -0000 1.1 --- Centered_Image.tpl 30 Sep 2004 05:14:36 -0000 1.2 *************** *** 1,4 **** <!-- BEGIN IMAGE --> ! <div class="smalltext" align="center"> {IMAGE}<br /> {CAPTION} --- 1,4 ---- <!-- BEGIN IMAGE --> ! <div class="smalltext" style="text-align:center"> {IMAGE}<br /> {CAPTION} |