Tom Hayakawa
tom_g3x****@users*****
2006年 9月 2日 (土) 23:11:46 JST
Index: xoops2jp/html/modules/base/admin/theme/admin_theme.html diff -u xoops2jp/html/modules/base/admin/theme/admin_theme.html:1.1.2.9 xoops2jp/html/modules/base/admin/theme/admin_theme.html:1.1.2.10 --- xoops2jp/html/modules/base/admin/theme/admin_theme.html:1.1.2.9 Thu Aug 24 19:34:38 2006 +++ xoops2jp/html/modules/base/admin/theme/admin_theme.html Sat Sep 2 23:11:46 2006 @@ -3,14 +3,15 @@ <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> -<meta http-equiv='content-script-type' content='text/javascript' /> -<meta http-equiv='content-style-type' content='text/css' /> +<meta http-equiv="content-script-type" content="text/javascript" /> +<meta http-equiv="content-style-type" content="text/css" /> <title><{$xoops_sitename}> : <{$smarty.const._CPHOME}></title> <script type="text/javascript" src="<{$xoops_url}>/include/xoops.js"></script> <{stylesheet file=style.css}> <{stylesheet file=module.css}> + <script type="text/javascript"> -<!-- +<!-- <![CDATA[ var cid = <{if $smarty.get.fct == preferences && $smarty.get.mod > 0}><{$smarty.get.mod}><{else}><{$currentModule->getVar('mid')}><{/if}>; function ccToggle(id) { @@ -25,62 +26,70 @@ xoopsGetElementById('i'+id).src = '<{"design/orange.gif"|theme}>'; } } -// --> +// ]]> --> </script> </head> <body onload="ccToggle(cid);"> -<table border="0" width="100%" cellspacing="0" cellpadding="0" ID="Table1"> +<div id="container"> + +<table cellspacing="0" id="header"> <tr> -<td rowspan="2"><a href="http://xoopscube.org/" target="_blank"><img src="<{"design/logo.gif"|theme}>" alt="XOOPS Site" /></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> +<td class="logo"> + <a href="<{$xoops_url}>/admin.php"><img src="<{"design/logo.gif"|theme}>" alt="Admin Home" /></a> +</td> +<td class="searchbar"> + <{* <{$xoops_lblocks.action_search.content}> *}> + <form action="<{$xoops_url}>/modules/base/admin/index.php?action=actSearch" method="post" class="searchBox"> + <input type="text" size="40" name="keywords" /> + <input type="submit" value="Search" /> + </form> +</td> </tr> <tr> -<td id="header2"> -<form action="<{$xoops_url}>/modules/base/admin/index.php" method="get" id="searchBox"> -<input type="hidden" name="action" value="actSearch" /> -<input type="text" size="40" name="keywords" /> -<input type="submit" value="Search" /> -</form> -<small>*You can search operation with keywords.*</small> +<td class="topnav" colspan="2"> +<img src="<{"design/menulist.gif"|theme}>" alt="" /> <a href="<{$xoops_url}>/admin.php"><{$smarty.const._CPHOME}></a> +<img src="<{"design/menulist.gif"|theme}>" alt="" /> <a href="<{$xoops_url}>/"><{$smarty.const._YOURHOME}></a> +<img src="<{"design/menulist.gif"|theme}>" alt="" /> <a href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._LOGOUT}></a> </td> </tr> </table> -<table border="0" cellpadding="0" cellspacing="0" width="100%" ID="Table3"> +<table cellspacing="0"> <tr> -<td id="sidemenu"> -<{foreach name=lblock item=block from=$xoops_lblocks}><{if $block.name != 'action_search'}> -<div><{$block.content}></div> -<{/if}><{/foreach}> -<div><img src="<{$xoops_upload_url}>/blank.gif" width="186" height="1" alt="" /></div> +<td id="leftcolumn"> + <{$xoops_lblocks.sidemenu.content}> + + <{foreach name=lblock item=block from=$xoops_lblocks}> + <{if $block.name != 'action_search' && $block.name != 'sidemenu'}> + <{$block.content}> + <{/if}> + <{/foreach}> </td> -<td align="left" valign="top" width="100%" id="content"> -<h2><{$currentModule->getVar('name')}></h2> -<!--<{if $currentModule->adminmenu}> -<div id="nav"> -<{* <{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}>--> -<div id="contentBody"><{$xoops_contents}></div> -<div class="return_top"><a href="#Table1"><{$smarty.const._RETURN_TOP}></a></div> +<td id="centercolumn"> + +<{* option + <div id="menunavi"> + <h2><{$currentModule->getVar('name')}></h2> + <{if $currentModule->adminmenu}> + <ul class="submenunavi"> + <{foreach item=menu from=$currentModule->adminmenu}> + <li><a href="<{$xoops_url}>/modules/<{$currentModule->getVar('dirname')}>/<{$menu.link}>"><{$menu.title}></a></li> + <{/foreach}> + </ul> + <{/if}> + </div> + /option *}> + + <div id="contentBody"><{$xoops_contents}></div> + <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div> + </td> </tr> </table> -<div id="footer">Powered by <{$smarty.const.XOOPS_VERSION}>© 2001-2006 <a href="http://www.xoopscube.org/" target="_blank">The XOOPS Cube Project</a></div> +<div id="footer">Powered by <{$smarty.const.XOOPS_VERSION}>© 2001-2005 <a href="http://www.xoopscube.org/" target="_blank">The XOOPS Cube Project</a></div> +</div> </body> </html> <{$stdout_buffer}> \ No newline at end of file