| <html> | |
| <!-- | |
| Copyright (c) 2004, 2007 Boeing. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v1.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v10.html | |
| Contributors: | |
| Boeing - initial API and implementation | |
| --> | |
| <head> | |
| <title>Branch Manager View</title> | |
| <LINK rel="stylesheet" type="text/css" href="../../osee.help/html/style.css"> | |
| </head> | |
| <body> | |
| <h1>Branch Manager View</h1> | |
| <br/> | |
| <img src="branch_view.gif"/> | |
| <h2>Purpose</h2> | |
| <p>The Branch Manager View is used to display all of the branches in Skynet, as well as details for the transactions on each branch.</p> | |
| <p>Branches and transactions can be sorted by clicking on the column heading for the column to sort by. Initially, the data will be sorted in | |
| ascending order. Clicking the same column multiple times will toggle the sorting between ascending and descending.</p> | |
| <p>Locating branches can also be aided by <a href="branch_filtering.html"/>filtering</a> or using <a href="favorite_branch.html">favorites</a>.</p> | |
| <h2>Icons</h2> | |
| <ul> | |
| <li><img src="../images/branch.gif"/> Base image for branches</li> | |
| <li><img src="../images/change_managed_branch.gif"/> Base image for branches that are under change managment</li> | |
| <li><img src="../images/black_check.gif"/> Overlay to mark branch as the default</li> | |
| <li><img src="../images/star_9_9.gif"/> Overlay to mark branch as a favorite</li> | |
| <li><img src="../images/transaction.gif"/> Image for transactions</li> | |
| <li><img src="../images/relate.gif"/> Base image for relation links</li> | |
| <li><img src="../../osee.skynet/images/molecule.gif"/> Base image for attributes</li> | |
| <li><img src="../../osee.skynet/images/out_new.gif"/> Overlay to mark item as new</li> | |
| <li><img src="../../osee.skynet/images/out_change.gif"/> Overlay to mark item as modified</li> | |
| <li><img src="../../osee.skynet/images/out_delete.gif"/> Overlay to mark item as deleted</li> | |
| </ul> | |
| </body> | |
| </html> |