Check-in [7aefade0dd]
Overview
Comment:Minor wording update for web interface
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7aefade0dd1520428ad2772371ff9754c1528bd7
User & Date: rkeene on 2014-07-19 07:09:34
Other Links: manifest | tags
Context
2014-07-19
07:14
Updated to generate hash in a more future-proof way check-in: 67f2fd4d92 user: rkeene tags: trunk
07:09
Minor wording update for web interface check-in: 7aefade0dd user: rkeene tags: trunk
07:07
Updated web UI check-in: e9692813d7 user: rkeene tags: trunk
Changes

Modified build/web/kitcreator.vfs/index.rvt from [1d64d9f8d0] to [206a55cec7].

172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
		headers redirect $url
?><html>
	<head>
		<title>KitCreator, Web Interface</title>
	</head>
	<body>
		<h1>KitCreator Web Interface</h1>
		<p>Build in progress, output will be: <a href="<? puts -nonewline $url ?>"><? puts -nonewline $url ?></a></p>
	</body>
</html>
<?
	} else {
?><html>
  <head>
    <title>KitCreator, Web Interface</title>







|







172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
		headers redirect $url
?><html>
	<head>
		<title>KitCreator, Web Interface</title>
	</head>
	<body>
		<h1>KitCreator Web Interface</h1>
		<p>Build in progress, see <a href="<? puts -nonewline $url ?>"><? puts -nonewline $url ?></a> for build information</p>
	</body>
</html>
<?
	} else {
?><html>
  <head>
    <title>KitCreator, Web Interface</title>