Skip to content

Commit

Permalink
Specimen-helper housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
impallari committed Jun 29, 2016
1 parent 45f95be commit c1e6e59
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 55 deletions.
37 changes: 0 additions & 37 deletions includes/specimen-helper/scale.php

This file was deleted.

9 changes: 6 additions & 3 deletions includes/specimen-helper/wordsfinder.php
@@ -1,6 +1,8 @@
<div>

<div id="formContainer">
<div id="formContainer">
<p class="sizelabel" style="margin-bottom: 20px;">Post explaining <a href="http://typedrawers.com/discussion/comment/9592/#Comment_9592" target="_blank">how to use this tool</a> and what it is for.</p>

<form method="post" action="includes/specimen-helper/wordsfinder-ajax.php" id="filterform">

<?php
Expand Down Expand Up @@ -88,7 +90,7 @@
<table width="920" border="0" cellpadding="4">
<tr>
<td>
<p class="sizelabel">Desired EM:
<p class="sizelabel">Desired Word Advance-width:
<input type="text" id="desired_em" size="6" value="<?php if (isset($_POST['desired_em']) && !empty($_POST['desired_em']) ) echo $_POST['desired_em']; ?>" /></p>
</td>
<td>
Expand Down Expand Up @@ -157,7 +159,8 @@
<!-- ajax Results -->
<div id="filterresults" style="padding: 20px 80px 20px 0px;">
<p>What's this:</p>
<p>It's a tool that helps you find the perfect word for your nice type specimen</p>
<p>It's a tool that helps you find the perfect word for your nice type specimen</p>
<p>This post explain <a href="http://typedrawers.com/discussion/comment/9592/#Comment_9592" target="_blank">how to use this tool</a>, including a quick video<p>
</div>

</div>
Expand Down
24 changes: 9 additions & 15 deletions specimen-helper.php
Expand Up @@ -22,37 +22,31 @@
<div class="tabs">
<!-- Navigation -->
<ul class="tabNavigation">
<li><a href="#specimens">Predefined Specimens</a></li>
<li><a href="#wordsfinder">Words finder</a></li>
<li><a href="#calculator">Calculator</a></li>
<li><a href="#calculator">Calculator for the WordFinder</a></li>
<li><a href="#template01">Template for the WordFinder</a></li>
<li><a href="#specimens">Predefined Specimens</a></li>
<li><a href="#scale">Scale</a></li>
</ul>

<!-- Predefined Specimens -->
<div id="specimens">
<?php include("includes/specimen-helper/specimens.php"); ?>
</div>

<!-- Words Finder -->
<div id="wordsfinder">
<?php include("includes/specimen-helper/wordsfinder.php"); ?>
</div>

<!-- Calculator -->
<!-- Calculator for the WordFinder -->
<div id="calculator">
<?php include("includes/specimen-helper/calculator.php"); ?>
</div>

<!-- Specimen Template 01 -->
<!-- Template for the WordFinder -->
<div id="template01">
<?php include("includes/specimen-helper/template01.php"); ?>
</div>

<!-- Specimens Generator -->
<div id="specimens">
<?php include("includes/specimen-helper/specimens.php"); ?>
</div>

<!-- Scale -->
<div id="scale">
<?php include("includes/specimen-helper/scale.php"); ?>
</div>

</div><!-- end tabs -->

Expand Down

0 comments on commit c1e6e59

Please sign in to comment.