- Timestamp:
- 2007/01/22 14:08:54 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/templates/roadmap/index.html
r1298 r1299 119 119 </tr> 120 120 <tr><td height="50"></td></tr> 121 </table>121 122 122 <tr> 123 123 <td bgcolor="#eeeeee"><img src="/themes/default/img/main/subtitle_icon.gif" width="28" height="24" alt="" style="vertical-align: middle;"><span class="fs18"><strong>º£¸å¤Î¼ç¤Êºî¶È¹àÌÜ</strong></span>¡¡<span style="font-size: x-small;">¡ÊºÇ½ª¹¹¿·Æü¡§2006ǯ11·î19Æü¡Ë</span></td> 124 124 </tr> 125 126 <table border="0" cellspacing="0" cellpadding="0">127 <tr bgcolor="#2b8200">128 <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td>129 <td style="width:100%;"></td>130 <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td>131 </tr>132 125 <tr> 133 <td bgcolor="#2b8200" colspan="3"> 134 <table border="0" cellspacing="0" cellpadding="0"> 126 <td> 127 128 <!-- start forum main table --> 129 <form action="viewforum.php" method="get"> 130 <input type="hidden" name="mode" value=""> 131 <input type="hidden" name="topic_id" value=""> 132 133 <table class="outer" cellspacing="1"> 134 <tr class="head" align="center" > 135 <td> <b><font color="white"><{$lang_topic}></font></b></td> 136 <td width="7%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_response}></font></b></td> 137 <td width="15%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_date}></font></b></td> 138 </tr> 139 <!-- start forum topic --> 140 <{foreach item=topic from=$topics}> 141 <tr class="<{cycle values="even,odd"}>"> 142 <td> [<{$topic.topic_fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a></td> 143 <td align="center" valign="middle"> 144 <{ $arrResponse[$topic.topic_response]|default:'???' }> 145 <{if $arrResponse[$topic.topic_response] != ""}><br> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}> 146 </td> 147 <td align="right" valign="middle"><{$topic.topic_time}></td> 148 </tr> 149 <{/foreach}> 150 <!-- end forum topic --> 151 </table> 152 </form> 153 <!-- end forum main table --> 154 155 <table align="center" border="0" width="100%"> 156 <tr><td height="10"></td></tr> 135 157 <tr> 136 <td class="blockIcon"><div class="blockTitle"><{$forum_name}></div></td> 158 <td align="center"><{$forum_pagenav}></td> 159 </tr> 160 <tr><td height="10"></td></tr> 161 </table> 162 163 <table align="center" border="0" width="100%" class="btnarea"> 164 <tr> 165 <td align="center"><{$forum_jumpbox}></td> 137 166 </tr> 138 167 </table> 139 </td> 140 </tr> 141 <tr bgcolor="#2b8200"> 142 <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td> 143 <td></td> 144 <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td> 145 </tr> 146 <tr><td height="10"></td></tr> 147 </table> 148 149 <!-- start forum main table --> 150 <form action="viewforum.php" method="get"> 151 <input type="hidden" name="mode" value=""> 152 <input type="hidden" name="topic_id" value=""> 153 <input type="hidden" name="start" value="<{$smarty.get.start}>"> 154 155 <table class="outer" cellspacing="1"> 156 <tr class="head" align="center" > 157 <td> <b><font color="white"><{$lang_topic}></font></b></td> 158 <td width="7%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_response}></font></b></td> 159 <td width="15%" align="center" nowrap="nowrap"><b><font color="white"><{$lang_date}></font></b></td> 160 </tr> 161 <!-- start forum topic --> 162 <{foreach item=topic from=$topics}> 163 <tr class="<{cycle values="even,odd"}>"> 164 <td> [<{$topic.topic_fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a></td> 165 <td align="center" valign="middle"> 166 <{ $arrResponse[$topic.topic_response]|default:'???' }> 167 <{if $arrResponse[$topic.topic_response] != ""}><br> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}> 168 </td> 169 <td align="right" valign="middle"><{$topic.topic_time}></td> 170 </tr> 171 <{/foreach}> 172 <!-- end forum topic --> 173 </table> 174 </form> 175 <!-- end forum main table --> 176 177 <table align="center" border="0" width="100%"> 178 <tr><td height="10"></td></tr> 179 <tr> 180 <td align="center"><{$forum_pagenav}></td> 181 </tr> 182 <tr><td height="10"></td></tr> 183 </table> 184 185 <table align="center" border="0" width="100%" class="btnarea"> 186 <tr> 187 <td align="center"><{$forum_jumpbox}></td> 188 </tr> 189 </table> 190 168 </td> 169 </tr> 191 170 <br/> 192 171 <!-- end module contents -->
Note: See TracChangeset
for help on using the changeset viewer.
