[xoops-cvslog 1524] CVS update: xoops2jp/html/modules/base/admin/theme

Back to archive index

Minahito minah****@users*****
2005年 12月 30日 (金) 17:25:46 JST


Index: xoops2jp/html/modules/base/admin/theme/admin_theme.html
diff -u /dev/null xoops2jp/html/modules/base/admin/theme/admin_theme.html:1.1.2.1
--- /dev/null	Fri Dec 30 17:25:46 2005
+++ xoops2jp/html/modules/base/admin/theme/admin_theme.html	Fri Dec 30 17:25:46 2005
@@ -0,0 +1,79 @@
+<!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>
+<{stylesheet file=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 = '<{"design/navy.gif"|theme}>';
+	} else {
+		el.display = 'block';
+		xoopsGetElementById('t'+id).className = 'head2';
+		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">
+<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> | &nbsp;</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">&nbsp;</span><a href="<{if !$i.absolute}><{$xoops_url}>/modules/<{$currentModule->getVar('dirname')}>/<{/if}><{$i.link}>"><{$i.title}></a><span class="right">&nbsp;</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">&nbsp;</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">&nbsp;</td>
+</tr>
+</table>
+<{/foreach}>
+</div>
+<{/if}>-->
+<div id="contentBody"><{$xoops_contents}></div></td>
+</tr>
+</table>
+
+<div id="footer">Powered by&nbsp;<{$smarty.const.XOOPS_VERSION}>&copy; 2001-2005 <a href="http://www.xoopscube.org/" target="_blank">The XOOPS Cube Project</a></div></td>
+
+</body>
+</html>
Index: xoops2jp/html/modules/base/admin/theme/style.css
diff -u /dev/null xoops2jp/html/modules/base/admin/theme/style.css:1.1.2.1
--- /dev/null	Fri Dec 30 17:25:46 2005
+++ xoops2jp/html/modules/base/admin/theme/style.css	Fri Dec 30 17:25:46 2005
@@ -0,0 +1,212 @@
+
+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(<{"design/h2bg.gif"|theme}>) 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: #000080;
+	text-align: center;
+	padding: 3px 4px;
+}
+
+th a {
+	font-weight: bold;
+	color: #ffffff;
+}
+
+th a:visited {
+	font-weight: bold;
+	color: #ffffff;
+}
+
+th a:hover {
+	font-weight: bold;
+	color: #ff8c00;
+}
+
+input.formButton {
+	background: url(<{"design/buttonbg.gif"|theme}>);
+	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(<{"design/headersearchborder.gif"|theme}>) 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(<{"design/menutitle_close.gif"|theme}>) no-repeat;
+	height: 15px; /* 25px */
+	padding: 3px;
+}
+#sidemenu div.head2 {
+	background: url(<{"design/menutitle_open.gif"|theme}>) 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(<{"design/menulist.gif"|theme}>);
+}
+#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(<{"design/nav_bg.gif"|theme}>) repeat-x;
+	height: 18px;
+}
+#nav td.left {
+	background: url(<{"design/nav_lcap.gif"|theme}>) no-repeat;
+	width: 5px;
+	height: 18px;
+}
+#nav td.right {
+	background: url(<{"design/nav_rcap.gif"|theme}>) no-repeat;
+	width: 5px;
+	height: 18x;
+}
+#content {
+	background: #f5f5f5 url(<{"design/menuborder.gif"|theme}>) 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;
+}


xoops-cvslog メーリングリストの案内
Back to archive index