Minahito
minah****@users*****
2005年 12月 24日 (土) 22:12:57 JST
Index: xoops2jp/html/themes/admin/admin_theme.html diff -u xoops2jp/html/themes/admin/admin_theme.html:1.1.2.4 xoops2jp/html/themes/admin/admin_theme.html:1.1.2.5 --- xoops2jp/html/themes/admin/admin_theme.html:1.1.2.4 Fri Nov 25 00:50:57 2005 +++ xoops2jp/html/themes/admin/admin_theme.html Sat Dec 24 22:12:56 2005 @@ -15,9 +15,11 @@ if (el.display == 'block') { el.display = 'none'; xoopsGetElementById('t'+id).className = 'head'; + xoopsGetElementById('i'+id).src = '<{$xoops_url}>/themes/admin/images/navy.gif'; } else { el.display = 'block'; xoopsGetElementById('t'+id).className = 'head2'; + xoopsGetElementById('i'+id).src = '<{$xoops_url}>/themes/admin/images/orange.gif'; } } // --> @@ -27,16 +29,19 @@ <table border="0" width="100%" cellspacing="0" cellpadding="0" ID="Table1"> <tr> <td rowspan="2"><a href="http://xoopscube.org/" target="_blank"><img src="<{$xoops_url}>/themes/admin/images/logo.gif" alt="XOOPS Site" /></a></td> -<td id="header"><a href="<{$xoops_url}>/admin.php"><img src="<{$xoops_url}>/themes/admin/images/acp.gif" alt="<{$smarty.const._CPHOME}>" /></a> -<a href="<{$xoops_url}>/user.php?op=logout"><img src="<{$xoops_url}>/themes/admin/images/logout.gif" alt="<{$smarty.const._LOGOUT}>" /></a> -<a href="<{$xoops_url}>/"><img src="<{$xoops_url}>/themes/admin/images/home.gif" alt="<{$smarty.const._YOURHOME}>" /></a> </td> +<td id="header"> +| <a href="<{$xoops_url}>/admin.php"><{$smarty.const._CPHOME}></a> +| <a href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._LOGOUT}></a> +| <a href="<{$xoops_url}>/"><{$smarty.const._YOURHOME}></a> | </td> </tr> <tr> -<td id="header2">AdminActionSearch: +<td id="header2"> <form action="<{$xoops_url}>/modules/base/admin/index.php?action=actSearch" method="post" id="searchBox"> -<input type="text" name="keywords" /> +<input type="text" size="40" name="keywords" /> <input type="submit" value="Search" /> -</form></td> +</form><br /> +<small>*You can search operation with keywords.*</small> +</td> </tr> </table> @@ -46,16 +51,25 @@ <{foreach name=lblock item=block from=$xoops_lblocks}><{if !$smarty.foreach.lblock.first}> <div><{$block.content}></div> <{/if}><{/foreach}> -<div><img src="<{$xoops_upload_url}>/blank.gif" width="200" height="1" alt="" /></div> +<div><img src="<{$xoops_upload_url}>/blank.gif" width="185" height="1" alt="" /></div> </td> <td align="left" valign="top" width="100%" id="content"> -<h3><img src="<{$xoops_url}>/themes/admin/images/module_title.gif" align="left" alt="" /> <{$currentModule->getVar('name')}></h3> +<h2><{$currentModule->getVar('name')}></h2> <{if $currentModule->adminmenu}> <div id="nav"> -<{foreach item=i from=$currentModule->adminmenu}><a href="<{if !$i.absolute}><{$xoops_url}>/modules/<{$currentModule->getVar('dirname')}>/<{/if}><{$i.link}>"><{$i.title}></a><{/foreach}> -</div><br /> +<{* <{foreach item=i from=$currentModule->adminmenu}><span class="left"> </span><a href="<{if !$i.absolute}><{$xoops_url}>/modules/<{$currentModule->getVar('dirname')}>/<{/if}><{$i.link}>"><{$i.title}></a><span class="right"> </span><{/foreach}> *}> +<{foreach item=i from=$currentModule->adminmenu}> +<table cellpadding="0" cellspacing="0" style="width: auto; border-width: 0; display: inline;"> +<tr> +<td class="left"> </td> +<td class="center"><a href="<{if !$i.absolute}><{$xoops_url}>/modules/<{$currentModule->getVar('dirname')}>/<{/if}><{$i.link}>"><{$i.title}></a></td> +<td class="right"> </td> +</tr> +</table> +<{/foreach}> +</div> <{/if}> -<{$xoops_contents}></td> +<div id="contentBody"><{$xoops_contents}></div></td> </tr> </table>