From fa4a9859c57de6b7894ff4b84b75d242f2b796f5 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Fri, 13 Feb 2015 02:29:37 +0100 Subject: first drop --- jm2l/templates/index_profil.mako | 130 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 jm2l/templates/index_profil.mako (limited to 'jm2l/templates/index_profil.mako') diff --git a/jm2l/templates/index_profil.mako b/jm2l/templates/index_profil.mako new file mode 100644 index 0000000..6e0f27c --- /dev/null +++ b/jm2l/templates/index_profil.mako @@ -0,0 +1,130 @@ +<%inherit file="jm2l:templates/layout.mako"/> +<%namespace name="profil" file="jm2l:templates/Profil/Profil.mako"/> +<%namespace name="sejour" file="jm2l:templates/Profil/Sejour.mak"/> +<%namespace name="intendance" file="jm2l:templates/Logistique/Logistique.mako"/> +<% +from pyramid.security import authenticated_userid +user_id = authenticated_userid(request) +%> + +
+
+ +
+
+ ${profil.profil_wrapper()} +
+ +
+ ${sejour.sejour_wrapper()} +
+ +
+
+ + + +
+
+ + + + +
+ +
+ +
+
+
+
+
+ +
+
+ +
+
+ + + +
+
${intendance.Route_wrapper()}
+
${intendance.Covoiturage_wrapper()}
+
${intendance.Hebergement_wrapper()}
+
${intendance.Materiel_wrapper()}
+
+ +
+
+ +
+ + * Uploader Mon RIB + * Uploader mon ticket (Train/Avion/PĂ©age/Bus) + RĂ©capitulatif des frais + Pris en charge (ou pas) + +
+ +
+
+
+ + + +% if user_id: + Welcome ${user_id} :: + Sign Out +%else: +
+ + + +
+%endif + +% if paginator.items: + + ${paginator.pager()} + +

Blog entries

+ + + + ${paginator.pager()} + +% else: + +

No blog entries found.

+ +%endif + +

+Create a new blog entry

+ +
+ -- cgit v1.2.3-54-g00ecf