|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Mozile's statusbar.
Version: 0.7
Author: James A. Overton
<?xml version="1.0" encoding="UTF-8"?> <!-- /* ***** BEGIN LICENSE BLOCK ***** * Licensed under Version: MPL 1.1/GPL 2.0/LGPL 2.1 * Full Terms at http://mozile.mozdev.org/license2.html * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is James A. Overton's code (james@overton.ca). * * The Initial Developer of the Original Code is James A. Overton. * Portions created by the Initial Developer are Copyright (C) 2005-2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * James A. Overton <james@overton.ca> * * ***** END LICENSE BLOCK ***** */ /** * @fileoverview Mozile's statusbar. * @link http://mozile.mozdev.org * @author James A. Overton <james@overton.ca> * @version 0.7 */ --> <hbox id="MozileStatusbar" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <label id="mozileStatusMessage" value="Done" flex="1" style="max-width: 400px; min-width: 150px"/> <hbox> <progressmeter id="mozileProgressmeter" value="50" mode="determined" collapsed="true"/> <toolbarbutton id="mozileMoreButton" class="mozileButton" label="More" collapsed="true"/> <toolbarbutton id="mozilePastButton" class="mozileButton" label="Past" oncommand="mozile.getMessageInterface().show()"/> </hbox> </hbox>
|
||||||||
PREV NEXT | FRAMES NO FRAMES |