@@ -38,7 +38,7 @@ limitations under the License.
<br/>
- <a href="/jframegallery/">back to jframe gallery (without scrolling to the top)</a>
+ <a href="/jframegallery/" class="noScroll">back to jframe gallery (without scrolling to the top)</a>
</div>
</body>
</html>
@@ -25,7 +25,6 @@ limitations under the License.
<input type="text" class="ccs-hidden" data-filters="OverText, ArtInput, FilterInput" data-art-input-type="search"
title="Filter by Name"
data-filter-elements="td.city" data-filter-parents="tr" value="New York"/>
- </div>
<table data-filters="HtmlTable" class="selectable sortable" cellpadding="0" cellspacing="0">
<thead>
@@ -25,7 +25,7 @@ limitations under the License.
<h1>Gallery pages:</h1>
<ul>
{% for file in files %}
- <li><a href="{{file.filename}}" id="{{file.id}}">{{file.name}}</a></li>
+ <li><a href="/jframegallery/{{file.filename}}" id="{{file.id}}">{{file.name}}</a></li>
{% endfor %}
</ul>