00001 <?php
00015 ?>
00016
00017 <form class="form" method="post" action="<?php echo form_action ?>">
00018 <input type="hidden" name="host" value="<?php echo html_entities($_SESSION['settings']['host']) ?>" />
00019
00020 <table border="0" cellspacing="0" cellpadding="0">
00021 <tr>
00022 <?php
00023 $imdbType=setting('web_video_imdb_type', $_SESSION['settings']['host']);
00024 ?>
00025
00026 <td><?php echo t('web_video_imdb_type'); ?>:</td>
00027 <td><select name="web_video_imdb_type">
00028 <option value="IMDB" <?php if ($imdbType == "IMDB") echo 'SELECTED'; ?> ><?php echo t('IMDBTYPE'); ?></option>
00029 <option value="ALLOCINE" <?php if ($imdbType == "ALLOCINE") echo 'SELECTED'; ?> ><?php echo t('ALLOCINETYPE'); ?></option>
00030 </select>
00031 </td>
00032 </tr>
00033 <tr>
00034 <td><?php echo t('web_video_imdb_path'); ?>:</td>
00035 <td><input type="text" name="web_video_imdb_path" size="60" value="<?php echo $imdb_path; ?>"></td>
00036 </tr>
00037 <tr>
00038 <td><?php echo t('web_video_thumbnail_width'); ?>:</td>
00039 <td><input type="text" name="web_video_thumbnail_width" size="60" value="<?php echo _or(setting('web_video_thumbnail_width', $_SESSION['settings']['host']), 94); ?>"></td>
00040 </tr>
00041 <tr>
00042 <td><?php echo t('web_video_thumbnail_height'); ?>:</td>
00043 <td><input type="text" name="web_video_thumbnail_height" size="60" value="<?php echo _or(setting('web_video_thumbnail_height', $_SESSION['settings']['host']), 140); ?>"></td>
00044 </tr>
00045
00046 <tr>
00047 <td><?php echo t('Default MythVideo View'); ?>:</td>
00048 <td><input type="text" name="DefaultMythVideoView" size="60" value="<?php echo setting('Default MythVideo View', $_SESSION['settings']['host']); ?>"></td>
00049 </tr>
00050 <tr>
00051 <td><?php echo t('VideoAggressivePC'); ?>:</td>
00052 <td><input type="text" name="VideoAggressivePC" size="60" value="<?php echo setting('VideoAggressivePC', $_SESSION['settings']['host']); ?>"></td>
00053 </tr>
00054 <tr>
00055 <td><?php echo t('VideoArtworkDir'); ?>:</td>
00056 <td><input type="text" name="VideoArtworkDir" size="60" value="<?php echo setting('VideoArtworkDir', $_SESSION['settings']['host']); ?>"></td>
00057 </tr>
00058 <tr>
00059 <td><?php echo t('VideoBrowserNoDB'); ?>:</td>
00060 <td><input type="text" name="VideoBrowserNoDB" size="60" value="<?php echo setting('VideoBrowserNoDB', $_SESSION['settings']['host']); ?>"></td>
00061 </tr>
00062 <tr>
00063 <td><?php echo t('VideoDefaultParentalLevel'); ?>:</td>
00064 <td><input type="text" name="VideoDefaultParentalLevel" size="60" value="<?php echo setting('VideoDefaultParentalLevel', $_SESSION['settings']['host']); ?>"></td>
00065 </tr>
00066 <tr>
00067 <td><?php echo t('VideoDefaultPlayer'); ?>:</td>
00068 <td><input type="text" name="VideoDefaultPlayer" size="60" value="<?php echo setting('VideoDefaultPlayer', $_SESSION['settings']['host']); ?>"></td>
00069 </tr>
00070 <tr>
00071 <td><?php echo t('VideoGalleryAspectRatio'); ?>:</td>
00072 <td><input type="text" name="VideoGalleryAspectRatio" size="60" value="<?php echo setting('VideoGalleryAspectRatio', $_SESSION['settings']['host']); ?>"></td>
00073 </tr>
00074 <tr>
00075 <td><?php echo t('VideoGalleryColsPerPage'); ?>:</td>
00076 <td><input type="text" name="VideoGalleryColsPerPage" size="60" value="<?php echo setting('VideoGalleryColsPerPage', $_SESSION['settings']['host']); ?>"></td>
00077 </tr>
00078 <tr>
00079 <td><?php echo t('VideoGalleryRowsPerPage'); ?>:</td>
00080 <td><input type="text" name="VideoGalleryRowsPerPage" size="60" value="<?php echo setting('VideoGalleryRowsPerPage', $_SESSION['settings']['host']); ?>"></td>
00081 </tr>
00082 <tr>
00083 <td><?php echo t('VideoGalleryNoDB'); ?>:</td>
00084 <td><input type="text" name="VideoGalleryNoDB" size="60" value="<?php echo setting('VideoGalleryNoDB', $_SESSION['settings']['host']); ?>"></td>
00085 </tr>
00086 <tr>
00087 <td><?php echo t('VideoGallerySubtitle'); ?>:</td>
00088 <td><input type="text" name="VideoGallerySubtitle" size="60" value="<?php echo setting('VideoGallerySubtitle', $_SESSION['settings']['host']); ?>"></td>
00089 </tr>
00090 <tr>
00091 <td><?php echo t('VideoListUnknownFiletypes'); ?>:</td>
00092 <td><input type="text" name="VideoListUnknownFiletypes" size="60" value="<?php echo setting('VideoListUnknownFiletypes', $_SESSION['settings']['host']); ?>"></td>
00093 </tr>
00094 <tr>
00095 <td><?php echo t('VideoNewBrowsable'); ?>:</td>
00096 <td><input type="text" name="VideoNewBrowsable" size="60" value="<?php echo setting('VideoNewBrowsable', $_SESSION['settings']['host']); ?>"></td>
00097 </tr>
00098 <tr>
00099 <td><?php echo t('VideoStartupDir'); ?>:</td>
00100 <td><input type="text" name="VideoStartupDir" size="60" value="<?php echo setting('VideoStartupDir', $_SESSION['settings']['host']); ?>"></td>
00101 </tr>
00102 <tr>
00103 <td><?php echo t('VideoTreeLoadMetaData'); ?>:</td>
00104 <td><input type="text" name="VideoTreeLoadMetaData" size="60" value="<?php echo setting('VideoTreeLoadMetaData', $_SESSION['settings']['host']); ?>"></td>
00105 </tr>
00106 <tr>
00107 <td><?php echo t('VideoTreeNoDB'); ?>:</td>
00108 <td><input type="text" name="VideoTreeNoDB" size="60" value="<?php echo setting('VideoTreeNoDB', $_SESSION['settings']['host']); ?>"></td>
00109 </tr>
00110 <tr>
00111 <td><?php echo t('mythvideo.sort_ignores_case'); ?>:</td>
00112 <td><input type="text" name="mythvideosort_ignores_case" size="60" value="<?php echo setting('mythvideo.sort_ignores_case', $_SESSION['settings']['host']); ?>"></td>
00113 </tr>
00114 <tr>
00115 <td><?php echo t('mythvideo.db_folder_view'); ?>:</td>
00116 <td><input type="text" name="mythvideodb_folder_view" size="60" value="<?php echo setting('mythvideo.db_folder_view', $_SESSION['settings']['host']); ?>"></td>
00117 </tr>
00118 <tr>
00119 <td><?php echo t('mythvideo.ImageCacheSize'); ?>:</td>
00120 <td><input type="text" name="mythvideoImageCacheSize" size="60" value="<?php echo setting('mythvideo.ImageCacheSize', $_SESSION['settings']['host']); ?>"></td>
00121 </tr>
00122
00123 <tr>
00124 <td align="center"><input type="reset" class="submit" value="<?php echo t('Reset') ?>"></td>
00125 <td align="center"><input type="submit" class="submit" name="save" value="<?php echo t('Save') ?>"></td>
00126 </tr>
00127 </table>
00128
00129 </form>