Changeset 984337
- Timestamp:
- 09/08/2014 01:41:26 PM (12 years ago)
- Location:
- radio-forge/trunk/html5
- Files:
-
- 2 edited
-
formplus.php (modified) (2 diffs)
-
widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
radio-forge/trunk/html5/formplus.php
r981573 r984337 301 301 302 302 <td> 303 <input name="width" type="text" style="width:40px" maxlength="3" class="regular-text" value="<?php if($prms->width=="") echo " 180"; else echo $prms->width; ?>" /> px303 <input name="width" type="text" style="width:40px" maxlength="3" class="regular-text" value="<?php if($prms->width=="") echo "220"; else echo $prms->width; ?>" /> px 304 304 </td> 305 305 </tr> … … 311 311 312 312 <td> 313 <input name="height" type="text" style="width:40px" maxlength="3" class="regular-text" value="<?php if($prms->height=="") echo " 60"; else echo $prms->height; ?>" /> px313 <input name="height" type="text" style="width:40px" maxlength="3" class="regular-text" value="<?php if($prms->height=="") echo "200"; else echo $prms->height; ?>" /> px 314 314 </td> 315 315 </tr> -
radio-forge/trunk/html5/widget.php
r981092 r984337 38 38 else*/ 39 39 $H = $prms->height; 40 40 41 if($prms->volume==0) 42 $volume = 60; 43 else 44 $volume = $prms->volume; 45 41 46 ?> 42 47 <div align="center" id="radioforge<?php echo $id; ?>" style="background:url(<?php echo $prms->bgimage; ?>) no-repeat; width:<?php echo $prms->width; ?>px; height:<?php echo $H; ?>px;"> … … 50 55 'lang':'<?php echo $prms->lang; ?>', 51 56 'codec':'<?php echo $prms->codec; ?>', 52 'volume':<?php echo $ prms->volume; ?>,57 'volume':<?php echo $volume; ?>, 53 58 'introurl':'<?php echo $prms->introurl; ?>', 54 59 'fallback':'<?php echo $prms->introurl; ?>',
Note: See TracChangeset
for help on using the changeset viewer.