Changeset 745198
- Timestamp:
- 07/23/2013 08:52:48 PM (13 years ago)
- File:
-
- 1 edited
-
slide-puzzle/trunk/slide-puzzle.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slide-puzzle/trunk/slide-puzzle.php
r745195 r745198 235 235 </td> 236 236 <td> 237 <input style="width: 300px" type="text" name="myimage" value="<?php echo ($myimage); ?>">237 <input style="width: 400px" type="text" name="myimage" value="<?php echo ($myimage); ?>"> 238 238 </td> 239 239 <td width="700"> … … 258 258 </td> 259 259 <td> 260 <input style="width: 300px" type="text" name="backcolor" value="<?php echo ($backcolor); ?>">260 <input style="width: 100px" type="text" name="backcolor" value="<?php echo ($backcolor); ?>"> 261 261 </td> 262 262 <td width="200"> … … 269 269 </td> 270 270 <td> 271 <input style="width: 100px" type="text" name="endimage" value="<?php echo ($endimage); ?>">271 <input style="width: 400px" type="text" name="endimage" value="<?php echo ($endimage); ?>"> 272 272 </td> 273 273 <td width="700">
Note: See TracChangeset
for help on using the changeset viewer.