{% extends "base.html" %} {% block title %}集成工作空间 - 形式化程序规范生成系统{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
集成工作空间
就绪 作业ID: --

代码导入

{% include "components/code_import_area.html" %}

解析结果

{% include "components/parsing_results_area.html" %}

验证配置

{% include "components/verification_config_area.html" %}

实时日志

{% include "components/realtime_log_area.html" %}

控制面板

{% include "components/control_panel_area.html" %}

结果显示

{% include "components/results_display_area.html" %}

评估报告

{% include "components/evaluation_report_area.html" %}
{% endblock %} {% block extra_js %} {% endblock %}