Tom Hayakawa
tom_g3x****@users*****
2006年 9月 1日 (金) 14:59:05 JST
Index: xoops2jp/html/modules/base/templates/legacy_search_results.html diff -u xoops2jp/html/modules/base/templates/legacy_search_results.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_search_results.html:1.1.2.2 --- xoops2jp/html/modules/base/templates/legacy_search_results.html:1.1.2.1 Sat May 27 22:08:44 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_results.html Fri Sep 1 14:59:04 2006 @@ -2,15 +2,17 @@ <h4><{$module.name}></h4> <!-- start results item loop --> + <ul style="list-style:none;margin-left:10px;"> <{foreach item=result from=$module.results}> - <img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /> + <li><img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /> <small> <{if $result.uid > 0}> <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|escape}>"><{$result.uid|xoops_user:uname}></a> <{/if}> (<{$result.time|xoops_formattimestamp:l}>) - </small> + </small><li /> <{/foreach}> + </ul> <!-- end results item loop --> <{if $module.has_more}> Index: xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html diff -u xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html:1.1.2.3 --- xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html:1.1.2.2 Fri Sep 1 12:14:45 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_showallbyuser.html Fri Sep 1 14:59:04 2006 @@ -2,15 +2,17 @@ <h4><{$searchResults.0.name}></h4> <!-- start results item loop --> + <ul style="list-style:none;margin-left:10px;"> <{foreach item=result from=$searchResults.0.results}> - <img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /> + <li><img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /> <small> <{if $result.uid > 0}> <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|escape}>"><{$result.uid|xoops_user:uname}></a> <{/if}> (<{$result.time|xoops_formattimestamp:l}>) - </small> + </small><li /> <{/foreach}> + </ul> <!-- end results item loop --> <{if $actionForm->get('start') > 0}> Index: xoops2jp/html/modules/base/templates/legacy_search_showall.html diff -u xoops2jp/html/modules/base/templates/legacy_search_showall.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_search_showall.html:1.1.2.3 --- xoops2jp/html/modules/base/templates/legacy_search_showall.html:1.1.2.2 Fri Sep 1 12:14:45 2006 +++ xoops2jp/html/modules/base/templates/legacy_search_showall.html Fri Sep 1 14:59:04 2006 @@ -2,15 +2,17 @@ <h4><{$searchResults.0.name}></h4> <!-- start results item loop --> + <ul style="list-style:none;margin-left:10px;"> <{foreach item=result from=$searchResults.0.results}> - <img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /> + <li><img src="<{$result.image}>" alt="<{$module.name}>" title="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /> <small> <{if $result.uid > 0}> <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|escape}>"><{$result.uid|xoops_user:uname}></a> <{/if}> (<{$result.time|xoops_formattimestamp:l}>) - </small> + </small><li /> <{/foreach}> + </ul> <!-- end results item loop --> <{if $actionForm->get('start') > 0}>