Minahito
minah****@users*****
2006年 1月 17日 (火) 00:47:20 JST
Index: xoops2jp/html/themes/admin/admin_theme.html diff -u xoops2jp/html/themes/admin/admin_theme.html:1.1.2.6 xoops2jp/html/themes/admin/admin_theme.html:removed --- xoops2jp/html/themes/admin/admin_theme.html:1.1.2.6 Mon Dec 26 18:21:00 2005 +++ xoops2jp/html/themes/admin/admin_theme.html Tue Jan 17 00:47:20 2006 @@ -1,79 +0,0 @@ -<!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}>/themes/admin/style.css" /> -<script type="text/javascript"> -<!-- -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'; - 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'; - } -} -// --> -</script> -</head> -<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"><{$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"> -<form action="<{$xoops_url}>/modules/base/admin/index.php?action=actSearch" method="post" id="searchBox"> -<input type="text" size="40" name="keywords" /> -<input type="submit" value="Search" /> -</form> -<small>*You can search operation with keywords.*</small> -</td> -</tr> -</table> - -<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="186" height="1" alt="" /></div> -</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></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> Index: xoops2jp/html/themes/admin/style.css diff -u xoops2jp/html/themes/admin/style.css:1.1.2.3 xoops2jp/html/themes/admin/style.css:removed --- xoops2jp/html/themes/admin/style.css:1.1.2.3 Mon Dec 26 18:21:00 2005 +++ xoops2jp/html/themes/admin/style.css Tue Jan 17 00:47:20 2006 @@ -1,196 +0,0 @@ - -body { - background: #ffffff; - font-size: 12px; - font-family: Verdana, Arial, Helvetica, sans-serif; - margin: 0; - padding: 0; -} -h1, h2, h3, h4, h5 { - color: #47477f; - margin: 5px 0 12px; -} -h2 { - color: #666666; - background: url(images/h2bg.gif) repeat-x; - padding-left: 5px; -} -a { - color: #000000; - font-weight: normal; - text-decoration:none; -} -a:visited { - color: #000000; - font-weight: normal; -} -a:hover { - color: #B22222; -} - -img {border:0} - -ul { - margin: 2px; - padding: 2px; - list-style: square outside; -} - -li { - margin-left: 20px; - line-height: 130%; -} - -th { - color: #ffffff; - background: #999999; - text-align: center; - padding: 3px 4px; -} -input.formButton { - background: url(images/buttonbg.gif); - border-top: solid 1px #9a9caa; - border-left: solid 1px #9a9caa; - border-right: solid 1px #43445e; - border-bottom: solid 1px #43445e; -} - -#Table1 { - background: #000080; -} -#header { - color: #ffffff; - text-align: right; - vertical-align: middle; - width: 100%; - padding-top: 5px; -} -#header a:link, #header a:visited { - color: #ffffff; -} -#header2 { - color: #ffffff; - background: #00004f url(images/headersearchborder.gif) repeat-y left; - text-align: center; - vertical-align: middle; -} -#header2 input { - background: #778899; -} -#sidemenu { - background: #e6e6e6; - vertical-align: top; - padding: 2px 0 0 0; - margin: 0; -} -#sidemenu div.head { - background: url(images/menutitle_close.gif) no-repeat; - height: 15px; /* 25px */ - padding: 3px; -} -#sidemenu div.head2 { - background: url(images/menutitle_open.gif) no-repeat; - height: 15px; /* 25px */ - padding: 3px; -} -#sidemenu div.head a:link, #sidemenu div.head a:visited { - color: #000080; - font-weight: bold; -} -#sidemenu div.head2 a:link, #sidemenu div.head2 a:visited { - color: #9c0808; - font-weight: bold; -} -#sidemenu div.head a:hover, #sidemenu div.head2 a:hover { - color: #ffffff; -} -.side { - margin: 0 5px 10px 1px; - display: none; -} -.side li { - list-style: url(images/menulist.gif); -} -#nav { - margin-bottom: 3px; -} -#nav a:link, #nav a:visited { - color: #666666; - font-size: 8pt; - font-weight: normal; -} -#nav a:hover { - color: #800000; -} -#nav table { - width: auto; - border: none; - display: inline; -} -#nav td.center { - background: url(images/nav_bg.gif) repeat-x; - height: 18px; -} -#nav td.left { - background: url(images/nav_lcap.gif) no-repeat; - width: 5px; - height: 18px; -} -#nav td.right { - background: url(images/nav_rcap.gif) no-repeat; - width: 5px; - height: 18x; -} -#content { - background: #f5f5f5 url(images/menuborder.gif) repeat-y left; - margin: 0; - padding: 5px 5px 5px 12px; - border-right: solid 1px #efefef; -} -#content table { - width: 100%; - border: solid 1px #cccccc; -} -#contentBody { - background: #ffffff; - padding: 12px; -} - -#searchBox { - margin: 0; -} -#footer { - background: #cccccc; - font-size: 95%; - text-align: center; - padding: 3px 0; -} -.nw { - white-space: nowrap; -} -.head { - color: #000000; - background: #dddddd; - padding: 1px 4px; -} -.foot { - color: #000000; - background: #dddddd; - padding: 1px 4px; -} -.odd { - background: #e6e6e6; - padding: 1px 4px; -} -.even { - background: #f5f5f5; - padding: 1px 4px; -} -tr.odd td { - background: #e6e6e6; - padding: 1px 4px; -} -tr.even td { - background: #f5f5f5; - padding: 1px 4px; -}