mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
User interface enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9866 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11c1d33a1c
commit
aefa6e25e3
7 changed files with 71 additions and 70 deletions
|
|
@ -1,15 +1,15 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<h2 class="h2">{$lang->page_management}</h2>
|
||||
<h1 class="h1">{$lang->page_management}</h1>
|
||||
|
||||
<p>{nl2br($lang->about_page)}</p>
|
||||
|
||||
<!--@if($module_info)-->
|
||||
<!--@if($module_info->mid)-->
|
||||
<h3 class="h3">
|
||||
<h2 class="h2">
|
||||
{$module_info->mid} <!--@if($module_info->is_default=='Y')-->({$lang->is_default})<!--@end-->
|
||||
|
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" target="_blank">View</a>
|
||||
</h3>
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}">View</a>
|
||||
</h2>
|
||||
<!--@end-->
|
||||
<div class="cnb">
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue