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

[eluser]cestaz18[/eluser]
continuation VIEW code

Code:
<div class="frow">
                            <div class="flabel">&lt;?=lang('sql_order','sql_order');?&gt;</div>
                            <div class="field fw">
                                <div class="infield">
                                        <span class="sql_order"></span>
                                </div>
                             </div>
                        </div>&lt;!--frow--&gt;
                    </div>


                    <div class="fcolumn1 tEdit">
                        <div class="frow">
                            <div class="flabel">&lt;?=lang('module_name','module_name');?&gt; </div>
                            <div class="field fw">
                                <div class="infield">
                                    &lt;input type="text" name="module_name" class="tb" title="&lt;?=lang('module_name');?&gt;" /&gt;
                                </div>
                             </div>
                        </div>&lt;!--frow--&gt;
                        <div class="frow">
                            <div class="flabel">&lt;?=lang('slug','slug');?&gt; </div>
                            <div class="field fw">
                                <div class="infield">
                                    &lt;input type="text" name="slug" class="tb" title="&lt;?=lang('slug');?&gt;" /&gt;
                                </div>
                             </div>
                        </div>&lt;!--frow--&gt;                        
                        <div class="frow">
                            <div class="flabel">&lt;?=lang('report_file_name','report_file_name');?&gt; </div>
                            <div class="field fw">
                                <div class="infield">
                                    &lt;input type="text" name="report_file_name" class="tb" title="&lt;?=lang('report_file_name');?&gt;" /&gt;
                                </div>
                             </div>
                        </div>&lt;!--frow--&gt;
                        <div class="frow">
                            <div class="flabel">&lt;?=lang('icon','icon');?&gt; </div>
                            <div class="field fw">
                                <div class="infield">
                                    &lt;?php echo form_open_multipart('at_reports/post');?&gt;
                                    &lt;input type="file" name="userfile" class="tb" title="&lt;?=lang('icon');?&gt;"/&gt;
                                    &lt;input type="submit" value="upload" /&gt;
                                    &lt;!--&lt;/form&gt;--&gt;
                                    &lt;!--&lt;input type="text" name="icon" class="tb" title="&lt;?=lang ('icon');?&gt;" /&gt;--&gt;
                                </div>
                             </div>
                        </div>&lt;!--frow--&gt;
                        <div class="frow">
                                <div class="flabel">&lt;?=lang('sql_select','sql_select');?&gt;</div>
                                <div class="field fw">
                                    <div class="infield">
                                        &lt;textarea name="sql_select" class="report-ta" title="&lt;?=lang('sql_select');?&gt;" &gt;&lt;/textarea>
                                    </div>
                                </div>
                        </div>&lt;!--frow--&gt;
                        <div class="frow">
                                <div class="flabel">&lt;?=lang('sql_filter','sql_filter');?&gt;</div>
                                <div class="field fw">
                                    <div class="infield">
                                        &lt;textarea name="sql_filter" class="report-ta" title="&lt;?=lang('sql_filter');?&gt;" &gt;&lt;/textarea>
                                    </div>
                                </div>&lt;!--frow--&gt;
                        </div>


<div class="frow">
                            <div class="flabel">&lt;?=lang('sql_order','sql_order');?&gt;</div>
                            <div class="field fw">
                                <div class="infield">
                                    &lt;input type="text" name="sql_order" class="tb" title="&lt;?=lang('sql_order');?&gt;"/&gt;
                                </div>
                             </div>
                        </div>&lt;!--frow--&gt;
                    </div>&lt;!--fcolumn1--&gt;
                <div style="clear:both"></div>
                </div>
                </div>&lt;!--fpane--&gt;
                <div>
                    <table id="detFlex1" class="detFlex"></table>
                </div>
            &lt;!--dpane--&gt;
    </div>&lt;!--content--&gt;
    </div>

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

</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