Log Template Editor

by Rushan Sakhibgareev

HTML

<!doctype html>
<html lang="en">
<head>
  <!-- Required meta tags -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <!-- Bootstrap CSS -->
  <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
  <title>Log Template Editor Sketch</title>
</head>
<body>
  <style>
  .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: left;
    color: grey;
  }
  .panel-heading a.collapsed:after {
    content:"\e080";
  }
</style>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"> </script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"> </script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.0.4/jscolor.min.js"> </script>
<div class="panel-group" id="accordion">
  <div class="panel panel-default" id="panel1">
    <div class="panel-heading">
      <h4 class="panel-title">
        &nbsp; Select Template
        <select name="text" style="width:30%;float:right;text-align-last:center">
          <option value="value1">Well</option>
          <option value="value2" selected>EOWR</option>
          <option value="value3">Profile</option>
        </select>
      </h4>
    </div>
    <div class="panel-heading">
      <h4 class="panel-title">
        &nbsp; Template Name
        <input type="text" style="width:30%;float:right;text-align-last:center" value="EOWR"/>
      </h4>
    </div>
    <div class="panel-heading">
      <h4 class="panel-title">
        &nbsp; Profile Fraction
        <input type="text" style="width:30%;float:right;text-align-last:center" value="1.0"/>
      </h4>
    </div>
    <div class="panel-heading">
      <h4 class="panel-title">
        <a data-toggle="collapse" data-target="#collapseOne"
        href="#collapseOne">
       ...