00001 <?php ?>
00041 </tr><tr>
00042 <th><?php echo t('Video Bitrate') ?>:</th>
00043 <td><input type="text" name="vbitrate"
00044 size="5" title="Video Bitrate"
00045 value="<?php echo html_entities(_or(setting('WebFLV_vb'), 256)) ?>" />
00046 kbps</td>
00047 </tr><tr>
00048 <th><?php echo t('Audio Bitrate') ?>:</th>
00049 <td><input type="text" name="abitrate"
00050 size="5" title="Audio Bitrate"
00051 value="<?php echo html_entities(_or(setting('WebFLV_ab'), 64)) ?>" />
00052 kbps</td>
00053 </tr><tr>
00054 <td align="right"><input type="reset" class="submit" value="<?php echo t('Reset') ?>"></td>
00055 <td align="center"><input type="submit" class="submit" name="save" value="<?php echo t('Save') ?>"></td>
00056 </tr>
00057 </table>
00058
00059 </form>
00060