mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1775 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6786339ffb
commit
0d8c99aba3
2 changed files with 30 additions and 38 deletions
|
|
@ -1,40 +1,31 @@
|
|||
<h3>{$lang->welcome_to_zeroboard_xe}</span></h3>
|
||||
<h3>{$lang->welcome_to_zeroboard_xe}</h3>
|
||||
|
||||
<!-- 사용자 링크 -->
|
||||
<h4>{$lang->zeroboard_xe_user_links}</h3>
|
||||
<table cellspacing="0" class="tableType1">
|
||||
<thead>
|
||||
<div>
|
||||
<ul>
|
||||
<!--@foreach($lang->xe_user_links as $key => $val)-->
|
||||
<li>{$key} : <a href="#" onclick="winopen('{$val}'); return false;">{$val}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
<!-- 개발자 링크 -->
|
||||
<div>
|
||||
<h3>{$lang->zeroboard_xe_developer_links}</h3>
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<!--@foreach($lang->xe_developer_links as $key => $val)-->
|
||||
<li>{$key} : <a href="#" onclick="winopen('{$val}'); return false;">{$val}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 주요 메뉴 바로 가기 -->
|
||||
<div>
|
||||
<h3>{$lang->zeroboard_xe_usefulness_module}</h3>
|
||||
<ul>
|
||||
<!--@foreach($lang->xe_usefulness_modules as $key => $val)-->
|
||||
<li>{$val} : <a href="#" onclick="location.href='{getUrl('','module','admin','act',$key)}';return false;">{$val}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 하단 라이센스 -->
|
||||
<div>
|
||||
<h4>{$lang->xe_license}</h4>
|
||||
</div>
|
||||
<!-- 개발자 링크 -->
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue