将文本添加到任务 3

将描述添加到第三个任务。

由于任务 3 已完成,您可添加文本并将星操作链接至相关函数:
  1. 将 XHTML 添加到 XHMTL 程序包并命名为 03_Physics


  2. 将下列代码复制到 03_Physics.xhtml
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmls="http://www.w3.org/1999/xhtml">
        <head>
            <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" />
        </head>
        <body>
            <p>
                <!--Description in task panel.-->
                This task creates a physics continuum and populates it
                with the appropriate physics models.
                <ol>
                    <!--First list item.-->
                    <li><a href="staraction:createPhysicsContinuum">Create</a> a physics continuum.</li>
                    <!--Second list item.-->
                    <li><a href="staraction:materialProperties">Define</a> the material properties.</li>
                    <!--Third list item.-->
                    <li><a href="staraction:initialConditionsAndBoundarySettings">Set</a>
                        the initial conditions and boundary settings.</li>
                </ol>
            </p>
        </body>
    </html>
    每一步都在新的列表项中定义。该任务分为三步,所以有三个列表项,每个列表项已链接至星操作。
  3. 保存文件 (Ctrl-S)。