<h2></h2>
<h3>：</h3>


<form name="contentform" id="contentform" action="http://www.tamagawa-kyudo.com/modules/access/index.php?page=&amp;content_id=&amp;ret=" method="post" onsubmit="return xoopsFormValidate_contentform();" enctype="multipart/form-data">

<input type="hidden" name="content_id" value="" />
<input type="hidden" name="body_editor" id="body_editor" value="" />

<table class="outer pico_form_table">

<!-- category -->
<tr valign="top" align="left">
<th class="head"><label for="cat_id">カテゴリー</label></th>
<td class="even">
<select name="cat_id" id="cat_id">

</select>
</td>
</tr>

<!-- vpath -->

<!-- subject -->
<tr valign="top" align="left">
<th class="head"><label for="subject">表題</label></th>
<td class="even">
<input type="text" name="subject" id="subject" size="70" maxlength="255" value="" />
</td>
</tr>


<!-- subject reference for a waiting content -->


<!-- body -->
<tr valign="top" align="left">
<th class="head"><label for="body"><label for="body">本文</label></th>
<td class="even">

<script type="text/javascript" src="/common/ckeditor/ckeditor.js"></script>
<script type="text/javascript">
CKEDITOR.replace('body');
</script>
</td>
</tr>

<!-- body reference for a waiting content -->

<!-- filters 
<tr valign="top" align="left">
<th class="head"><label for="filters">本文フィルター</label></th>
<td class="even">
<ul>
</ul>
</td>
</tr>-->

<!-- tags 
<tr valign="top" align="left">
<th class="head"><label for="tags">タグ</label></th>
<td class="even">
<input type="text" name="tags" id="tags" size="60" maxlength="255" value="" />
複数のタグを指定する時はスペースで区切る
</td>
</tr>-->

<!-- weight -->
<tr valign="top" align="left">
<th class="head"><label for="weight">表示順</label></th>
<td class="even">
<input type="text" name="weight" id="weight" size="5" maxlength="10" value="" class="pico_number_only" />
</td>
</tr>

<tr valign="top" align="left">
<th class="head">
オプション
</th>

<td class="even">

<!-- visible -->
<input type="checkbox" name="visible" id="visible" value="1"  />
<label for="visible">表示</label>
<br />

<!-- show in navi 
<input type="checkbox" name="show_in_navi" id="show_in_navi" value="1"  />
<label for="show_in_navi">ページナビに表示する</label>
<br />-->

<!-- show in menu -->
<input type="checkbox" name="show_in_menu" id="show_in_menu" value="1"  />
<label for="show_in_menu">メニューに表示する</label>
</td>
</tr>

<!-- allow comment 
<input type="checkbox" name="allow_comment" id="allow_comment" value="1"  />
<label for="allow_comment">コメント可能</label>
<br />-->

<!-- use body cache 
<input type="checkbox" name="use_cache" id="use_cache" value="1"  />
<label for="use_cache">本文キャッシュ</label>
<br />
※静的なコンテンツで速度が問題になりそうな時だけここをONにしてください。
<br />


</td>
</tr>-->
<tr valign="top" align="left">
<th class="head">作成</th>
<td class="even">
()

</td>
</tr>

<tr valign="top" align="left">
<th class="head">更新</th>
<td class="even">
()

</td>
</tr>


</table>

<p class="pico_submit">
<input type="submit" class="formButton" name="contentman_preview"  id="contentman_preview" value="プレビュー" />
<input type="submit" class="formButton" name="contentman_post"  id="contentman_post" value="編集内容を登録" />
</p>
</form>

<!-- Start Form Vaidation JavaScript //-->
<script type="text/javascript">
<!--//
function xoopsFormValidate_contentform() {
myform = window.document.contentform;
if ( myform.subject.value == "" ) {
window.alert("表題を入力してください");
myform.subject.focus();
myform.subject.style.backgroundColor='#FFFFCC';
return false;
}
return true;
}
//-->
</script>
<!-- End Form Vaidation JavaScript //-->


<h4>履歴</h4>
<ul class="pico_content_history_list">
</ul>

