| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> |
|---|
| 3 | <head> |
|---|
| 4 | <link rel="alternate" type="application/rss+xml" title="RSS" href="<{$xoops_url}>/modules/rssj/rss.php" /> |
|---|
| 5 | <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> |
|---|
| 6 | <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> |
|---|
| 7 | <meta name="robots" content="<{$xoops_meta_robots}>" /> |
|---|
| 8 | <meta name="keywords" content="<{$xoops_meta_keywords}>" /> |
|---|
| 9 | <meta name="description" content="<{$xoops_meta_description}>" /> |
|---|
| 10 | <meta name="rating" content="<{$xoops_meta_rating}>" /> |
|---|
| 11 | <meta name="author" content="<{$xoops_meta_author}>" /> |
|---|
| 12 | <meta name="copyright" content="<{$xoops_meta_copyright}>" /> |
|---|
| 13 | <meta name="generator" content="XOOPS" /> |
|---|
| 14 | <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> |
|---|
| 15 | <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> |
|---|
| 16 | <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" /> |
|---|
| 17 | <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" /> |
|---|
| 18 | <!-- RMV: added module header --> |
|---|
| 19 | <{$xoops_module_header}> |
|---|
| 20 | <script type="text/javascript"> |
|---|
| 21 | <!-- |
|---|
| 22 | <{$xoops_js}> |
|---|
| 23 | //--> |
|---|
| 24 | </script> |
|---|
| 25 | </head> |
|---|
| 26 | <body> |
|---|
| 27 | <table cellspacing="0" width="780"> |
|---|
| 28 | <tr id="header"> |
|---|
| 29 | <td id="headerlogo"><a href="<{$xoops_url}>"><img src="<{$xoops_url}>/images/logo.jpg" width="236" height="68" alt="EC-CUBE" /></a></td> |
|---|
| 30 | <td><img src="<{$xoops_url}>/themes/default/img/copy.jpg" width="260" height="68" alt="ÆüËÜȯ¤Î¡ÖEC¥ª¡¼¥×¥ó¥½¡¼¥¹¡×³«È¯¥³¥ß¥å¥Ë¥Æ¥£¥µ¥¤¥È" /></td> |
|---|
| 31 | <td id="headerbanner"> |
|---|
| 32 | <table cellspacing="0"> |
|---|
| 33 | <{if $xoops_uname != "" }> |
|---|
| 34 | <tr> |
|---|
| 35 | <td style="color: #fff; text-align:right;"><img src="<{$xoops_url}>/images/arrow.gif" width="12" height="6" alt="" /> <strong>¤è¤¦¤³¤½¡ª<{$xoops_uname}> ÍÍ</strong></td> |
|---|
| 36 | </tr> |
|---|
| 37 | <{/if}> |
|---|
| 38 | <tr><td height="5"></td></tr> |
|---|
| 39 | <tr> |
|---|
| 40 | <form action="<{$xoops_url}>/search.php" method="get"> |
|---|
| 41 | <td> |
|---|
| 42 | <input type="text" name="query" size="20"> |
|---|
| 43 | <input type="hidden" name="action" value="results"> |
|---|
| 44 | <input type="submit" name="searchSubmit" value="¸¡º÷"> |
|---|
| 45 | </td> |
|---|
| 46 | </form> |
|---|
| 47 | </tr> |
|---|
| 48 | </table> |
|---|
| 49 | </td> |
|---|
| 50 | </tr> |
|---|
| 51 | <tr> |
|---|
| 52 | <td id="headerbar" colspan="3"><img src="<{$xoops_url}>/images/bar.jpg" width="780" height="12" alt="" /></td> |
|---|
| 53 | </tr> |
|---|
| 54 | </table> |
|---|
| 55 | |
|---|
| 56 | <table cellspacing="0" width="780"> |
|---|
| 57 | <tr> |
|---|
| 58 | <td id="leftcolumn"> |
|---|
| 59 | <!-- Start left blocks loop --> |
|---|
| 60 | <{foreach item=block from=$xoops_lblocks}> |
|---|
| 61 | <{include file="default/theme_blockleft.html"}> |
|---|
| 62 | <{/foreach}> |
|---|
| 63 | <!-- End left blocks loop --> |
|---|
| 64 | </td> |
|---|
| 65 | |
|---|
| 66 | <td id="centercolumn"> |
|---|
| 67 | |
|---|
| 68 | <!-- Display center blocks if any --> |
|---|
| 69 | |
|---|
| 70 | <{if $xoops_showcblock == 1}> |
|---|
| 71 | |
|---|
| 72 | <table cellspacing="0"> |
|---|
| 73 | <tr> |
|---|
| 74 | <td id="centerCcolumn" colspan="2"> |
|---|
| 75 | |
|---|
| 76 | <!-- Start center-center blocks loop --> |
|---|
| 77 | <{foreach item=block from=$xoops_ccblocks}> |
|---|
| 78 | <{include file="default/theme_blockcenter_c.html"}> |
|---|
| 79 | <{/foreach}> |
|---|
| 80 | <!-- End center-center blocks loop --> |
|---|
| 81 | |
|---|
| 82 | </td> |
|---|
| 83 | </tr> |
|---|
| 84 | <tr> |
|---|
| 85 | <td id="centerLcolumn"> |
|---|
| 86 | |
|---|
| 87 | <!-- Start center-left blocks loop --> |
|---|
| 88 | <{foreach item=block from=$xoops_clblocks}> |
|---|
| 89 | <{include file="default/theme_blockcenter_l.html"}> |
|---|
| 90 | <{/foreach}> |
|---|
| 91 | <!-- End center-left blocks loop --> |
|---|
| 92 | |
|---|
| 93 | </td><td id="centerRcolumn"> |
|---|
| 94 | |
|---|
| 95 | <!-- Start center-right blocks loop --> |
|---|
| 96 | <{foreach item=block from=$xoops_crblocks}> |
|---|
| 97 | <{include file="default/theme_blockcenter_r.html"}> |
|---|
| 98 | <{/foreach}> |
|---|
| 99 | <!-- End center-right blocks loop --> |
|---|
| 100 | |
|---|
| 101 | </td> |
|---|
| 102 | </tr> |
|---|
| 103 | </table> |
|---|
| 104 | |
|---|
| 105 | <{/if}> |
|---|
| 106 | <!-- End display center blocks --> |
|---|
| 107 | |
|---|
| 108 | <div id="content"> |
|---|
| 109 | <{$xoops_contents}> |
|---|
| 110 | </div> |
|---|
| 111 | </td> |
|---|
| 112 | |
|---|
| 113 | <{if $xoops_showrblock == 1}> |
|---|
| 114 | |
|---|
| 115 | <td id="rightcolumn"> |
|---|
| 116 | <!-- Start right blocks loop --> |
|---|
| 117 | <{foreach item=block from=$xoops_rblocks}> |
|---|
| 118 | <{include file="default/theme_blockright.html"}> |
|---|
| 119 | <{/foreach}> |
|---|
| 120 | <!-- End right blocks loop --> |
|---|
| 121 | </td> |
|---|
| 122 | |
|---|
| 123 | <{/if}> |
|---|
| 124 | |
|---|
| 125 | </tr> |
|---|
| 126 | </table> |
|---|
| 127 | <table border="0" cellspacing="0" cellpadding="0"style="width:100%;"> |
|---|
| 128 | <tr bgcolor="#3d3f4f"> |
|---|
| 129 | <td style="text-align: right; color: #fff; font-size: x-small; padding: 10px 15px;">Copyright© 2000-2006 LOCKON CO.,LTD. All Rights Reserved.</td> |
|---|
| 130 | </tr> |
|---|
| 131 | </table> |
|---|
| 132 | </body> |
|---|
| 133 | </html> |
|---|