Пример #1
0
          	<strong>Downloads: </strong><?php 
echo $downloads;
?>
	<br />
	<br />
	<center><a href="#myModal" role="button" class="btn btn-danger" data-toggle="modal"><i class = "icon-flag"></i> Report content</a></center>
          
          </div>
          
           <?php 
if (isStaff()) {
    ?>
          
            <div class = "well" style = "position: absolute; right: 0; top: 260px; width: 220px;">
          <?php 
    topHeader("Staff tools");
    ?>
          <strong style = "font-size: 16px; line-height: 40px;">Submission Details</strong><br />
          <strong>Username: </strong><?php 
    echo $username;
    ?>
          <br/>
          <strong>IP: </strong><?php 
    echo $IP;
    ?>
          <br/><br /><strong style = "font-size: 16px; line-height: 40px;">Book actions</strong><br />
          	<center>
          	<a type="button" class="btn btn-warning" style="margin-bottom: 10px;width:130px;"><i class = "icon-minus-sign"></i> Hide Book</a><br />
          	<a href="delete.php?ID=<?php 
    echo $ID;
    ?>
Пример #2
0
					<option>Other</option>
          		<?php 
if (!$detect->isiOS()) {
    ?>
</optgroup><?php 
}
?>
          	</select><br />
          	<input type = "checkbox" name = "not_nsfw" id="not_nsfw" checked = "checked"/> Suitable for all users <br /><br />
          	<button type = "submit" class = "btn btn-success">
          		<i class = "icon-plus"></i> Add book
          	</button>
          </div>
          <div class = "well" style = "position: absolute; right: 0; top: 696px; width: 220px;">
          <?php 
topHeader("Submission information");
?>
          	<a href="#myModal" role="button" class="btn btn-primary" data-toggle="modal" style = "margin-left: 16px;"><i class = "icon-info-sign"></i> Submission Guidelines</a>
          	</div>
       <textarea class = "book" id = "writing" name = "bookContent" style = "" required></textarea>
       <p class = "text-warning" style = "width: 680px; padding-top: 10px;">All books must be original. No copyrighted material will be accepted. Additionally, 'adult' content must be marked as so by unticking the checkbox on the right. Failure to comply with this and the polciies shown in the submission info may result in book deletion and the ban of the user responsible.</p>
           
        </form>
      </div>
	</div><br />
	<!-- Modal -->
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
	<div class="modal-header">
		<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
		<h3 id="myModalLabel">Submission information</h3>
	</div>