X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=blobdiff_plain;f=utf8%2Fnucleus%2Flibs%2Fshowlist.php;h=0aa0d44bda0005d83c8488a7c5b55f79560077b0;hp=2ee5a9597ea250190b392ecd83bd954244431299;hb=07cf45ea8be22fe5863334f812493848d67d9686;hpb=90de14ff1d66b399547cd512d3cf39037470053a diff --git a/utf8/nucleus/libs/showlist.php b/utf8/nucleus/libs/showlist.php index 2ee5a95..0aa0d44 100644 --- a/utf8/nucleus/libs/showlist.php +++ b/utf8/nucleus/libs/showlist.php @@ -14,7 +14,7 @@ * * @license http://nucleuscms.org/license.txt GNU General Public License * @copyright Copyright (C) 2002-2006 The Nucleus Group - * @version $Id: showlist.php,v 1.1 2006-07-12 07:13:31 kimitake Exp $ + * @version $Id: showlist.php,v 1.2 2006-07-18 08:42:40 kimitake Exp $ */ @@ -172,7 +172,7 @@ function listplug_table_pluginlist($template, $type) { switch($type) { case 'HEAD': echo ''._LISTS_INFO.''._LISTS_DESC.''; - echo ''._LISTS_ACTIONS.''; + echo ''._LISTS_ACTIONS.''; break; case 'BODY': $current = $template['current']; @@ -301,7 +301,7 @@ function listplug_table_itemlist($template, $type) { switch($type) { case 'HEAD': - echo ""._LIST_ITEM_INFO.""._LIST_ITEM_CONTENT.""._LISTS_ACTIONS.""; + echo ""._LIST_ITEM_INFO.""._LIST_ITEM_CONTENT.""._LISTS_ACTIONS.""; break; case 'BODY': $current = $template['current']; @@ -335,7 +335,7 @@ function listplug_table_itemlist($template, $type) { $current->ibody = htmlspecialchars(shorten($current->ibody,300,'...')); echo "$current->ibody"; - echo ""; + echo ""; echo ""._LISTS_EDIT.""; echo "
"._LISTS_COMMENTS.""; echo "
"._LISTS_MOVE.""; @@ -388,10 +388,10 @@ function listplug_table_commentlist($template, $type) { echo ''; echo ''; - echo ""._LISTS_EDIT.""; - echo ""._LISTS_DELETE.""; + echo ""._LISTS_EDIT.""; + echo ""._LISTS_DELETE.""; if ($template['canAddBan']) - echo ""._LIST_COMMENT_BANIP.""; + echo ""._LIST_COMMENT_BANIP.""; break; } } @@ -493,11 +493,11 @@ function listplug_table_templatelist($template, $type) { echo "" , htmlspecialchars($current->tdname), ""; echo "" , htmlspecialchars($current->tddesc), ""; - echo ""._LISTS_EDIT.""; + echo ""._LISTS_EDIT.""; $url = $manager->addTicketToUrl('index.php?action=templateclone&templateid=' . intval($current->tdnumber)); - echo ""._LISTS_CLONE.""; - echo ""._LISTS_DELETE.""; + echo ""._LISTS_CLONE.""; + echo ""._LISTS_DELETE.""; break; } @@ -566,11 +566,11 @@ function listplug_table_skinlist($template, $type) { echo '

',_LIST_SKINS_DEFINED,' '; } echo ""; - echo ""._LISTS_EDIT.""; + echo ""._LISTS_EDIT.""; $url = $manager->addTicketToUrl('index.php?action=skinclone&skinid=' . intval($current->sdnumber)); - echo ""._LISTS_CLONE.""; - echo ""._LISTS_DELETE.""; + echo ""._LISTS_CLONE.""; + echo ""._LISTS_DELETE.""; break; }