NobuNobu
nobun****@users*****
2006年 4月 2日 (日) 22:07:48 JST
Index: xoops2jp/html/modules/base/templates/legacy_install_modules.html diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_install_modules.html:1.1.2.1 --- /dev/null Sun Apr 2 22:07:48 2006 +++ xoops2jp/html/modules/base/templates/legacy_install_modules.html Sun Apr 2 22:07:48 2006 @@ -0,0 +1,70 @@ +<!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}></title> +<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> + +</head> +<body> + <table cellspacing="0"> + <tr id="header"> + <td style="width: 250px; background-color: #000080; vertical-align: middle; text-align:center; height:100px"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" width="200" alt="" /></a></td> + <td style="width: 100%; background-color: #000080; vertical-align: middle; text-align:center;"> </td> + </tr> + <tr> + <td style="height: 8px; border-bottom: 1px solid silver; background-color: #eeeeee;" colspan="2"> </td> + </tr> + </table> + + <table cellspacing="1" align="center" width="80%" border="0" cellpadding="10px;"> + <tr> + <td align="center"><div style="background-color: #ddffdf; color: #136C99; text-align: center; border-top: 1px solid #ddffdf; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;"><{$smarty.const._SYSTEM_MODULE_ERROR}></div></td> + </tr> + </table> + + <form action="<{$xoops_url}>/index.php" method="post"> + <table cellspacing="0" align="center" style="border: 1px solid silver; width: 380px;"> + <tr> + <th style="border: 1px solid silver;background-color: #c2cdd6; color: #FFFFFF; padding : 2px;"> </th> + <th style="border: 1px solid silver;background-color: #c2cdd6; color: #FFFFFF; padding : 2px;">Module</th> + <th colspan="2" style="border: 1px solid silver;background-color: #c2cdd6; color: #FFFFFF; padding : 2px;">Status</th> + </tr> +<{foreach item=module from=$uninstalled}> + <tr> + <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="hidden" name="uninstalled_modules[]" value="<{$module}>"/> </td> + <td style="border: 1px solid silver;width:150px; padding: 2px;"><b><{$module}></b></td> + <td colspan="2" style="border: 1px solid silver;width:200px; padding: 2px;"><{$smarty.const._SYS_MODULE_UNINSTALLED}></td> + </tr> +<{/foreach}> +<{foreach item=module from=$disabled}> + <tr> + <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="hidden" name="disabled_modules[]" value="<{$module}>"/> </td> + <td style="border: 1px solid silver;width:150px; padding: 2px;"><b><{$module}></b></td> + <td style="border: 1px solid silver;width:100px; padding: 2px;"><{$smarty.const._SYS_MODULE_DISABLED}></td> + <td style="border: 1px solid silver;width:100px; padding: 2px;"><a href="<{$xoops_url}>/index.php?cube_module_uninstall=<{$module}>"><{$smarty.const._UNINSTALL}></a></td> + </tr> +<{/foreach}> +<{foreach item=module from=$option}> + <tr> + <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="checkbox" name="option_modules[]" value="<{$module}>"/></td> + <td style="border: 1px solid silver;width:150px; padding: 2px;"><{$module}></td> + <td colspan="2" style="border: 1px solid silver;width:200px; padding: 2px;"><{$smarty.const._SYS_OPTION_MODULES}></td> + </tr> +<{/foreach}> + <tr><td colspan="4" style="text-align:center;padding: 2px;"> + <input type="hidden" name="cube_module_install" value="1"/> + <input type="submit" value="<{$smarty.const._INSTALL}>" /> + </td></tr> + </table> + </form> + + <table cellspacing="0" width="100%"> + <tr> + <td style="height:8px; border-bottom: 1px solid silver; border-top: 1px solid silver; background-color: #eeeeee;" colspan="2"> </td> + </tr> + </table> + + </body> +</html> \ No newline at end of file Index: xoops2jp/html/modules/base/templates/legacy_site_closed.html diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_site_closed.html:1.1.2.1 --- /dev/null Sun Apr 2 22:07:48 2006 +++ xoops2jp/html/modules/base/templates/legacy_site_closed.html Sun Apr 2 22:07:48 2006 @@ -0,0 +1,52 @@ +<!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}></title> +<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> + +</head> +<body> + <table cellspacing="0"> + <tr id="header"> + <td style="width: 250px; background-color: #000080; vertical-align: middle; text-align:center; height:100px"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" width="200" alt="" /></a></td> + <td style="width: 100%; background-color: #000080; vertical-align: middle; text-align:center;"> </td> + </tr> + <tr> + <td style="height: 8px; border-bottom: 1px solid silver; background-color: #eeeeee;" colspan="2"> </td> + </tr> + </table> + + <table cellspacing="1" align="center" width="80%" border="0" cellpadding="10px;"> + <tr> + <td align="center"><div style="background-color: #ddffdf; color: #136C99; text-align: center; border-top: 1px solid #ddffdf; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;"><{$lang_siteclosemsg}></div></td> + </tr> + </table> + + <form action="<{$xoops_url}>/user.php" method="post"> + <table cellspacing="0" align="center" style="border: 1px solid silver; width: 200px;"> + <tr> + <th style="background-color: #c2cdd6; color: #FFFFFF; padding : 2px; vertical-align : middle;" colspan="2"><{$lang_login}></th> + </tr> + <tr> + <td style="padding: 2px;"><{$lang_username}></td><td style="padding: 2px;"><input type="text" name="uname" size="12" value="" /></td> + </tr> + <tr> + <td style="padding: 2px;"><{$lang_password}></td><td style="padding: 2px;"><input type="password" name="pass" size="12" /></td> + </tr> + <tr> + <td style="padding: 2px;"> </td> + <td style="padding: 2px;"><input type="hidden" name="xoops_login" value="1" /><input type="submit" value="<{$lang_login}>" /></td> + </tr> + </table> + </form> + + <table cellspacing="0" width="100%"> + <tr> + <td style="height:8px; border-bottom: 1px solid silver; border-top: 1px solid silver; background-color: #eeeeee;" colspan="2"> </td> + </tr> + </table> + + </body> +</html> \ No newline at end of file Index: xoops2jp/html/modules/base/templates/legacy_uninstall_modules.html diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_uninstall_modules.html:1.1.2.1 --- /dev/null Sun Apr 2 22:07:48 2006 +++ xoops2jp/html/modules/base/templates/legacy_uninstall_modules.html Sun Apr 2 22:07:48 2006 @@ -0,0 +1,43 @@ +<!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}></title> +<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> + +</head> +<body> + <table cellspacing="0"> + <tr id="header"> + <td style="width: 250px; background-color: #000080; vertical-align: middle; text-align:center; height:100px"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.gif" width="200" alt="" /></a></td> + <td style="width: 100%; background-color: #000080; vertical-align: middle; text-align:center;"> </td> + </tr> + <tr> + <td style="height: 8px; border-bottom: 1px solid silver; background-color: #eeeeee;" colspan="2"> </td> + </tr> + </table> + + <table cellspacing="1" align="center" width="80%" border="0" cellpadding="10px;"> + <tr> + <td align="center"><div style="background-color: #ddffdf; color: #136C99; text-align: center; border-top: 1px solid #ddffdf; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;"><{$smarty.const._UNINSTALL_CONFIRM}></div></td> + </tr> + </table> + + <form action="<{$xoops_url}>/index.php" method="post"> + <table cellspacing="0" align="center" style="border: 1px solid silver; width: 380px;"> + <tr><td colspan="4" style="text-align:center;padding: 2px;"> + <input type="hidden" name="cube_module_uninstallok" value="<{$cube_module_uninstall}>"/> + <input type="submit" value="<{$smarty.const._UNINSTALL}>" /> + </td></tr> + </table> + </form> + + <table cellspacing="0" width="100%"> + <tr> + <td style="height:8px; border-bottom: 1px solid silver; border-top: 1px solid silver; background-color: #eeeeee;" colspan="2"> </td> + </tr> + </table> + + </body> +</html> \ No newline at end of file