コード例 #1
0
ファイル: tag.php プロジェクト: rafaeldahis/tune
        </ul>
</div>


<div class="container">
<h3>Best tools for <?php 
echo $tag["name"];
?>
<a href="<?php 
echo $facebookShareLink;
?>
" class="pull-right" style="font-size:16px;color: #EE5315;" rel="nofollow" target="_blank">share</a> </h3>


<div class="service">
<div class="row">
<?php 
printToolsList($toolsList, $tag["name"]);
?>
</div>
</div>
</div>
<?php 
//get_sidebar();
?>
 

<?php 
get_footer();
?>
 
コード例 #2
0
ファイル: tools.php プロジェクト: rafaeldahis/tune
?>
<div class="container"><br/></div>

<div class="container">
        <ul class="breadcrumb">
          <li><a href="/">Home</a> <span class="divider">/</span></li>
          <li class="active">All Tools</li>
        </ul>
</div>


<div class="container">
<h3>See all tools</h3>

<div class="service">
<div class="row">
<?php 
printToolsList($toolsList);
?>
</div>
</div>
</div>
<?php 
//get_sidebar();
?>
 

<?php 
get_footer();
?>
 
コード例 #3
0
ファイル: tool.php プロジェクト: rafaeldahis/tune
        <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
        <!-- disqus comments -->       

    </div>
</div>

<div class="container">
<br/><br/><hr/>
<h4>More from <?php 
echo $sourceTag;
?>
</h4>
<div class="service">
<div class="row">
<?php 
printToolsList($relatedTools, $sourceTag);
?>
</div></div></div>

<?php 
//get_sidebar();
?>
 


 


<?php 
get_footer();
?>
コード例 #4
0
ファイル: index-auto.php プロジェクト: rafaeldahis/tune
<div class="container">
<div class="service">
<div class="row">

<h2 class="pull-left">Featured Startup Tools</h2>
<div class="pull-right">
	<form method="POST" action="save.php" id="search-form">
<input type="text" id="search" class="typeahead span2 search-query" style="margin-top: 12px;" data-provide="typeahead" placeholder="search all tools">
</form>
</div>
</div>

<div class="row">
<?php 
printToolsList($featuredToolsList);
?>
</div>



</div>
</div>

<script type="text/javascript">
  var subjects = <?php 
echo $toolsNames;
?>
  
  $('#search').typeahead({source: subjects}) 
  $('#search').change(function() {
コード例 #5
0
ファイル: index.php プロジェクト: rafaeldahis/tune
?>
</div>
</div>

<div class="row">
<h2 class="pull-left">Featured Startup Tools</h2>
<div class="pull-right">
	<form method="POST" action="save.php" id="search-form">
<input type="text" id="search" class="typeahead span2 search-query" style="margin-top: 12px;" data-provide="typeahead" placeholder="search all tools">
</form>
</div>
</div>

<div class="row">
<?php 
printToolsList($featuredToolsList, "", true);
?>
</div>



</div>
</div>

<script type="text/javascript">
  var subjects = <?php 
echo $toolsNames;
?>
  
  $('#search').typeahead({source: subjects}) 
  $('#search').change(function() {