Skip to content

Instantly share code, notes, and snippets.

@virbo
Created April 18, 2016 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virbo/e105cbe10486bb8a351f3062998a77f5 to your computer and use it in GitHub Desktop.
Save virbo/e105cbe10486bb8a351f3062998a77f5 to your computer and use it in GitHub Desktop.
Views/maps_view.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Peta Sebaran Alumni</title>
<link href="<?php echo base_url('assets/css/bootstrap.min.css');?>" rel="stylesheet">
<?php echo $map['js']; ?>
</head>
<body>
<div class="container">
<div class="page-header" style="margin-top: 50px;">
<blockquote>
<a href="<?php echo base_url('welcome');?>" class="btn btn-primary">Input Data</a>
</blockquote>
</div>
<div class="panel panel-default">
<div class="panel-body">
<legend>Peta Sebaran Alumni</legend>
<?php echo $map['html']; ?>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment