Update index.php

This commit is contained in:
Kyle
2021-12-18 14:26:28 -08:00
parent 9ec0d20be9
commit 60bad272b5

View File

@@ -5,7 +5,8 @@ include('../globalHTML/header-1.php');
?> ?>
<h2 class='readable-background header-extension title center margin-bottom-large'>Printing Tool</h2> <h2 class='readable-background header-extension title center margin-bottom-large'>Printing Tool</h2>
<div class='readable-background padding layer margin-bottom-large'> <div class='readable-background padding layer margin-bottom-large'>
<h4 class='center padding margin-bottom'>Configure Page Settings</h4> <h4 class='collapsible collapsed center padding margin-bottom' onclick='toggleCollapse(event);'>Configure Page Settings</h4>
<div>
<h5 class='margin-bottom padding input-description'>Select your paper size</h5> <h5 class='margin-bottom padding input-description'>Select your paper size</h5>
<select onchange='setPageSize(this.value.split(","));' class='input margin-bottom'> <select onchange='setPageSize(this.value.split(","));' class='input margin-bottom'>
<option value='8.5,11'>Letter (8.5 by 11)</option> <option value='8.5,11'>Letter (8.5 by 11)</option>
@@ -42,6 +43,7 @@ include('../globalHTML/header-1.php');
<h5 class='margin-bottom padding input-description'>Save your current configurations as default</h5> <h5 class='margin-bottom padding input-description'>Save your current configurations as default</h5>
<button onclick='saveDefaults();' class='input margin-bottom'>Save configuration</button> <button onclick='saveDefaults();' class='input margin-bottom'>Save configuration</button>
</div> </div>
</div>
<div class="layer"> <div class="layer">
<div class='padding margin-bottom readable-background drop-area'> <div class='padding margin-bottom readable-background drop-area'>
<h5 class='margin-bottom padding input-description'>Drag and drop the images that you'd like to print</h5> <h5 class='margin-bottom padding input-description'>Drag and drop the images that you'd like to print</h5>