git-svn-id: http://xe-core.googlecode.com/svn/trunk@1775 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 09:52:06 +00:00
parent 6786339ffb
commit 0d8c99aba3
2 changed files with 30 additions and 38 deletions

View file

@ -209,3 +209,4 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
.title { font-size:1.5em; font-weight:bold; margin-top:2em; margin-bottom:.5em; color:#666666; }
.desc { font-size:1em; margin-bottom:.5em; color:#ADADAD;}

View file

@ -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>