"""
teleforma
- Copyright (c) 2006-2012 Guillaume Pellerin <yomguy@parisson.com>
+ Copyright (c) 2012-2017 Guillaume Pellerin <yomguy@parisson.com>
# This software is governed by the CeCILL license under French law and
# abiding by the rules of distribution of free software. You can use,
"""
teleforma
- Copyright (c) 2006-2012 Guillaume Pellerin <yomguy@parisson.com>
+ Copyright (c) 2012-2017 Guillaume Pellerin <yomguy@parisson.com>
# This software is governed by the CeCILL license under French law and
# abiding by the rules of distribution of free software. You can use,
#module-set-left .module {
border: 1px solid #000;
- background: repeat-x repeat-y url(/static/telemeta/images/tw_hd.png) 0 0;
+ background: repeat url(/static/telemeta/images/tw_hd.png) 0 0;
padding: 0.2em;
margin: 0em 0em 1.5em 0em;
-moz-border-radius: 8px 0px 11px 11px;
return [p.to_json_dict() for p in professors]
def pull(request, host=None):
-
if host:
url = 'http://' + host + '/json/'
else: