<{strip}> <{* 解答レポートテンプレート *}> <{* 提出者リストへ戻る *}> <{if ($action.submit_user_id != "" && $action.hasSubmitListView) }> <{include file="assignment_view_back_title.html"}> <{/if}> <{* 解答レポート *}> <{* 履歴 *}> <{* 解答レポート内容 *}> <{* 提出者リストへ戻る *}> <{if ($action.submit_user_id != "" && $action.hasSubmitListView) }> <{/if}>
<{* 評価 *}>
<{if ($action.submit_user_id != "" || $action.hasSubmitListView) }> <{$lang.assignment_grade_item}> <{include file="assignment_view_grade_value.html" submit_flag=$action.report.submit_flag grade_value=$action.report.grade_value|smarty:nodefaults report_status=$action.report.status|smarty:nodefaults}> <{else}>   <{/if}>
<{* 提出者 *}> <{include file="assignment_view_handle.html" handle=$action.report.insert_user_name|smarty:nodefaults user_id=$action.report.insert_user_id}> <{$lang._separator|smarty:nodefaults}> <{* 提出日時 *}> <{$action.report.insert_time|timezone_date_format:$lang._full_date_format|smarty:nodefaults}> <{* 編集・削除 *}> <{if ($action.report.hasEditAuthority) }>     <{$lang._edit|smarty:nodefaults}> <{$lang._separator|smarty:nodefaults}> <{$lang._delete|smarty:nodefaults}> <{/if}>
<{foreach name="report" from=$action.reports item=report}> <{if (empty($action.report|smarty:nodefaults) && $smarty.foreach.report.first || $action.report.report_id == $report.report_id) }> <{include file="assignment_view_report_history.html" report=$report current=$smarty.const._ON}> <{else}> <{include file="assignment_view_report_history.html" report=$report current=$smarty.const._OFF}> <{/if}> <{/foreach}>
ondblclick="assignmentCls['<{$id}>'].showModifyForm('<{$action.report.submit_id}>','<{$action.report.report_id}>')" onmouseover="commonCls.blockNotice(event, this);"<{/if}>> <{$action.report.report_body|smarty:nodefaults|wysiwig_convert_url}>
<{* 評価する *}> <{if ($action.submit_user_id != "" && $action.report.hasGradeAuthority) }> <{/if}> <{* コメント *}>
<{include file="assignment_view_main_comment.html"}>
<{/strip}>