mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:59:13 +08:00
40 lines
2.7 KiB
HTML
40 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>View diagram information</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="View diagram author, location, creation date, and statistics" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>View diagram information</h1>
|
|
<p>To access detailed information about the currently viewed diagram in the <!--<a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>Diagram Viewer</b><!--</a>-->, click the <b>File</b> tab of the top toolbar and select the <b>Info</b> option.</p>
|
|
<h3>Common</h3>
|
|
<ul>
|
|
<li><b>Owner</b> - the person who has created the file.</li>
|
|
<li><b>Uploaded</b> - the date when the file has been uploaded to the server.</li>
|
|
<li><b>Last Modified</b> - the date when the file has last been edited.</li>
|
|
<li><b>Created</b> - the date when the file was created.</li>
|
|
<li><b>Application</b> - the application used to create the file.</li>
|
|
</ul>
|
|
|
|
<h3>Properties</h3>
|
|
<ul>
|
|
<li><b>Author</b> - you can enter the necessary name in this field. Press <em>Enter</em> to add a new field that allows you to specify one more author. To delete additional authors, click the cross button next to the corresponding fields.</li>
|
|
<li><b>Title</b> - enter the title of the diagram. Please do not confuse it with the file name as these are different file properties.</li>
|
|
<li><b>Tags</b> - enter necessary tags for better file classification.</li>
|
|
<li><b>Subject</b> - enter the diagram subject.</li>
|
|
<li><b>Comment</b> - enter the comment to the file.</li>
|
|
<li>Click the <b>Add property</b> button to add custom fields, entering the <em>Title</em> of the field, its <em>Type</em>, i.e., its format, and its <em>Value</em>. Click <b>OK</b> when ready. To delete additional fields, click the cross button next to them.</li>
|
|
</ul>
|
|
<p>To close the <b>File</b> panel, select the <b>Close Menu</b> option.</p>
|
|
</div>
|
|
</body>
|
|
</html> |