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