Minahito
minah****@users*****
2005年 11月 25日 (金) 00:50:57 JST
Index: xoops2jp/html/themes/admin/admin_theme.html diff -u xoops2jp/html/themes/admin/admin_theme.html:1.1.2.3 xoops2jp/html/themes/admin/admin_theme.html:1.1.2.4 --- xoops2jp/html/themes/admin/admin_theme.html:1.1.2.3 Wed Nov 16 01:24:17 2005 +++ xoops2jp/html/themes/admin/admin_theme.html Fri Nov 25 00:50:57 2005 @@ -1,84 +1,65 @@ -<!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> +<!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> <title><{$xoops_sitename}> : <{$smarty.const._CPHOME}></title> <script type="text/javascript" src="<{$xoops_url}>/include/xoops.js"></script> -<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> -<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/modules/system/style.css" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/themes/admin/style.css" /> -<script type='text/javascript'> +<script type="text/javascript"> <!-- -var thresholdY = 15; // in pixels; threshold for vertical repositioning of a layer -var ordinata_margin = 20; // to start the layer a bit above the mouse vertical coordinate +var cid = <{if $smarty.get.fct == preferences && $smarty.get.mod > 0}><{$smarty.get.mod}><{else}><{$currentModule->getVar('mid')}><{/if}>; +function ccToggle(id) +{ + el = xoopsGetElementById('c'+id).style; + if (el.display == 'block') { + el.display = 'none'; + xoopsGetElementById('t'+id).className = 'head'; + } else { + el.display = 'block'; + xoopsGetElementById('t'+id).className = 'head2'; + } +} // --> </script> - </head> -<body> -<table border='0' width='100%' cellspacing='0' cellpadding='0' ID="Table1"> - <tr> - <td bgcolor='#2F5376'><a href='http://www.xoops.org/' target='_blank'><img src='<{$xoops_url}>/modules/system/images/logo.gif' alt='XOOPS Site' /></a></td> - <td align='right' bgcolor='#2F5376' colspan='2'><img src='<{$xoops_url}>/modules/system/images/xoops2.gif' alt='' /></td> - </tr> - <tr> - <td align='left' colspan='3' class='bg5'> - <table border='0' width='100%' cellspacing='0' cellpadding='0' ID="Table2"> - <tr> - <td width='1%'><img src='<{$xoops_url}>/modules/system/images/hbar_left.gif' width='10' height='23'></td> - <td background='<{$xoops_url}>/modules/system/images/hbar_middle.gif'> - <a href='<{$xoops_url}>/admin.php'><{$smarty.const._CPHOME}></a></td> - <td background='<{$xoops_url}>/modules/system/images/hbar_middle.gif' align='right'> - <a href='<{$xoops_url}>/user.php?op=logout'><{$smarty.const._LOGOUT}></a> | <a href='<{$xoops_url}>/'><{$smarty.const._YOURHOME}></a> </td> - <td width='1%'><img src='<{$xoops_url}>/modules/system/images/hbar_right.gif' width='10' height='23'></td> - </tr> - </table> - </td> - </tr> +<body onload="ccToggle(cid);"> +<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> +</tr> +<tr> +<td id="header2">AdminActionSearch: +<form action="<{$xoops_url}>/modules/base/admin/index.php?action=actSearch" method="post" id="searchBox"> +<input type="text" name="keywords" /> +<input type="submit" value="Search" /> +</form></td> +</tr> </table> -<table border='0' cellpadding='0' cellspacing='0' width='100%' ID="Table3"> - <tr> - <td width='2%' valign='top' class='bg5' background='<{$xoops_url}>/modules/system/images/bg_menu.gif' align='center'></td> - <td width='15%' valign='top' class='bg5' align='center'> - <img src='<{$xoops_url}>/modules/system/images/menu.gif'><br /> - <table border='0' cellpadding='4' cellspacing='0' width='100%' ID="Table4"> - <tr> - <td align="left"> - <{foreach item=block from=$xoops_lblocks}> - <div class="title"><{$block.title}>:</div> - <div class="content"><{$block.content}></div> - <{/foreach}> - </td> - </tr> - <tr> - <td align='center'> - <!--- ICONS ----> - </td> - </tr> - <tr> - <td align='center'> - <!--- ICONS ----> - </td> - </tr> - </table> - <br /> - </td> - <td align='left' valign='top' width='82%'><{$xoops_contents}></td> - <td width='1%' background='<{$xoops_url}>/modules/system/images/bg_content.gif'></td> - </tr> - <tr> - <td align='center' colspan='4' class='bg5' height='15'> - <table border='0' width='100%' cellspacing='0' cellpadding='0' ID="Table5"> - <tr> - <td width='1%'><img src='<{$xoops_url}>/modules/system/images/hbar_left.gif' width='10' height='23'></td> - <td width='98%' background='<{$xoops_url}>/modules/system/images/hbar_middle.gif' align='center'> - <div class='fontSmall'>Powered by <{$smarty.const.XOOPS_VERSION}>© 2001-2005 <a href='http://www.xoopscube.org/' target='_blank'>The XOOPS Cube Project</a></div></td> - <td width='1%'><img src='<{$xoops_url}>/modules/system/images/hbar_right.gif' width='10' height='23'></td> - </tr> - </table> - </td> - </tr> +<table border="0" cellpadding="0" cellspacing="0" width="100%" ID="Table3"> +<tr> +<td id="sidemenu"> +<{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> +</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> +<{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 /> +<{/if}> +<{$xoops_contents}></td> +</tr> </table> + +<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></td> + </body> </html>