Tags and places are now in a list for a more compact space
Explorer code has been very much reordered following this change
This commit is contained in:
@ -44,9 +44,9 @@
|
||||
<img class="style-select frame" src="styles/icons/frame.svg">
|
||||
<img class="style-select list" src="styles/icons/list.svg">
|
||||
</div>
|
||||
<form action="">
|
||||
<form name="explorer" action="" onsubmit="onSubmit();">
|
||||
<div class="container">
|
||||
<div class="box photos">
|
||||
<div class="box photos active">
|
||||
<h3>État photo </h3>
|
||||
<div class="item-cont">
|
||||
<span><input type="checkbox" id="photos" name="photos" value="all">
|
||||
@ -63,7 +63,7 @@
|
||||
<label for="good">★★★ bonne</label></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box years active">
|
||||
<div class="box years">
|
||||
<h3>Années </h3>
|
||||
<div class="item-cont">
|
||||
<span><input type="checkbox" id="years" name="years" value="all">
|
||||
@ -134,8 +134,7 @@
|
||||
<div class="item-cont">
|
||||
<span><input type="checkbox" id="places" name="places" value="all">
|
||||
<label for="places">Tous</label></span>
|
||||
|
||||
<!--<input type="checkbox" id="place1" name="place1" value="all"><select style="display:inline;"></select>-->
|
||||
<span><span class="inline">※ </span><select name="place"></select></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box tags">
|
||||
@ -143,8 +142,7 @@
|
||||
<div class="item-cont">
|
||||
<span><input type="checkbox" id="tags" name="tags" value="all">
|
||||
<label for="tags">Tous</label></span>
|
||||
|
||||
<!--<input type="checkbox" id="tag1" name="tag1" value="all"><select style="display:inline;"></select>-->
|
||||
<span><span class="inline">※ </span><select name="tag"></select></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box dimensions">
|
||||
|
Reference in New Issue
Block a user