스프링노트 모듈에서 pageid 지정시 해당 페이지만 보기 또는 해당 페이지부터 보기 옵션 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3382 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-20 03:38:40 +00:00
parent 6d1e27a3c4
commit 1fee1ce68f
10 changed files with 56 additions and 3 deletions

View file

@ -10,6 +10,7 @@
<param name="openid" target="springnote_openid" />
<param name="userkey" target="springnote_userkey" />
<param name="pageid" target="springnote_pageid" />
<param name="pageid_option" target="springnote_pageid_option" />
<param name="domain" target="springnote_domain" />
<param name="springnote_name" target="mid" />
<param name="module_srl" target="module_srl" />

View file

@ -25,6 +25,10 @@
<th scope="row">{$lang->springnote_pageid}</th>
<td>{$module_info->pageid}&nbsp;</td>
</tr>
<tr>
<th scope="row">{$lang->springnote_pageid_setup}</th>
<td><!--@if($module_info->pageid_option!='list')-->{$lang->springnote_pageid_option_only}<!--@else-->{$lang->springnote_pageid_option_list}<!--@end--></td>
</tr>
<tr>
<th scope="row">{$lang->springnote_domain}</th>
<td>{$module_info->domain}&nbsp;</td>

View file

@ -65,6 +65,14 @@
<p>{$lang->about_springnote_pageid}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->springnote_pageid_setup}</th>
<td>
<p><input type="radio" name="springnote_pageid_option" value="only" <!--@if($module_info->pageid_option!='list')-->checked="checked"<!--@end--> id="springnote_pageid_option_only" /> <label for="springnote_pageid_option_only">{$lang->springnote_pageid_option_only}</label></p>
<p><input type="radio" name="springnote_pageid_option" value="list" <!--@if($module_info->pageid_option=='list')-->checked="checked"<!--@end--> id="springnote_pageid_option_list" /> <label for="springnote_pageid_option_list">{$lang->springnote_pageid_option_list}</label></p>
<p>{$lang->about_springnote_pageid_setup}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->springnote_domain}</th>
<td>