🔒 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
 
Status
Not open for further replies.

About this Thread

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

Trending Topics

Online now

Members online
389
Guests online
2,474
Total visitors
2,863

Forum statistics

Threads
2,331,536
Posts
29,258,742
Members
1,149,679
Latest member
ghrgh
Back
Top