40 строки
1.5 KiB
Plaintext
40 строки
1.5 KiB
Plaintext
|
|
@section SampleHeading{
|
|
<span class="sampleName">Presentation / Getting Started</span>
|
|
}
|
|
|
|
@section ControlsSection{
|
|
@{Html.BeginForm("Comment", "Presentation", FormMethod.Post);
|
|
{
|
|
<div class="Common">
|
|
<div class="tablediv">
|
|
<div class="rowdiv">
|
|
This sample demonstrates how to add comments to a presentation slide.
|
|
<br />
|
|
|
|
<div class="rowdiv" style="border-width: 0.5px;border-style:solid; border-color: lightgray; padding: 1px 5px 7px 5px">
|
|
Click the button to view a PowerPoint presentation generated by Essential Presentation.
|
|
Please note that Microsoft PowerPoint viewer or its equivalent is required to view the resultant document.
|
|
<br />
|
|
<div class="rowdiv" style="margin-top: 10px">
|
|
<div class="rowdiv" style="margin-top: 8px">
|
|
<input type="submit" class="Button" value="Create Presentation" style="width: 150px; height: 27px" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<div class="rowdiv">
|
|
<b>Features:</b>
|
|
<br />
|
|
<ul>
|
|
<li>
|
|
Support for adding, replying, editing comments in a PowerPoint slide.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
Html.EndForm();
|
|
}}}
|