🔒 Closed [aᴜᴛᴏsᴄʀɪᴘᴛ] ᴠᴘs & ᴏᴄs ᴘᴀɴᴇʟ ɪɴ ᴏɴᴇ! ᴛᴜᴛᴏʀɪᴀʟ ʙʏ cʟʀᴋᴢ

Status
Not open for further replies.
Ibig ko sabihin yung servers.html na meron ng userlist baka kac wrong yung code ko ichecheck kolang
With userlist:

<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>Server List
<ol class="breadcrumb">
<a href="{{ @URI }}/add" class="btn btn-info pull-right"><i class="fa fa-plus fa-fw"></i> Add Server</a>
</ol>
</h1>
</section>

<!-- Main content -->
<section class="content">
<div class="row">
<check if="{{ @message }}">
<div class="alert alert-{{ @message['type'] }} alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<i class="icon fa fa-info"></i>
{{ @message['data'] }}
</div>
</check>

<repeat group="{{ @servers }}" value="{{ Server }}">

<div class="col-sm-6 col-md-4 col-lg-3">
<div class="box box-solid box-primary">
<div class="box-header">
<i class="icon fa fa-server"></i><h3 class="box-title"><b>{{ Server->servername }}</b> {{ Server->active==1?'':'( Locked )'}}</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
<div class="box-body">
<table class="table">
<tr>
<td>Location</td><td>{{ Server->country }}</td>
</tr>
<tr>
<td>Host Address</td><td>{{ Server->host }}</td>
</tr>
<tr>
<td>Price RM</td><td>{{ Server->price }}</td>
</tr>
</table>
</div><!-- /.box-body -->

<div class="box-footer text-center">
<a href="{{ @URI.'/'.@server->id }}" class="btn btn-primary"><i class="fa fa-edit fa-fw"></i> Edit</a>
<a href="{{ @URI.'/'.@server->id }}/account" class="btn btn-danger"><i class="fa fa-group fa-fw"></i>User List</a>


</div><!-- /.box-footer-->
</div><!-- /.box -->
</div>
</repeat>
</div>




</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
 
With userlist:

<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>Server List
<ol class="breadcrumb">
<a href="{{ @URI }}/add" class="btn btn-info pull-right"><i class="fa fa-plus fa-fw"></i> Add Server</a>
</ol>
</h1>
</section>

<!-- Main content -->
<section class="content">
<div class="row">
<check if="{{ @message }}">
<div class="alert alert-{{ @message['type'] }} alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<i class="icon fa fa-info"></i>
{{ @message['data'] }}
</div>
</check>

<repeat group="{{ @servers }}" value="{{ Server }}">

<div class="col-sm-6 col-md-4 col-lg-3">
<div class="box box-solid box-primary">
<div class="box-header">
<i class="icon fa fa-server"></i><h3 class="box-title"><b>{{ Server->servername }}</b> {{ Server->active==1?'':'( Locked )'}}</h3>
<div class="box-tools pull-right">
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
<div class="box-body">
<table class="table">
<tr>
<td>Location</td><td>{{ Server->country }}</td>
</tr>
<tr>
<td>Host Address</td><td>{{ Server->host }}</td>
</tr>
<tr>
<td>Price RM</td><td>{{ Server->price }}</td>
</tr>
</table>
</div><!-- /.box-body -->

<div class="box-footer text-center">
<a href="{{ @URI.'/'.@server->id }}" class="btn btn-primary"><i class="fa fa-edit fa-fw"></i> Edit</a>
<a href="{{ @URI.'/'.@server->id }}/account" class="btn btn-danger"><i class="fa fa-group fa-fw"></i>User List</a>


</div><!-- /.box-footer-->
</div><!-- /.box -->
</div>
</repeat>
</div>




</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
Cge salamat try ko
 
Wla talaga badtrip may iba pa ang code ang userlist
 

Attachments

  • Screenshot_20180419-163603.webp
    Screenshot_20180419-163603.webp
    8.5 KB · Views: 13
  • Screenshot_20180419-163455.webp
    Screenshot_20180419-163455.webp
    11.8 KB · Views: 13
Status
Not open for further replies.

About this Thread

  • 6K
    Replies
  • 216K
    Views
  • 685
    Participants
Last reply from:
1achy

Trending Topics

Online now

Members online
1,308
Guests online
963
Total visitors
2,271

Forum statistics

Threads
2,282,216
Posts
29,006,956
Members
1,223,815
Latest member
fiyakri03
Back
Top