blob: ff755c5aca779c5f54e2566b7eced3a46cf034ae [file] [log] [blame]
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="dom_ui.css">
<link rel="stylesheet" href="print_preview.css">
<script src="chrome://resources/js/local_strings.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="print_preview.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="navbar-container">
<div id="destination-container">
<h1>Destination</h1>
<select id="printer-list"></select>
<div id="buttons">
<button id="print-button" i18n-content="printButton"></button>
<button id="cancel-button" i18n-content="cancelButton"></button>
</div>
</div>
<section>
<h3>Pages</h3>
<div>
<input id="pages" type="textbox"></input>
<label>
<input id="all-pages" type="checkbox">
<span i18n-content="optionAllPages"></span>
</label>
<div>
<label>
<input id="two-sided" type="checkbox">
<span i18n-content="optionTwoSided"></span>
</label>
</div>
</div>
</section>
<section>
<h3>Copies</h3>
<div>
<input id="copies" type="textbox"></input>
<div>
<label>
<input id="collate" type="checkbox">
<span i18n-content="optionCollate"></span>
</label>
</div>
</div>
</section>
<section>
<h3>Layout</h3>
<div>
<select id="layout">
<option i18n-content="optionPortrait"></option>
<option i18n-content="optionLandscape"></option>
</select>
</div>
</section>
<section>
<h3>Color</h3>
<div>
<select id="color">
<option i18n-content="optionColor"></option>
<option i18n-content="optionBw"></option>
</select>
</div>
</section>
</div>
<div id="separator"></div>
<div id="mainview">
MAIN
</div>
<script>
console.log('in bottom script');
</script>
</body>
</html>