{$control->block->printRegion($layouts, 'all', 'banner', true)}
{/if}{if(!defined("RUN_MODE"))} {!die()} {/if}{$module = $control->moduleName}{$method = $control->methodName}{if(!isset($config->$module->editor->$method))} {@return ;} {/if}{* Export $jsRoot var. *}{!js::set('jsRoot', $jsRoot)}{!js::set('webRoot', $webRoot)}{* Get editor settings for current page. *}{$editors = $config->{{$module}}->editor->$method}{$temp = $editors['id'] = explode(',', $editors['id'])}{!js::set('editors', $editors)}{$control->app->loadLang('file')}{!js::set('errorUnwritable', $lang->file->errorUnwritable)}{* Get current lang. *}{$editorLangs = array('en' => 'en', 'zh-cn' => 'zh_CN', 'zh-tw' => 'zh_TW')}{$editorLang = isset($editorLangs[$app->getClientLang()]) ? $editorLangs[$app->getClientLang()] : 'en'}{!js::set('editorLang', $editorLang)}{* Import js for kindeditor. *}{!js::import($jsRoot . 'kindeditor/kindeditor.min.js')}{!js::import($jsRoot . 'kindeditor/lang/' . $editorLang . '.js')}{* set uid for upload. *}{$uid = uniqid('')}{!js::set('uid', $uid)}2017-09-14 21:35:00
zhubaoxin
|
山入海中、海侵山下 大雾起时,有如水墨国画 (请将手机横屏观看,摄影师@徐堃
山海相连之处 或礁石丛生、惊涛拍岸 (摄影师@烟雨斜阳)
或细沙轻语、柔情似水 (沙滩上为小船;摄影师@烟雨斜阳)
下图为崂山脚下的青山湾;摄影师@烟雨斜阳) ▼
下方为青岛栈桥,始建于1892年,是青岛最早的军事专用人工码头建筑,现在已成为青岛的标志之一;上方的岛屿为小青岛,被认为是“青岛”得名之处;摄影师@刘中
关注微信公众号:一起游青岛
|
{if($floor > 2)}{!echo '#' . $floor} {/if}
{!html::a('', '', "name=$floor")}
{if($floor == 1)}
{!echo $lang->reply->sofa}
{elseif($floor == 2)}
{!echo $lang->reply->stool}
{/if}
{!echo $reply->addedDate}
{if(!$thread->discussion and $reply->reply)}
{!echo sprintf($lang->thread->replyFloor, zget($floors, $reply->reply))}
{/if}
{if(isset($speakers[$reply->author]))} {$control->thread->printSpeaker($speakers[$reply->author])} {else} {!echo $reply->author} {/if} |
{!echo $reply->content}
{if(!empty($reply->files))}
{$control->reply->printFiles($reply, $control->thread->canManage($board->id, $reply->author))}
{/if}
{if($thread->discussion)}
{$control->reply->getByReply($reply)}
{/if}
|
{if(commonModel::isAvailable('score') and !empty($reply->scoreSum))}
{!echo sprintf($lang->thread->scoreSum, $reply->scoreSum)}
{/if}
{if($reply->editor)}
{!printf($lang->thread->lblEdited, $reply->editorRealname, $reply->editedDate)}
{/if}
{if($control->app->user->account != 'guest')}
{if(commonModel::isAvailable('score') and $control->thread->canManage($board->id))}
{$account = helper::safe64Encode($reply->author)}
{!html::a(inlink('addScore', "account={{$account}}&objectType=reply&objectID={{$reply->id}}"), $lang->thread->score, "data-toggle=modal")}
{/if}
{if($control->thread->canManage($board->id))} {!html::a($control->createLink('reply', 'delete', "replyID=$reply->id"), '
' . $lang->delete, "class='deleter'")} {/if}
{if($control->thread->canManage($board->id, $reply->author))} {!html::a($control->createLink('reply', 'edit', "replyID=$reply->id"), '
' . $lang->edit)} {/if}
{else}
{/if}
{$pager->show('right', 'short')}
{if($thread->readonly)}
{!echo $lang->thread->readonlyMessage}
{elseif($control->session->user->account != 'guest')}
{!echo $lang->thread->replies}
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
{!$control->block->printRegion($layouts, 'all', 'bottom', true)}