From: <ki...@us...> - 2008-12-13 06:38:31
|
Revision: 372 http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=372&view=rev Author: kilica Date: 2008-12-13 06:38:28 +0000 (Sat, 13 Dec 2008) Log Message: ----------- [0.12] adjust templates/bizpoll_poll_detail.html Modified Paths: -------------- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/bizpoll_poll_detail.html modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt 2008-12-13 06:35:19 UTC (rev 371) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/README.txt 2008-12-13 06:38:28 UTC (rev 372) @@ -18,10 +18,11 @@ \x8DX\x90V\x97\x9A\x97\xF0 -------- -0.12(2008.12.11) +0.12(2008.12.13) \x81\xA60.11\x88ȑO\x82̃o\x81[\x83W\x83\x87\x83\x93\x82\xF0\x8Eg\x82\xED\x82\xEA\x82Ă\xA2\x82\xE9\x8Fꍇ\x82́AMySQL \x82̃e\x81[\x83u\x83\x8B\x82\xCC bizpoll_poll \x82\xCC "choice_id" \x82\xCC type \x82\xF0 text \x82ɕύX\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B \x81EChoice \x82̍ĕҏW\x8B@\x94\\x82\xF0\x92lj\xC1 \x81E\x95\xA1\x90\x94\x89̏ꍇ\x82̃o\x83O\x82\xF0\x8FC\x90\xB3\x81B +\x81E\x93\x8A\x95[\x8C\x8B\x89ʏڍ\xE6\x96ʂɖ_\x83O\x83\x89\x83t\x82\xF0\x95\\x8E\xA6 0.11(2008.12.08) \x81ERSS\x92lj\xC1 Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/bizpoll_poll_detail.html =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/bizpoll_poll_detail.html 2008-12-13 06:35:19 UTC (rev 371) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/bizpoll_poll_detail.html 2008-12-13 06:38:28 UTC (rev 372) @@ -6,7 +6,7 @@ <div style="float:left;width:<{$pCount*10}>px;height:10px;background-color:#000000;margin:10px 30px 10px 5px;"></div><{$chart.title[$pKey]}> (<{$smarty.const._MD_BIZPOLL_LANG_POLL_COUNT}>: <{$pCount}>)<br style="clear:left;" /> <{/foreach}> - +<h2><{$smarty.const._MD_BIZPOLL_LANG_POLL_RESULT}></h2> <div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div> <hr /> <dl> Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php 2008-12-13 06:35:19 UTC (rev 371) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/xoops_version.php 2008-12-13 06:38:28 UTC (rev 372) @@ -21,7 +21,7 @@ // Define a basic manifesto. // $modversion['name'] = _MI_BIZPOLL_LANG_BIZPOLL; -$modversion['version'] = 0.11; +$modversion['version'] = 0.12; $modversion['description'] = _MI_BIZPOLL_DESC_BIZPOLL; $modversion['author'] = _MI_BIZPOLL_LANG_AUTHOR; $modversion['credits'] = _MI_BIZPOLL_LANG_CREDITS; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |