--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hdalab/templates/profile_home.html Wed Jul 16 15:15:50 2014 +0200
@@ -0,0 +1,32 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% load static %}
+
+{% block title %}{{block.super}} > transProfil utilisateur{% endblock %}
+
+{% block css_import %}
+{{block.super}}
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/index.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/profile.css' %}" />
+{% endblock %}
+
+{% block main_content %}
+ <h2>Votre profil</h2>
+ <p>Vos renkans : </p>
+ <table>
+ <tr class="border_bottom"><th>Nom</th><th>Date de modification</th><th>Preview</th><th>Actions</th></tr>
+ <tr class="border_bottom">
+ <td>dlfksldkjf lskdj</td>
+ <td>sldkfj lsdkjf lksdj fl</td>
+ <td><img src="http://icons.iconarchive.com/icons/visualpharm/ios7v2/256/Charts-Mind-map-icon.png" width="100px" height="100px" /></td>
+ <td>
+ <a title="Edit renkan" href="#" class="actions"><span class="ui-icon ui-icon-pencil renkan-basic-action"></span></a>
+ <a title="View renkan" href="#" class="actions"><span class="ui-icon ui-icon-eye renkan-basic-action"></span></a>
+ <a title="Copy renkan" href="#" class="actions"><span class="ui-icon ui-icon-copy renkan-basic-action"></span></a>
+ <a title="Remove renkan" href="#" class="actions"><span class="ui-icon ui-icon-trash renkan-basic-action"></span></a>
+ </td>
+ </tr>
+ </table>
+ <p>Gestion du mot de passe : <a href="{% url 'auth_password_change' %}">modification</a></p>
+{% endblock %}
\ No newline at end of file