mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
springnote모듈에서 다른 springnote의 도메인을 설정하여 보여줄 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3312 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5b8654de30
commit
6e44fda337
9 changed files with 25 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<param name="openid" target="springnote_openid" />
|
||||
<param name="userkey" target="springnote_userkey" />
|
||||
<param name="pageid" target="springnote_pageid" />
|
||||
<param name="domain" target="springnote_domain" />
|
||||
<param name="springnote_name" target="mid" />
|
||||
<param name="module_srl" target="module_srl" />
|
||||
<param name="module_category_srl" target="module_category_srl" />
|
||||
|
|
|
|||
|
|
@ -25,6 +25,10 @@
|
|||
<th scope="row">{$lang->springnote_pageid}</th>
|
||||
<td>{$module_info->pageid} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->springnote_domain}</th>
|
||||
<td>{$module_info->domain} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->layout}</th>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -65,6 +65,13 @@
|
|||
<p>{$lang->about_springnote_pageid}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->springnote_domain}</th>
|
||||
<td>
|
||||
<input type="text" name="springnote_domain" value="{htmlspecialchars($module_info->domain)}" class="inputTypeText w300" />
|
||||
<p>{$lang->about_springnote_domain}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">{$lang->browser_title}</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue