summaryrefslogtreecommitdiff
path: root/python/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/server.py')
-rw-r--r--python/server.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/server.py b/python/server.py
index 541f4541..13182836 100644
--- a/python/server.py
+++ b/python/server.py
@@ -93,10 +93,10 @@ templateDef = '''#encoding utf-8
<img src="/icons/next.png" class="next"/>
<img src="/icons/last.png" class="last"/>
<select class="pagesize">
- <option selected="selected" value="100">100</option>
+ <option selected="selected" value="40">40</option>
+ <option value="100">100</option>
<option value="200">200</option>
- <option value="500">500</option>
- <option value="1000">1000</option>
+ <option value="300">300</option>
</select>
</form>
</div>