[intranet/login] correction de chemin
Ignore-this: 797590882687e57b4ed23331e3397ebc Chemin absolu: la page de login peut être affichée depuis d'autres url darcs-hash:20090518181622-bd074-238865bef3b0d233b534ce6f1ce051fe357ef46b.gz
This commit is contained in:
parent
cc94565b49
commit
b0fc1c3dd8
2 changed files with 6 additions and 5 deletions
|
@ -18,11 +18,11 @@
|
|||
# ................................
|
||||
#
|
||||
# #############################################################
|
||||
# __init__.py
|
||||
# Root.py
|
||||
#
|
||||
# Classe impression
|
||||
# Classe de base de l'intranet
|
||||
#
|
||||
# Copyright (c) 2006 by www.crans.org
|
||||
# Copyright (c) 2006, 2007, 2008, 2009 by Cr@ns (http://www.crans.org/)
|
||||
# #############################################################
|
||||
import cherrypy, sys, os, datetime
|
||||
import crans.utils.exceptions
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
|
||||
<title>Cr@ns Intranet</title>
|
||||
<meta name="keywords" content="intranet crans association Cachan Réseau Normale Sup">
|
||||
<title>.:: Cr@ns Intranet ::.</title>
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/login.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -10,7 +11,7 @@
|
|||
|
||||
<div class="form">
|
||||
<div class="titre">
|
||||
<img src="./static/images/petitCr@ns.png" alt="logocr@ns" height="98px"/>
|
||||
<img src="/static/images/petitCr@ns.png" alt="logocr@ns" height="98px"/>
|
||||
<h2>Connexion</h2>
|
||||
</div>
|
||||
<div class="block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue