File: launch_rocket_yn.xml

package info (click to toggle)
lincity-ng 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 190,972 kB
  • sloc: cpp: 34,230; xml: 23,376; ansic: 402; python: 305; lisp: 189; sh: 124; makefile: 16
file content (36 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="dialogs.xsl" type="text/xsl"?>
<Dialog>
	<title>Rocket Ready</title>
	<image>info.png</image>
	<bold>Rocket ready to launch</bold>
	<p>You can launch the rocket now or wait until later. If you wait it will
	continue costing you money to keep the rocket ready. Launch it later by
	clicking on the rocket area.</p>
	<p>Launch now?</p>
	<buttonbar>
		<TableLayout rows="1" cols="3">
			<cell row="1" col="1">
				<Button name="goto">
					<image src="images/gui/info/info.png"/>
				</Button>
			</cell>
			<cell row="1" col="2">
				<Button name="No">
					<text-caption style="dialogbutton" translatable="yes">No</text-caption>
					<image src="images/gui/dialogs/nobutton.png"/>
					<image-hover src="images/gui/dialogs/nobutton-hover.png"/>
					<image-clicked src="images/gui/dialogs/nobutton-clicked.png"/>
				</Button>
			</cell>
			<cell row="1" col="3">
				<Button name="Yes">
					<text-caption style="dialogbutton" translatable="yes">Yes</text-caption>
					<image src="images/gui/dialogs/yesbutton.png"/>
					<image-hover src="images/gui/dialogs/yesbutton-hover.png"/>
					<image-clicked src="images/gui/dialogs/yesbutton-clicked.png"/>
				</Button>
			</cell>
		</TableLayout>
	</buttonbar>
</Dialog>