|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<div id="tmpPageSizeLayer" class="layer boxModelController">
<form action="index.php">
<h4 class="xeAdmin"> </h4>
<!--button class="xButton" type="button" onclick="hideCategoryInfo();return false" ><span><?php @print($__Context->lang->cmd_close);?></span></button-->
<div class="layerBody">
<table cellspacing="0" class="adminTable">
<col width="140" />
<col />
<col />
<tr>
<th><?php @print($__Context->lang->cmd_widget_align);?></th>
<td colspan="2">
<select name="widget_align">
<option value="left"><?php @print($__Context->lang->cmd_widget_align_left);?></option>
<option value="right"><?php @print($__Context->lang->cmd_widget_align_right);?></option>
</select>
</td>
</tr>
<tr>
<th class="line"><?php @print($__Context->lang->cmd_widget_size);?></th>
<td colspan="2" class="line"><input type="text" name="width" class="input" value="" /> - <input type="text" class="input" name="height" value="" /></td>
</tr>
<tr>
<th rowspan="3" class="line"><?php @print($__Context->lang->cmd_widget_margin);?></th>
<td colspan="2" class="line tCenter"><input type="text" name="margin_top" class="input" value="" />px</td>
</tr>
<tr>
<td><input type="text" name="margin_left" class="input" value="" />px</td>
<td class="tRight"><input type="text" name="margin_right" class="input" value="" />px</td>
</tr>
<tr>
<td colspan="2" class="tCenter"><input type="text" name="margin_bottom" class="input" value="" />px</td>
</tr>
<tr>
<th rowspan="3" class="line"><?php @print($__Context->lang->cmd_widget_padding);?></th>
<td colspan="2" class="line tCenter"><input type="text" name="padding_top" class="input" value="" />px</td>
</tr>
<tr>
<td><input type="text" name="padding_left" class="input" value="" />px</td>
<td class="tRight"><input type="text" name="padding_right" class="input" value="" />px</td>
</tr>
<tr>
<td colspan="2" class="tCenter"><input type="text" name="padding_bottom" class="input" value="" />px</td>
</tr>
<tr>
<th rowspan="3" class="line"><?php @print($__Context->lang->cmd_widget_border);?></th>
<td colspan="2" class="tCenter line">
<input type="text" name="border_top_thick" value="" class="small_input" />px
<select name="border_top_type">
<option value="solid"><?php @print($__Context->lang->cmd_widget_border_solid);?></option>
<option value="dotted"><?php @print($__Context->lang->cmd_widget_border_dotted);?></option>
</select>
#<input type="text" name="border_top_color" value="" class="color_input" maxlength="6"/>
</td>
</tr>
<tr>
<td>
<input type="text" name="border_left_thick" value="" class="small_input" />px
<select name="border_left_type">
<option value="solid"><?php @print($__Context->lang->cmd_widget_border_solid);?></option>
<option value="dotted"><?php @print($__Context->lang->cmd_widget_border_dotted);?></option>
</select>
#<input type="text" name="border_left_color" value="" class="color_input" maxlength="6"/>
</td>
<td class="tRight">
<input type="text" name="border_right_thick" value="" class="small_input" />px
<select name="border_right_type">
<option value="solid"><?php @print($__Context->lang->cmd_widget_border_solid);?></option>
<option value="dotted"><?php @print($__Context->lang->cmd_widget_border_dotted);?></option>
</select>
#<input type="text" name="border_right_color" value="" class="color_input" maxlength="6"/>
</td>
</tr>
<tr>
<td colspan="2" class="tCenter">
<input type="text" name="border_bottom_thick" value="" class="small_input" />px
<select name="border_bottom_type">
<option value="solid"><?php @print($__Context->lang->cmd_widget_border_solid);?></option>
<option value="dotted"><?php @print($__Context->lang->cmd_widget_border_dotted);?></option>
</select>
#<input type="text" name="border_bottom_color" value="" class="color_input" maxlength="6"/>
</td>
</tr>
<tr>
<th class="line"><?php @print($__Context->lang->cmd_widget_background_color);?></th>
<td colspan="2" class="line"><input type="text" name="background_color" value="" class="input" /></td>
</tr>
<tr>
<th class="line"><?php @print($__Context->lang->cmd_widget_background_image_url);?></th>
<td colspan="2" class="line">
<div><input type="text" name="background_image_url" value="" class="full_input"/></div>
<div>
<select name="background_repeat">
<option value="repeat"><?php @print($__Context->lang->cmd_widget_background_image_repeat);?></option>
<option value="no-repeat"><?php @print($__Context->lang->cmd_widget_background_image_no_repeat);?></option>
<option value="repeat-x"><?php @print($__Context->lang->cmd_widget_background_image_x_repeat);?></option>
<option value="repeat-y"><?php @print($__Context->lang->cmd_widget_background_image_y_repeat);?></option>
</select>
</div>
<div>
<?php @print($__Context->lang->cmd_widget_background_image_x);?> : <input type="text" name="background_x" value="0" class="input" />
</div>
<div>
<?php @print($__Context->lang->cmd_widget_background_image_y);?> : <input type="text" name="background_y" value="0" class="input" />
</div>
</td>
</tr>
<tr>
<th colspan="3">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_save);?>" class="submit"/></span>
</th>
</tr>
</table>
</div>
</form>
</div>