curator/src/main/resources/docs/album-manage-window.html

36 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<body>
<h1 style="text-align: center">Managing Alubms</h1>
<h2>Overview</h2>
<p>
From the album management window, you can open, edit the properties of, and create albums.
Albums are the first thing a user is prompted to select when they visit the Art Museum website.
An album hols media. Media is the images, videos, and audio clips uploaded to Art Museum. Each
album has a thumbnail, name, and title. In this section you will discuss more about albums and how
to manage them.
</p>
<img width="500" src="album-select-window.png"></img>
<p>An example of the album management window.</p>
<h2>Buttons</h2>
<ul>
<li><b>Back</b>: return to the library selection screen.
<span style="color: red"><b>NOTE</b>: you will lose any unsaved changes to the current library.</span></li>
<li><b>Upload</b>: upload any changes made to the current library to the FTP server. Also refered to as
saving the library.</li>
<li><b>Library Properties</b>: control properties of the current library that affect the Art Muesum website.
<a href="help:Albums/Library Settings">See: Library Settings</a></li>
<li><b>New</b>: crate a new album. <a href="help:Albums/Album Settings">See: Album Settings</a></li>
<li><b>Delete</b>: delete an album.</li>
<li><b>Open</b>: open an album. This allows you to manage the album's media.
<a href="help:Media/Managing Media">See: Managing Media</a></li>
<li><b>Toggle Property Panel</b>: toggle the album property panel. <a href="help:Albums/Album Settings">
See: Album Settings</a></li>
</ul>
<h2>Rearranging Albums</h2>
<p>
Albums can be rearranged by dragging and dropping them into the desired order.
</p>
</body>
</html>