rhymix/modules/admin/tpl/index.html

32 lines
994 B
HTML

<h3>{$lang->welcome_to_zeroboard_xe}</h3>
<div class="infoText">{nl2br($lang->about_admin_page)}</div>
<!-- 사용자 링크 -->
<table cellspacing="0" class="tableType3">
<col width="150" />
<col />
<tr>
<th colspan="2">{$lang->zeroboard_xe_user_links}</th>
</tr>
<!--@foreach($lang->xe_user_links as $key => $val)-->
<tr>
<th scope="col">{$key}</th>
<td class="left blue"><a href="#" onclick="winopen('{$val}'); return false;">{$val}</a></td>
</tr>
<!--@end-->
</table>
<!-- 개발자 링크 -->
<table cellspacing="0" class="tableType3 gap1">
<col width="150" />
<col />
<tr>
<th colspan="2">{$lang->zeroboard_xe_developer_links}</th>
</tr>
<!--@foreach($lang->xe_developer_links as $key => $val)-->
<tr>
<th scope="col">{$key}</th>
<td class="left blue"><a href="#" onclick="winopen('{$val}'); return false;">{$val}</a></td>
</tr>
<!--@end-->
</table>