]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/generic/content_byline.pt
Déplacement pour eggification.
[Plinn.git] / skins / generic / content_byline.pt
diff --git a/skins/generic/content_byline.pt b/skins/generic/content_byline.pt
deleted file mode 100644 (file)
index 9611e1f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-       <head>
-               <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-               <title>Content by line</title>
-       </head>
-       <body i18n:domain="cmf_default">
-               <div id="ContentByLine" metal:define-macro="byline"
-                                tal:define="creator here/Creator;
-                                                                                creatorFullName python:mtool.getMemberFullNameById(creator, nameBefore=0) ;
-                                                                                date python:here.modified();
-                                                                                modificationDate python:date.strftime('%d/%m/%Y');
-                                                                                modificationTime python:date.strftime('%Hh%M')">
-                       <span tal:omit-tag="" i18n:translate="">Modified on</span> <span tal:replace="modificationDate">Today</span> <span tal:omit-tag="" i18n:translate="">at</span> <span tal:replace="modificationTime">Hour</span> – <span tal:omit-tag="" i18n:translate="">creator: </span> <span tal:content="creatorFullName">Creator</span>
-    </div>
-       </body>
-</html>