mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12404 201d5d3c-b55e-5fd7-737f-ddc643e51545
104 lines
4.9 KiB
HTML
104 lines
4.9 KiB
HTML
<div class="x_page-header">
|
|
<h1>RSS <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_rss" target="_blank">도움말</a></h1>
|
|
</div>
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<section class="section">
|
|
<h1>{$lang->total_feed} {$lang->cmd_management}</h1>
|
|
<form ruleset="insertRssConfig" action="./" method="post" enctype="multipart/form-data" class="x_form-horizontal">
|
|
<input type="hidden" name="module" value="rss" />
|
|
<input type="hidden" name="act" value="procRssAdminInsertConfig" />
|
|
<div class="x_control-group">
|
|
<label class="x_control-label">{$lang->total_feed}</label>
|
|
<div class="x_controls">
|
|
<label class="x_inline">
|
|
<input type="radio" name="use_total_feed" value="Y" id="use_total_feed_yes" checked="checked"|cond="!$total_config->use_total_feed || $total_config->use_total_feed == 'Y'" />{$lang->use}(<a href="{getFullSiteUrl()}rss">{getFullSiteUrl()}rss</a>)
|
|
</label>
|
|
<label class="x_inline">
|
|
<input type="radio" name="use_total_feed" value="N" id="use_total_feed_no" checked="checked"|cond="$total_config->use_total_feed == 'N'" />{$lang->notuse}
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="x_control-group">
|
|
<label class="x_control-label" for="feed_title">{$lang->title}</label>
|
|
<div class="x_controls">
|
|
<input type="text" name="feed_title" value="{htmlspecialchars($total_config->feed_title)}" id="feed_title" />
|
|
</div>
|
|
</div>
|
|
<div class="x_control-group">
|
|
<label class="x_control-label" for="feed_description">{$lang->description}</label>
|
|
<div class="x_controls">
|
|
<textarea name="feed_description" id="feed_description" rows="4" cols="42">{$total_config->feed_description}</textarea>
|
|
</div>
|
|
</div>
|
|
<div class="x_control-group">
|
|
<label class="x_control-label" for="image">{$lang->feed_image}</label>
|
|
<div class="x_controls">
|
|
<!--@if($total_config->image)-->
|
|
<img src="../../../{$total_config->image}" alt="image" />
|
|
<input type="checkbox" name="del_image" value="Y" id="del_image" />
|
|
<label for="del_image">{$lang->cmd_delete}</label>
|
|
<!--@end-->
|
|
<p class="a"><input type="file" name="image" value="" id="image" /></p>
|
|
</div>
|
|
</div>
|
|
<div class="x_control-group">
|
|
<label class="x_control-label" for="feed_copyright">{$lang->feed_copyright}</label>
|
|
<div class="x_controls">
|
|
<input type="text" name="feed_copyright" value="{htmlspecialchars($total_config->feed_copyright)}" id="feed_copyright" />
|
|
</div>
|
|
</div>
|
|
<div class="x_control-group">
|
|
<label class="x_control-label" for="feed_document_count">{$lang->feed_document_count}</label>
|
|
<div class="x_controls">
|
|
<input type="number" min="1" max="100" name="feed_document_count" value="{$total_config->feed_document_count}" id="feed_document_count" />
|
|
</div>
|
|
</div>
|
|
<div class="btnArea x_clearfix">
|
|
<div class="x_pull-right">
|
|
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</section>
|
|
<section class="section">
|
|
<h1>{$lang->feed} {$lang->cmd_management}</h1>
|
|
<table class="x_table x_table-striped x_table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th>{$lang->mid}</th>
|
|
<th>{$lang->description}</th>
|
|
<th>{$lang->open_rss}</th>
|
|
<th>{$lang->open_feed_to_total}</th>
|
|
<th style="width:50px">{$lang->cmd_save}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr loop="$feed_config => $key,$value">
|
|
<form ruleset="insertRssModuleConfig" action="./" method="post">
|
|
<input type="hidden" name="act" value="procRssAdminInsertModuleConfig" />
|
|
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', 'dispRssAdminIndex')}" />
|
|
<input type="hidden" name="target_module_srl" value="{$key}" />
|
|
<th>
|
|
<!--@if($value['url'])--><a href="{$value['url']}" target="_blank"><!--@endif-->{$value['mid']}<!--@if($value['url'])--></a><!--@endif-->
|
|
</th>
|
|
<td class="title">{$value['feed_description']}</td>
|
|
<td>
|
|
<!--@foreach($lang->open_rss_types as $key2=>$value2)-->
|
|
<label class="x_inline"><input type="radio" name="open_rss" value="{$key2}" id="feed_open_{$key2}" <!--@if($key2 == $value['open_feed'])-->checked="checked"<!--@end--> />{$value2}</label>
|
|
<!--@end-->
|
|
</td>
|
|
<td>
|
|
<label class="x_inline"><input type="radio" name="open_total_feed" value="N" id="open_total_feed_N" <!--@if($value['open_total_feed'] == 'N')-->checked="checked"<!--@end--> />{$lang->use}</label>
|
|
<label class="x_inline"><input type="radio" name="open_total_feed" value="T_N" id="open_total_feed_T_N" <!--@if($value['open_total_feed'] == 'T_N')-->checked="checked"<!--@end--> />{$lang->notuse}</label>
|
|
</td>
|
|
<td><button type="submit" class="x_btn x_btn-link">{$lang->cmd_save}</button></td>
|
|
</form>
|
|
</tr>
|
|
<tr cond="!$feed_config">
|
|
<td colspan="4" style="text-align:center">{$lang->no_data}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|