mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
admin index document/comment escape tag
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9400 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c8e2cffeb
commit
edf5d00b6f
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<!--@foreach($latestDocumentList AS $key=>$value)-->
|
||||
{@$document = $value->variables}
|
||||
<li>
|
||||
<a href="{getUrl('', 'document_srl', $document['document_srl'])}" target="_blank">{$document['title']}</a> <span class="side">{$document['nick_name']}</span>
|
||||
<a href="{getUrl('', 'document_srl', $document['document_srl'])}" target="_blank">{$value->getTitle()}</a> <span class="side">{$document['nick_name']}</span>
|
||||
<span class="action">
|
||||
<form>
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
<ul class="lined">
|
||||
<!--@foreach($latestCommentList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="{getUrl('', 'document_srl', $value->document_srl)}#comment_{$value->comment_srl}" target="_blank"><!--@if(trim($value->content))-->{$value->content}<!--@else--><strong>{$lang->no_text_comment}</strong><!--@end--></a> <span class="side">{$value->nick_name}</span>
|
||||
<a href="{getUrl('', 'document_srl', $value->document_srl)}#comment_{$value->comment_srl}" target="_blank"><!--@if(trim($value->content))-->{$value->getSummray()}<!--@else--><strong>{$lang->no_text_comment}</strong><!--@end--></a> <span class="side">{$value->nick_name}</span>
|
||||
<span class="action">
|
||||
<form>
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue