chiark / gitweb /
Added list by number of children; refarctored other list-by-count
[familyTree.git] / cgiFiles / everyPage.py
index 413b87329903117c5ce42fcf28154a4d84c2f346..5ae696dbed22dee0c032a65a59ff755af038863b 100755 (executable)
@@ -17,18 +17,25 @@ def links():
        print '<li><a href='+base_url() + \
        'searchname.py> Search for people</a></li>'
        print '<li><a href='+base_url() + \
-       'listPeople.py> list of people</a></li>'
+       'listPeople.py> List of people</a></li>'
        print '<li><a href='+base_url() + \
-       'listTerr.py> list of territories</a></li>'
+       'listTerr.py> List of territories</a></li>'
+       print '<li><a href = bigGraph.py> big graph</a></li>'
+       print '</ul>'
+       print '<ul>'
        print '<li><a href='+base_url() + \
-       'countNames.py> first names</a></li>'
+       'countNames.py> First names</a></li>'
        print '<li><a href='+base_url()+ \
        'listAge.py> Age at haing child</a></li>'
        print '<li><a href='+base_url()+\
        'listAgeDeath.py> Age at death</a></li>'
-       print '<li><a href = bigGraph.py> big graph</a></li>'
+       print '<li><a href ='+base_url()+\
+       'listChildCount.py> Number of children</a></li>'
        print '</ul>'
        print '<hr>'
+       
+
+
 def footer():
        print '<hr>'
        print 'This somewhat silly thing made by '