root/platform/firefox/FireMobileSimulator/trunk/src/chrome/content/about.xul @ 33399

Revision 33399, 2.0 kB (checked in by thorikawa, 4 years ago)

merge Ver.1.1.4 and Ver.1.1.5

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ***** BEGIN LICENSE BLOCK Version: GPL 3.0 *****
3 - FireMobileFimulator is a Firefox add-on that simulate web browsers of
4 - japanese mobile phones.
5 - Copyright (C) 2008  Takahiro Horikawa <horikawa.takahiro@gmail.com>
6 -
7 - This program is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License as published by
9 - the Free Software Foundation, either version 3 of the License, or
10 - (at your option) any later version.
11 -
12 - This program is distributed in the hope that it will be useful,
13 - but WITHOUT ANY WARRANTY; without even the implied warranty of
14 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 - GNU General Public License for more details.
16 -
17 - You should have received a copy of the GNU General Public License
18 - along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 - ***** END LICENSE BLOCK ***** -->
20
21<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
22<!DOCTYPE dialog SYSTEM "chrome://msim/locale/about.dtd">
23<dialog title="&about; FireMobileSimulator" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" buttonlabelaccept="OK" buttonlabelcancel="キャンセル" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
24
25<script type="application/x-javascript" src="chrome://msim/content/common/util.js"/>
26
27<groupbox align="center" orient="horizontal">
28<vbox>
29  <label value="FireMobileSimulator" style="font-weight: bold; font-size: x-large;"/>
30  <label value="&version; 1.2.0beta"/>
31  <separator class="thin"/>
32  <label value="&createdBy;" style="font-weight: bold;"/>
33  <label value="Takahiro Horikawa &lt;horikawa.takahiro@gmail.com&gt;"/>
34  <separator class="thin"/>
35  <label value="&homepage;" style="font-weight: bold;"/>
36  <label onclick="firemobilesimulator.common.util.openURL(this.value)" class="text-link" value="http://firemobilesimulator.org/"/>
37  <separator class="thin"/>
38</vbox>
39</groupbox>
40</dialog>
Note: See TracBrowser for help on using the browser.