--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210mm"
+ height="297mm"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="Nouveau document 1">
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective10" />
+ <inkscape:perspective
+ id="perspective2884"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective2958"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.66905966"
+ inkscape:cx="-147.14286"
+ inkscape:cy="518.0181"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1005"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Calque 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g2966"
+ inkscape:export-xdpi="111"
+ inkscape:export-ydpi="111">
+ <image
+ xlink:href="file:///net/nfs-authnss.b.ca.auf/home/davin.baragiotta/Desktop/user.png"
+ width="48"
+ height="48"
+ id="image2886"
+ x="-118.28571"
+ y="568.36218" />
+ <image
+ xlink:href="file:///net/nfs-authnss.b.ca.auf/home/davin.baragiotta/Desktop/bullet-magnify.png"
+ width="48"
+ height="48"
+ id="image2960"
+ x="-103.57162"
+ y="582.7973" />
+ </g>
+ </g>
+</svg>
apercu_link = u"""<a title="Aperçu du dossier"
onclick="return showAddAnotherPopup(this);"
href='%s'>
- <img src="%simg/loupe.png" />
+ <img src="%simg/dossier-apercu.png" />
</a>""" % \
(reverse('dossier_apercu', args=(d.id,)),
settings.STATIC_URL,
def _poste(self, dossier):
link = u"""<a title="Aperçu du poste"
onclick="return showAddAnotherPopup(this);"
- href='%s'><img src="%simg/loupe.png" />
+ href='%s'><img src="%simg/poste-apercu.png" />
</a>
<a href="%s" title="Modifier le poste">%s</a>""" % \
(reverse('poste_apercu', args=(dossier.poste.id,)),
view = u"""<a href="%s"
title="Aperçu l'employé"
onclick="return showAddAnotherPopup(this);">
- <img src="%simg/loupe.png" />
+ <img src="%simg/employe-apercu.png" />
</a>""" % (view_link, settings.STATIC_URL,)
return u"""%s<a href='%s' style="%s;">%s</a>""" % \
(view, edit_link, style, employe)
return u"""<a title="Aperçu de l'employé"
onclick="return showAddAnotherPopup(this);"
href='%s'>
- <img src="%simg/loupe.png" />
+ <img src="%simg/employe-apercu.png" />
</a>""" % \
(reverse('employe_apercu', args=(obj.id,)), settings.STATIC_URL)
_apercu.allow_tags = True
href="%s"
onclick="return showAddAnotherPopup(this);"
title="Aperçu du dossier">
- <img src="%simg/loupe.png" />
+ <img src="%simg/dossier-apercu.png" />
</a>
<a href="%s">Dossier</a>
""" % \
href="%s"
onclick="return showAddAnotherPopup(this);"
title="Aperçu du poste">
- <img src="%simg/loupe.png" />
+ <img src="%simg/poste-apercu.png" />
</a>
<a href="%s">Poste</a>
""" % \
view_link = u"""<a onclick="return showAddAnotherPopup(this);"
title="Aperçu du poste"
href='%s'>
- <img src="%simg/loupe.png" />
+ <img src="%simg/poste-apercu.png" />
</a>""" % \
(reverse('poste_apercu', args=(poste.id,)),
settings.STATIC_URL,)
try:
responsable = u"""<a href="%s"
onclick="return showAddAnotherPopup(this)">
- <img src="%simg/loupe.png"
+ <img src="%simg/poste-apercu.png"
title="Aperçu du poste" />
</a>
<a href="%s">%s</a>
employe_html = u"""<br />
<a href="%s"
onclick="return showAddAnotherPopup(this)">
- <img src="%simg/loupe.png"
+ <img src="%simg/employe-apercu.png"
title="Aperçu de l'employé">
</a>
<a href="%s">%s</a>""" % \
l = []
for e in employes:
link = u"""<a href='%s'
- title='Aperçu de l\'employer'
+ title='Aperçu de l\'employé'
onclick='return showAddAnotherPopup(this)'>
- <img src='%simg/loupe.png' />
+ <img src='%simg/employe-apercu.png' />
</a>
<a href='%s'>%s</a>""" % \
(reverse('employe_apercu', args=(e.id,)),