Welcome Guest, Not a member yet? Register   Sign In
failed to upload image file and save data
#30

[eluser]cestaz18[/eluser]
continuation of VIEW code

Code:
<div id="List" class="panel" style="display:block">
&lt;form id="sform"&gt;
    <div class="topfields">
       <div class="topsearch">
                <div>
                <select name="s_type[]" title="Search Type" autocomplete="off">
                </select>
                <select name="o_type[]" title="Operator Type" autocomplete="off">
                    &lt;?
                    foreach($operator as $item)
                    {
                        if ($item->data_value != '<' && $item->data_value != '>') {
                            echo "<option value='".$item->data_value."'>".$item->data_display."</option>";
                        }
                    }
                    ?&gt;
                </select>
                &lt;input type="text" name="s_key[]" class="tb" title="Search Key" autocomplete="off" /&gt;
                </div>
            </div>
            <button type="button" class="button" title="Add Form"><span class="bt1"><span class="bt2"><b class="search_add"></b></span></span></button>

          <div class="topsearchadd"></div>
    </div>
&lt;/form&gt;

    <div class="content">
            <div class="dpane">
                   <table class="listFlex"></table>
            </div>
    </div>
</div>

<div id="Editor">

<div class="dfEditor" id="df_editor" title="&lt;?=lang('edit_item');?&gt;" style="display:none;">
            &lt;form&gt;

            &lt;input type="text" name="index" value="" style="display:none" /&gt;
            &lt;input type="text" name="id" value=""  style="display:none" /&gt;
            <div class="dfEditor_inner">
                    <div class="df_row">
                            <div class="flabel">&lt;?=lang('parameter_name', 'parameter_name');?&gt;</div>
                            <div class="df_field">
                                    &lt;input type="text" name="parameter_name" class="tb rtb" title="&lt;?=lang('parameter_name');?&gt;" value="" autocomplete="off" /&gt;
                                    &lt;input type="text" name="parameter_id" style="display:none" /&gt;
                            </div>
                    </div>

                    <div class="df_row">
                            <div class="flabel">&lt;?=lang('parameter_label', 'parameter_label');?&gt;</div>
                            <div class="df_field">
                                    &lt;input type="text" name="parameter_label" class="tb" value="" autocomplete="off" /&gt;
                            </div>
                    </div>

                    <div class="df_row">
                            <div class="flabel">&lt;?=lang('parameter_type', 'parameter_type');?&gt;</div>
                            <div class="df_field">
                                    <select name="o_type[]" title="Operator Type" autocomplete="off">
                                        <option value="string">String</option>
                                        <option value="number">Number</option>
                                        <option value="date">Date</option>
                                    </select>
                            </div>
                    </div>
                    <div class="df_row">
                        &lt;input type="submit" value="Save" /&gt;
                    </div>
            </div>
            &lt;/form&gt;
    </div>
</div>


Messages In This Thread
failed to upload image file and save data - by El Forum - 01-18-2010, 09:41 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 09:53 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 09:57 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 10:05 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 10:10 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 11:23 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 11:30 PM
failed to upload image file and save data - by El Forum - 01-18-2010, 11:35 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 12:09 AM
failed to upload image file and save data - by El Forum - 01-19-2010, 12:22 AM
failed to upload image file and save data - by El Forum - 01-19-2010, 03:34 AM
failed to upload image file and save data - by El Forum - 01-19-2010, 06:50 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 07:23 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 07:39 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 07:43 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:08 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:17 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:22 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:33 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:37 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:43 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:46 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:48 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:50 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:51 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 08:56 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 10:40 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:04 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:06 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:07 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:11 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:18 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:26 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:38 PM
failed to upload image file and save data - by El Forum - 01-19-2010, 11:56 PM
failed to upload image file and save data - by El Forum - 01-20-2010, 12:01 AM
failed to upload image file and save data - by El Forum - 01-20-2010, 12:09 AM
failed to upload image file and save data - by El Forum - 01-20-2010, 12:17 AM
failed to upload image file and save data - by El Forum - 01-20-2010, 12:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB