File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 < div class ="anchor-target " id ="{{floor.name|xslugify}} "> </ div >
5353 < h3 > {{ floor.name }}</ h3 >
5454 < div class ="floor-plan ">
55- < img id ="{{floor.name|xslugify}}-image " class ="col-md-12 col-sm-12 col-xs-12 " src ="{{ floor.image.url }} " >
56- <!-- We need as many of these as we can have individual rooms combining into one -->
57- < div id ="{{floor.name|xslugify}}-arrowdiv0 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
58- < div id ="{{floor.name|xslugify}}-arrowdiv1 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
59- < div id ="{{floor.name|xslugify}}-arrowdiv2 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
60- < div id ="{{floor.name|xslugify}}-arrowdiv3 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
55+ {% if floor.image %}
56+ < img id ="{{floor.name|xslugify}}-image " class ="col-md-12 col-sm-12 col-xs-12 " src ="{{ floor.image.url }} " >
57+ <!-- We need as many of these as we can have individual rooms combining into one -->
58+ < div id ="{{floor.name|xslugify}}-arrowdiv0 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
59+ < div id ="{{floor.name|xslugify}}-arrowdiv1 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
60+ < div id ="{{floor.name|xslugify}}-arrowdiv2 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
61+ < div id ="{{floor.name|xslugify}}-arrowdiv3 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
62+ {% else %}
63+ No floor image available yet.
64+ {% endif %}
6165 </ div >
6266 < div class ="rooms small ">
6367 {% for f in floors %}
You can’t perform that action at this time.
0 commit comments