| 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 | <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> |
|---|
| 5 | <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> |
|---|
| 6 | <meta name="robots" content="<{$xoops_meta_robots}>" /> |
|---|
| 7 | <meta name="keywords" content="<{$xoops_meta_keywords}>" /> |
|---|
| 8 | <meta name="description" content="<{$xoops_meta_description}>" /> |
|---|
| 9 | <meta name="rating" content="<{$xoops_meta_rating}>" /> |
|---|
| 10 | <meta name="author" content="<{$xoops_meta_author}>" /> |
|---|
| 11 | <meta name="copyright" content="<{$xoops_meta_copyright}>" /> |
|---|
| 12 | <meta name="generator" content="XOOPS" /> |
|---|
| 13 | <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> |
|---|
| 14 | <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> |
|---|
| 15 | <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" /> |
|---|
| 16 | <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" /> |
|---|
| 17 | <!-- RMV: added module header --> |
|---|
| 18 | <{$xoops_module_header}> |
|---|
| 19 | <script type="text/javascript"> |
|---|
| 20 | <!-- |
|---|
| 21 | <{$xoops_js}> |
|---|
| 22 | //--> |
|---|
| 23 | </script> |
|---|
| 24 | </head> |
|---|
| 25 | <body> |
|---|
| 26 | <!-- Start Header --> |
|---|
| 27 | <table cellspacing="0" cellpadding="0" width="100%" border="0" style="background-color : #2F5376; color: #ffffff"> |
|---|
| 28 | <tr> |
|---|
| 29 | <td height="70" width="150" valign="middle" align="left" rowspan="2"> |
|---|
| 30 | <a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>logo.gif" alt="" /></a></td> |
|---|
| 31 | <td valign="middle" align="center" width="100%"> |
|---|
| 32 | <{$xoops_banner}> |
|---|
| 33 | </td></tr><tr> |
|---|
| 34 | <td width="100%" valign="bottom" align="right" class="navbar" > |
|---|
| 35 | <table border="0" cellpadding="1" cellspacing="0"> |
|---|
| 36 | <tr> |
|---|
| 37 | <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="<{$xoops_url}>">Home</a></td> |
|---|
| 38 | <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://xoopscube.org/modules/xhnewbb/">XOOPS Cube Forums</a></td> |
|---|
| 39 | <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://xoopscube.org/">XOOPS Cube Support</a></td> |
|---|
| 40 | </tr> |
|---|
| 41 | </table> |
|---|
| 42 | </td> |
|---|
| 43 | </tr> |
|---|
| 44 | </table> |
|---|
| 45 | <!-- End Header --> |
|---|
| 46 | <!-- Start Headerbar --> |
|---|
| 47 | <table border="0" width="100%" cellspacing="0" cellpadding="0"> |
|---|
| 48 | <tr> |
|---|
| 49 | <td width="10"><img src="<{$xoops_imageurl}>hbar_left.gif" width="10" height="23" alt="" /></td> |
|---|
| 50 | <td style="background-image: url(<{$xoops_imageurl}>hbar_middle.gif);" align="left"> </td> |
|---|
| 51 | <td width="15%" style="background-image: url(<{$xoops_imageurl}>hbar_middle.gif);" align="right"> |
|---|
| 52 | <form action="<{$xoops_url}>/search.php" method="post"> |
|---|
| 53 | <input type="text" name="query" class="navinput" /><input type="hidden" name="action" value="results" /> <input class="navinputImage" type="image" src="<{$xoops_imageurl}>searchButton.gif" name="searchSubmit" /> |
|---|
| 54 | </form></td> |
|---|
| 55 | <td width="10"><img src="<{$xoops_imageurl}>hbar_right.gif" width="10" height="23" alt="" /></td> |
|---|
| 56 | </tr> |
|---|
| 57 | </table> |
|---|
| 58 | <!-- End Headerbar --> |
|---|
| 59 | |
|---|
| 60 | <table width="100%" cellspacing="0" cellpadding="0" border="0"> |
|---|
| 61 | <tr> |
|---|
| 62 | <td class="leftcolumn" valign="top" style="background-image: url(<{$xoops_imageurl}>bg_left.gif);"><div class="leftcolumn"> |
|---|
| 63 | <!-- Start left blocks loop --> |
|---|
| 64 | <{foreach item=block from=$xoops_lblocks}> |
|---|
| 65 | <{include file="x2t/theme_blockleft.html"}> |
|---|
| 66 | <{/foreach}> |
|---|
| 67 | <!-- End left blocks loop --> |
|---|
| 68 | </div></td> |
|---|
| 69 | <td width="100%" valign="top" class="contentbox"> |
|---|
| 70 | |
|---|
| 71 | <!-- Display center blocks if any --> |
|---|
| 72 | <{if $xoops_showcblock == 1}> |
|---|
| 73 | <br /> |
|---|
| 74 | <table width="98%" border="0" cellpadding="0" cellspacing="0" align="center"> |
|---|
| 75 | <tr> |
|---|
| 76 | <td class="bcenterleft"> </td> |
|---|
| 77 | <td class="bcenterbg"> </td> |
|---|
| 78 | <td class="bcenterright"> </td> |
|---|
| 79 | </tr> |
|---|
| 80 | </table> |
|---|
| 81 | |
|---|
| 82 | <table width="98%" cellpadding="3" cellspacing="0" align="center" style="border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;border-bottom: #cccccc 1px solid;"> |
|---|
| 83 | |
|---|
| 84 | <tr> |
|---|
| 85 | <td class="centerLcolumn" valign="top"> |
|---|
| 86 | <div class="centerLcolumn"> |
|---|
| 87 | <!-- Start center-left blocks loop --> |
|---|
| 88 | <{foreach item=block from=$xoops_clblocks}> |
|---|
| 89 | <{include file="x2t/theme_blockcenter_l.html"}> |
|---|
| 90 | <br /> |
|---|
| 91 | <{/foreach}> |
|---|
| 92 | <!-- End center-left blocks loop --> |
|---|
| 93 | </div> |
|---|
| 94 | </td> |
|---|
| 95 | <td class="centerRcolumn" valign="top"> |
|---|
| 96 | <div class="centerRcolumn"> |
|---|
| 97 | <!-- Start center-right blocks loop --> |
|---|
| 98 | <{foreach item=block from=$xoops_crblocks}> |
|---|
| 99 | <{include file="x2t/theme_blockcenter_r.html"}> |
|---|
| 100 | <br /> |
|---|
| 101 | <{/foreach}> |
|---|
| 102 | <!-- End center-right blocks loop --> |
|---|
| 103 | </div> |
|---|
| 104 | </td> |
|---|
| 105 | </tr> |
|---|
| 106 | </table> |
|---|
| 107 | <{/if}> |
|---|
| 108 | <!-- End display center blocks --> |
|---|
| 109 | |
|---|
| 110 | |
|---|
| 111 | <br /> |
|---|
| 112 | <div class="content"> |
|---|
| 113 | <{$xoops_contents}> |
|---|
| 114 | </div> |
|---|
| 115 | <br /> |
|---|
| 116 | <table width="98%" cellpadding="3" cellspacing="0" align="center"> |
|---|
| 117 | <tr> |
|---|
| 118 | <td class="centercolumn" valign="top" colspan="2"> |
|---|
| 119 | <div class="centercolumn"> |
|---|
| 120 | <!-- Start center-center blocks loop --> |
|---|
| 121 | <{foreach item=block from=$xoops_ccblocks}> |
|---|
| 122 | <{include file="x2t/theme_blockcenter_c.html"}> |
|---|
| 123 | <br /> |
|---|
| 124 | <{/foreach}> |
|---|
| 125 | <!-- End center-center blocks loop --> |
|---|
| 126 | </div> |
|---|
| 127 | </td></tr> |
|---|
| 128 | </table> |
|---|
| 129 | </td> |
|---|
| 130 | <{if $xoops_showrblock == 1}> |
|---|
| 131 | <td class="rightcolumn" valign="top" align="right" style="background-image: url(<{$xoops_imageurl}>bg_right.gif);"><div class="rightcolumn"> |
|---|
| 132 | <!-- Start right blocks loop --> |
|---|
| 133 | <{foreach item=block from=$xoops_rblocks}> |
|---|
| 134 | <{include file="x2t/theme_blockright.html"}> |
|---|
| 135 | <{/foreach}> |
|---|
| 136 | <!-- End right blocks loop --> |
|---|
| 137 | </div> |
|---|
| 138 | </td> |
|---|
| 139 | <{else}> |
|---|
| 140 | <td width="10" style="background-image: url(<{$xoops_imageurl}>bg_right2.gif);"><img src="<{$xoops_imageurl}>dummy.gif" width="10" height="10" alt="" /></td> |
|---|
| 141 | <{/if}> |
|---|
| 142 | </tr> |
|---|
| 143 | <tr> |
|---|
| 144 | <td colspan="3" width="100%"> |
|---|
| 145 | |
|---|
| 146 | <table border="0" width="100%" cellspacing="0" cellpadding="0"> |
|---|
| 147 | <tr> |
|---|
| 148 | <td width="10"><img src="<{$xoops_imageurl}>hbar_left.gif" width="10" height="23" alt="" /></td> |
|---|
| 149 | <td style="background-image: url(<{$xoops_imageurl}>hbar_middle.gif);" align="center"> <span class="copyright"><{$xoops_footer}></span></td> |
|---|
| 150 | <td width="10"><img src="<{$xoops_imageurl}>hbar_right.gif" width="10" height="23" alt="" /></td></tr> |
|---|
| 151 | </table> |
|---|
| 152 | </td></tr></table> |
|---|
| 153 | </body> |
|---|
| 154 | </html> |
|---|