Example #1
0
</td>
                                            <td>
                                            <?php 
    $res = '';
    $wew = $this->refferal_model->__get_transaction($v->uid);
    foreach ($wew as $k1 => $v1) {
        $res .= 'No: ' . $v1->tno . '<br />';
        $res .= 'Total: ' . __get_rupiah($v1->ttotal) . '<br />';
        $res .= 'Status: ' . __get_status_transaction($v1->tstatus, 1) . '<br /><br />';
    }
    echo $res;
    $wew = array();
    ?>
                                            </td>
                                            <td><?php 
    echo __get_status($v->ustatus, 1);
    ?>
</td>
                                          </tr>
                                          <?php 
    ++$i;
}
?>
                                        </tbody>
                                    </table>
                                    <div id="pgboth">
                        <div class="col-lg-2">
						<a href="<?php 
echo site_url('panel/invite');
?>
" class="btn btn-default"><span class="icon16 icomoon-icon-user-plus"></span> Invite Member</a>
Example #2
0
                                            </div>
                                        </div>
                                        <div class="form-group">
                                            <label class="col-lg-3 control-label" for="desc">Description</label>
                                            <div class="col-lg-9">
                                                <textarea id="textarea1" name="desc" rows="3" class="form-control elastic"><?php 
echo $detail[0]->pdesc;
?>
</textarea>
                                            </div>
                                        </div>
                                        <div class="form-group">
                                            <label class="col-lg-3 control-label" for="password">Status</label>
                                            <div class="col-lg-9">
                                               <?php 
echo __get_status($detail[0]->pstatus, 2, 2);
?>
                                            </div>
                                        </div>


                                        <div class="form-group">
                                            <div class="col-lg-offset-3 col-lg-9">
                                                <button type="submit" class="btn btn-info"><span class="icon16 icomoon-icon-disk"></span> Submit</button>
                                                <button type="button" class="btn btn-default" onclick="javascript: history.go(-1)"><span class="icon16 icomoon-icon-backspace-2"></span> Back</button>
                                            </div>
                                        </div><!-- End .form-group  -->                   

                                    </form>
                                    
                                 
Example #3
0
    ?>
.</td>
                                            <td><?php 
    echo $v->pname;
    ?>
</td>
                                            <td><?php 
    echo __get_rupiah($v->pprice);
    ?>
</td>
                                            <td><?php 
    echo $v->pdesc;
    ?>
</td>
                                            <td><?php 
    echo __get_status($v->pstatus, 1);
    ?>
</td>
                                            <td>
                                            <div class="controls center">
                                                    <a href="<?php 
    echo site_url('panel/product/update/' . $v->pid);
    ?>
" title="Update Product" class="tip"><span class="icon12 icomoon-icon-pencil"></span></a>
                                                    <a href="<?php 
    echo site_url('panel/product/delete/' . $v->pid);
    ?>
" title="Remove Product" class="tip"><span class="icon12 icomoon-icon-remove"></span></a>
												</div>
                                            </td>
                                          </tr>
Example #4
0
                                            <label class="col-lg-3 control-label" for="price">Price</label>
                                            <div class="col-lg-9">
                                                <input type="text" autocomplete="off" class="form-control" onkeyup="formatharga(this.value,this)" placeholder="Product Price" name="price">
                                            </div>
                                        </div>
                                        <div class="form-group">
                                            <label class="col-lg-3 control-label" for="desc">Description</label>
                                            <div class="col-lg-9">
                                                <textarea id="textarea1" name="desc" rows="3" class="form-control elastic"></textarea>
                                            </div>
                                        </div>
                                        <div class="form-group">
                                            <label class="col-lg-3 control-label" for="password">Status</label>
                                            <div class="col-lg-9">
                                               <?php 
echo __get_status(0, 2, 2);
?>
                                            </div>
                                        </div>


                                        <div class="form-group">
                                            <div class="col-lg-offset-3 col-lg-9">
                                                <button type="submit" class="btn btn-info"><span class="icon16 icomoon-icon-disk"></span> Submit</button>
                                                <button type="button" class="btn btn-default" onclick="javascript: history.go(-1)"><span class="icon16 icomoon-icon-backspace-2"></span> Back</button>
                                            </div>
                                        </div><!-- End .form-group  -->                   

                                    </form>