Σ(゚Д゚;≡;゚д゚)Σ(゚Д゚;≡;゚д゚)Σ(゚Д゚;≡;゚д゚)始,故人唐宰相鲁公,🆚开府南服,余以布衣从戎。明年,别公漳水湄。后明年,公以事过张睢阳庙及颜杲卿所尝往来处,悲歌慷慨,卒不负其言而从之游。今其诗具在,可考也。😭 HEX
HEX
Server: Apache
System: Linux webm006.cluster120.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User: studionolh (122383)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/studionolh/www/wp-content/plugins/child-theme-configurator/includes/forms/rule-value.php
<?php  
if ( !defined( 'ABSPATH' ) ) exit;
// Property/Value Panel
        $ctcpage = apply_filters( 'chld_thm_cfg_admin_page', CHLD_THM_CFG_MENU );
?>

<div id="rule_value_options_panel" 
        class="ctc-option-panel<?php $this->maybe_disable(); echo 'rule_value_options' == $active_tab ? ' ctc-option-panel-active' : ''; ?>">
<p class="howto"><?php _e( 'To find and edit selectors containing specific values for a given property, first choose the property (e.g., "color"), then click "Selectors" for any resulting value. A dialog panel will open with the corresponding selectors, grouped by media query.', 'child-theme-configurator' ); ?></p>
  <form id="ctc_rule_value_form" method="post" action="?page=<?php echo $ctcpage; ?>">
    <?php wp_nonce_field( apply_filters( 'chld_thm_cfg_action', 'ctc_update' ) ); ?>
    <div class="ctc-input-row clearfix" id="ctc_input_row_rule_menu">
      <div class="ctc-input-cell"> <strong>
        <?php _e( 'Property', 'child-theme-configurator' ); ?>
        </strong> </div>
      <div class="ctc-input-cell" id="ctc_rule_menu_selected">&nbsp;</div>
      <div id="ctc_status_rule_val"></div>
      <div class="ctc-input-cell">
        <div class="ui-widget">
          <input id="ctc_rule_menu"/>
          <div id="ctc_status_rules" style="float:right"></div>
        </div>
      </div>
    </div>
    <div class="ctc-input-row clearfix" id="ctc_input_row_rule_header" style="display:none">
      <div class="ctc-input-cell"> <strong>
        <?php _e( 'Value', 'child-theme-configurator' ); ?>
        </strong> </div>
      <div class="ctc-input-cell"> <strong>
        <?php _e( 'Sample', 'child-theme-configurator' ); ?>
        </strong> </div>
      <div class="ctc-input-cell"> <strong>
        <?php _e( 'Selectors', 'child-theme-configurator' ); ?>
        </strong> </div>
    </div>
    <div class="ctc-rule-value-input-container clearfix" id="ctc_rule_value_inputs" style="display:none"> </div>
  </form>
</div>