mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8819 201d5d3c-b55e-5fd7-737f-ddc643e51545
135 lines
6.1 KiB
HTML
135 lines
6.1 KiB
HTML
<!--%import("js/rss.js")-->
|
|
<div class="content" id="content">
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<h1 class="h1">RSS</h1>
|
|
<form ruleset="insertRssConfig" id="fo_layout" action="./" method="post" enctype="multipart/form-data" class="form">
|
|
<input type="hidden" name="module" value="rss" />
|
|
<input type="hidden" name="act" value="procRssAdminInsertConfig" />
|
|
<h2 class="h2">{$lang->total_feed} {$lang->cmd_management}</h2>
|
|
<ul>
|
|
<li>
|
|
<p class="q">{$lang->total_feed}</p>
|
|
<p class="a">
|
|
<input type="radio" name="use_total_feed" value="Y" id="use_total_feed_yes" <!--@if(!$total_config->use_total_feed || $total_config->use_total_feed == 'Y')-->checked="checked"<!--@end--> /> <label for="use_total_feed_yes">{$lang->use}</label>
|
|
<input type="radio" name="use_total_feed" value="N" id="use_total_feed_no" <!--@if($total_config->use_total_feed == 'N')-->checked="checked"<!--@end--> /> <label for="use_total_feed_no">{$lang->notuse}</label>
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="feed_title">{$lang->title}</label></p>
|
|
<p class="a"><input type="text" name="feed_title" value="{htmlspecialchars($total_config->feed_title)}" id="feed_title" /></p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="feed_description">{$lang->description}</label></p>
|
|
<p class="a"><textarea name="feed_description" id="feed_description" cols="42" rows="5">{$total_config->feed_description}</textarea></p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="image">{$lang->feed_image}</label></p>
|
|
<!--@if($total_config->image)-->
|
|
<p class="a">
|
|
<img src="../../../{$total_config->image}" alt="image" />
|
|
<input type="checkbox" name="del_image" value="Y" id="del_image" class="checkbox" />
|
|
<label for="del_image">{$lang->cmd_delete}</label>
|
|
</p>
|
|
<!--@end-->
|
|
<p class="a"><input type="file" name="image" value="" id="image" /></p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="feed_copyright">{$lang->feed_copyright}</label></p>
|
|
<p class="a"><input type="text" name="feed_copyright" value="{htmlspecialchars($total_config->feed_copyright)}" id="feed_copyright" /></p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="feed_document_count">{$lang->feed_document_count}</label></p>
|
|
<p class="a"><input type="text" name="feed_document_count" value="{$total_config->feed_document_count}" id="feed_document_count" /></p>
|
|
</li>
|
|
</ul>
|
|
<div class="btnArea">
|
|
<span class="btn small"><input type="submit" value="{$lang->cmd_save}" /></span>
|
|
</div>
|
|
</form>
|
|
<form action="" class="form">
|
|
<h2 class="h2">Each Feed</h2>
|
|
<div class="table">
|
|
<table width="100%" border="1" cellspacing="0">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Module ID</th>
|
|
<th scope="col" class="title">Title/Description</th>
|
|
<th scope="col">
|
|
<input type="radio" name="feed_open" id="feed_open_all" /> <label for="feed_open_all">전문</label>
|
|
<input type="radio" name="feed_open" id="feed_open_summary" /> <label for="feed_open_summary">요약</label>
|
|
<input type="radio" name="feed_open" id="feed_open_not" /> <label for="feed_open_not">공개 안함</label>
|
|
</th>
|
|
<th scope="col">
|
|
<input type="checkbox" name="feed_integration" id="feed_integration" checked="checked" />
|
|
<label for="feed_integration">통합 피드에 포함</label>
|
|
</th>
|
|
<th scope="col">저장</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row"><a href="#" target="_blank">freeBoard</a></th>
|
|
<td class="title"> </td>
|
|
<td>
|
|
<input type="radio" name="feed_open_freeBoard" id="feed_open_freeBoard_all" checked="checked" /> <label for="feed_open_freeBoard_all">전문</label>
|
|
<input type="radio" name="feed_open_freeBoard" id="feed_open_freeBoard_summary" /> <label for="feed_open_freeBoard_summary">요약</label>
|
|
<input type="radio" name="feed_open_freeBoard" id="feed_open_freeBoard_not" /> <label for="feed_open_freeBoard_not">공개 안함</label>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="feed_integration" id="feed_integration_freeBoard" checked="checked" />
|
|
<label for="feed_integration_freeBoard">통합 피드에 포함</label>
|
|
</td>
|
|
<td><input type="submit" value="Save" class="text" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><a href="#" target="_blank">userForum</a></th>
|
|
<td class="title"> </td>
|
|
<td>
|
|
<input type="radio" name="feed_open_userForum" id="feed_open_userForum_all" checked="checked" /> <label for="feed_open_userForum_all">전문</label>
|
|
<input type="radio" name="feed_open_userForum" id="feed_open_userForum_summary" /> <label for="feed_open_userForum_summary">요약</label>
|
|
<input type="radio" name="feed_open_userForum" id="feed_open_userForum_not" /> <label for="feed_open_userForum_not">공개 안함</label>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="feed_integration" id="feed_integration_userForum" checked="checked" />
|
|
<label for="feed_integration_userForum">통합 피드에 포함</label>
|
|
</td>
|
|
<td><input type="submit" value="Save" class="text" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</form>
|
|
<div class="search">
|
|
<form action="" class="pagination">
|
|
<a href="#" class="direction">« FIRST</a>
|
|
<a href="#">9</a>
|
|
<a href="#">10</a>
|
|
<strong>11</strong>
|
|
<a href="#">12</a>
|
|
<a href="#goTo" class="tgAnchor">...</a>
|
|
<span id="goTo" class="tgContent" style="display: none; "><button type="button" class="tgBlur"></button>
|
|
<input title="Go to Page">
|
|
<button type="submit">GO</button>
|
|
<button type="button" class="tgBlur"></button></span>
|
|
<a href="#">99</a>
|
|
<a href="#" class="direction">LAST »</a>
|
|
</form>
|
|
<form action="">
|
|
<select>
|
|
<option>제목</option>
|
|
<option>내용</option>
|
|
<option>닉네임</option>
|
|
<option>아이디</option>
|
|
<option>사용자 이름</option>
|
|
<option>공지사항</option>
|
|
<option>IP 주소</option>
|
|
<option>모듈 아이디</option>
|
|
</select>
|
|
<input title="Search">
|
|
<input type="submit" value="Search">
|
|
<a href="#">Cancel</a>
|
|
</form>
|
|
</div>
|
|
</div>
|