You've already forked collage-maker
Simplify UI
This commit is contained in:
@ -9,29 +9,29 @@
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<dialog id="notice_dialog">
|
||||
<form method="dialog"><span><a href="" target="_blank" id="collage-url"></a></span><button>X</button></form>
|
||||
</dialog>
|
||||
<div class="container">
|
||||
<div class="controls">
|
||||
|
||||
<h2>Photo Collage</h2>
|
||||
<p><a href="choose.html">Select Images</a></p>
|
||||
<h1>Photo Collage</h1>
|
||||
<select id="page_size_selector">
|
||||
<option value="letter-portrait" > Letter (Portrait) </option>
|
||||
<option selected value="letter-landscape" > Letter (Landscape) </option>
|
||||
<option value="fiveseven-portrait" > 5 × 7 (Portrait) </option>
|
||||
<option value="fiveseven-landscape" > 7 × 5 (Landscape) </option>
|
||||
<option value="foursix-portrait" > 4 × 6 (Portrait) </option>
|
||||
<option value="foursix-landscape" > 4 × 6 (Landscape) </option>
|
||||
</select>
|
||||
<div class="main-controls">
|
||||
<a href="choose.html"><button>Select</button></a>
|
||||
|
||||
<button id="snapper" class="showbuton">Snap</button>
|
||||
<a href="/collages/?layout=grid" target="_blank" ><button>All</button></a>
|
||||
</div>
|
||||
|
||||
<label>
|
||||
<span>Paper size</span>
|
||||
<select id="page_size_selector">
|
||||
<option value="letter-portrait" > Letter (Portrait) </option>
|
||||
<option selected value="letter-landscape" > Letter (Landscape) </option>
|
||||
<option value="fiveseven-portrait" > 5 × 7 (Portrait) </option>
|
||||
<option value="fiveseven-landscape" > 7 × 5 (Landscape) </option>
|
||||
<option value="foursix-portrait" > 4 × 6 (Portrait) </option>
|
||||
<option value="foursix-landscape" > 4 × 6 (Landscape) </option>
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<button id="snapper" class="showbuton">Snap Collage</button>
|
||||
<div>
|
||||
<p><a href="/collages/" target="_blank" >All collages</a></p>
|
||||
<p><a href="" target="_blank" id="collage-url"></a></p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="templates">
|
||||
|
Reference in New Issue
Block a user