You've already forked collage-maker
Minor refactor
* Move namegen to seperate file * Simplify Makefile
This commit is contained in:
@ -16,12 +16,12 @@
|
||||
<label>
|
||||
<span>Paper size</span>
|
||||
<select id="page_size_selector" size=8>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user