Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Template Edit Book</title>
<!-- Include Boostrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Include Metaphactory CSS -->
<link rel="stylesheet" href="css/basic-styles.css">
<!-- Include Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<!-- Template starts ==> -->
<div class="col-sm-12 col-md-8 col-md-offset-2">
<h1>Example Book</h1>
<div id="book-edit-form" class="row">
<div class="col-sm-2">
<ul class="nav nav-tabs nav-stacked">
<li class="active">
<a data-toggle="tab" href="#description">Description</a>
</li>
<li>
<a data-toggle="tab" href="#publication">Publication</a>
</li>
<li>
<a data-toggle="tab" href="#authors">Authors</a>
</li>
<li>
<a data-toggle="tab" href="#printing">Printing</a>
</li>
<li>
<a data-toggle="tab" href="#locators">Locators</a>
</li>
<li>
<a data-toggle="tab" href="#delete">Delete</a>
</li>
<li>
<a data-toggle="tab" href="#statements">Statements</a>
</li>
</ul>
</div>
<div class="col-sm-10 tab-content">
<div id="description" class="tab-pane fade in active">
<div class="form-group">
<label>Short Title</label>
<input type="text" class="form-control" placeholder="Enter short title here &hellip;">
</div>
<div class="form-group">
<label>Book Title</label>
<input type="text" class="form-control" placeholder="Enter book title here &hellip;">
</div>
<div class="form-group">
<label>Book Type</label>
<select class="form-control">
<option>Original Text</option>
<option>Commentary</option>
</select>
</div>
<div class="form-group">
<label>Language</label>
<select class="form-control">
<option>Latin</option>
</select>
</div>
<div class="form-group">
<label>URL To PDF</label>
<input type="text" class="form-control" placeholder="Enter url to pdf here &hellip;">
</div>
</div>
<div id="publication" class="tab-pane fade">
<table class="table">
<thead>
<tr>
<th>Publisher</th>
<th>Name (as stated in the book)</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="standard-row">
<td><a>Example Publisher</a></td>
<td><a>Name of Example Publisher</a></td>
<td><i class="fa fa-trash" aria-hidden="true"></i></td>
</tr>
<tr class="standard-row">
<td><a>Another Publisher</a></td>
<td><a class="btn btn-xs btn-default">Edit</a></td>
<td><i class="fa fa-trash" aria-hidden="true"></i></td>
</tr>
</tbody>
</table>
<div style="margin-bottom: 2em;">
<a href="#">Add Publisher</a>
</div>
<div class="form-group">
<label>Place Published</label>
<select class="form-control">
<option>Paris</option>
</select>
</div>
<div style="margin-bottom: 2em;">
<a href="#">Create new place</a>
</div>
<div class="form-group">
<label>Name Of Place Published As Stated in The Book</label>
<input type="text" class="form-control" placeholder="Enter name of place published as stated in the book here &hellip;">
</div>
<div class="form-group">
<label>Date Published (YYYY)</label>
<input type="text" class="form-control" placeholder="Enter date published (YYYY) here &hellip;">
</div>
<div class="form-group">
<label>Date Published (Text)</label>
<input type="text" class="form-control" placeholder="Enter date published (text) here &hellip;">
</div>
</div>
<div id="authors" class="tab-pane fade">
<table class="table">
<thead>
<tr>
<th>Author</th>
<th>Name (as stated in the book)</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="standard-row">
<td><a>Example Author</a></td>
<td><a>Name of Example Author</a></td>
<td><i class="fa fa-trash" aria-hidden="true"></i></td>
</tr>
<tr class="standard-row">
<td><a>Another Author</a></td>
<td><a class="btn btn-xs btn-default">Edit</a></td>
<td><i class="fa fa-trash" aria-hidden="true"></i></td>
</tr>
</tbody>
</table>
<div style="margin-bottom: 2em;">
<a href="#">Add Author</a>
</div>
</div>
<div id="printing" class="tab-pane fade">
<table class="table">
<thead>
<tr>
<th>Printer</th>
<th>Name (as stated in the book)</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="standard-row">
<td><a>Example Printer</a></td>
<td><a class="btn btn-xs btn-default">Edit</a></td>
<td><i class="fa fa-trash" aria-hidden="true"></i></td>
</tr>
</tbody>
</table>
<div style="margin-bottom: 2em;">
<a href="#">Add Printer</a>
</div>
<div class="form-group">
<label>Place Printed</label>
<select class="form-control">
<option>Paris</option>
</select>
</div>
<div style="margin-bottom: 2em;">
<a href="#">Create new place</a>
</div>
<div class="form-group">
<label>Name Of Place Published As Stated in The Book</label>
<input type="text" class="form-control" placeholder="Enter name of place published as stated in the book here &hellip;">
</div>
</div>
<div id="locators" class="tab-pane fade">
<table class="table">
<thead>
<tr>
<th>Context</th>
<th>URL</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="standard-row">
<td>Source</td>
<td><a>http://wwww.example.com</a></td>
<td>
<a class="btn btn-xs btn-default">Edit</a>
<a class="btn btn-xs btn-default">Delete</a>
</td>
</tr>
</tbody>
</table>
<div style="margin-bottom: 2em;">
<a href="#">Add Locator</a>
</div>
</div>
<div id="locators" class="tab-pane fade">
locators
</div>
<div id="delete" class="tab-pane fade">
{{delete}}
</div>
<div id="statements" class="tab-pane fade">
{{statements}}
</div>
<div class="row">
<div class="col-sm-12 text-right form-submit">
<button class="btn btn-primary btn-md">Save</button>
</div>
</div>
</div>
</div> <!-- #book-edit-form -->
</div>
<!-- <== Template ends ==> -->
<!-- Include Boostrap JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>