Esempio n. 1
0
</tr><tr>
    <td class="command_border_b" align="right"><?php 
echo t('Current MythWeb Template');
?>
:</td>
    <td class="command_border_b"><?php 
template_select('tmpl', tmpl);
?>
</td>
</tr><tr>
    <td class="command_border_b" align="right"><?php 
echo t('MythWeb Skin');
?>
:</td>
    <td class="command_border_b"><?php 
skin_select();
?>
</td>
</tr><tr>
    <td class="command_border_b" align="right"><?php 
echo t('Language');
?>
:</td>
    <td class="command_border_b"><?php 
language_select();
?>
</td>
</tr><tr>
    <td align="center"><input type="reset" value="<?php 
echo t('Reset');
?>
Esempio n. 2
0
<tr class="x-sep">
    <th><?php 
echo t('MythWeb Template');
?>
:</th>
    <td><?php 
template_select('tmpl', tmpl);
?>
</td>
</tr><tr class="x-sep">
    <th><?php 
echo t('MythWeb Skin');
?>
:</th>
    <td><?php 
skin_select('skin', skin);
?>
</td>
</tr><tr class="x-sep">
    <th><?php 
echo t('Language');
?>
:</th>
    <td><?php 
language_select();
?>
</td>
</tr><tr>
    <td align="center"><input type="reset"  class="submit" value="<?php 
echo t('Reset');
?>