mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update index.php
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user