modifications de presentation
darcs-hash:20060918211219-f46e9-edfd4ca7a04a6d2b3fc9ba1f5d9d8dad1d5c90e0.gz
This commit is contained in:
parent
4f6c248b33
commit
cf23a42213
3 changed files with 59 additions and 32 deletions
|
@ -23,11 +23,18 @@
|
||||||
<label for="combien">Combien souhaites-tu mettre sur ton compte impression ?<br />
|
<label for="combien">Combien souhaites-tu mettre sur ton compte impression ?<br />
|
||||||
<input type="text" name="combien" value="$getVar('combien','')" /> €
|
<input type="text" name="combien" value="$getVar('combien','')" /> €
|
||||||
</label>
|
</label>
|
||||||
<p> ici, calcul des frais de transaction</p>
|
<p></p><!-- ici, calcul des frais de transaction -->
|
||||||
<div class="liens" id="liens">
|
<div class="liens" id="liens">
|
||||||
<a href="./">Annuler</a>
|
<a href="./">Annuler</a>
|
||||||
<script type="text/JavaScript">
|
<script type="text/JavaScript">
|
||||||
<!--
appendChildNodes("liens", A({'href':'#', 'onclick':"javascript:window.document.FormCombien.submit(); return false;"}, "Continuer"));
//-->
</script>
<noscript>
<input type="submit" value="Continuer"/>
</noscript>
</div>
|
<!--
|
||||||
|
appendChildNodes("liens", A({'href':'#','onclick':"javascript:window.document.FormCombien.submit(); return false;"}, "Continuer"));
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<input type="submit" value="Continuer"/>
|
||||||
|
</noscript>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
17
intranet/templates/info-diverses.tmpl
Normal file
17
intranet/templates/info-diverses.tmpl
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<div class="framed_gray">
|
||||||
|
<h1>Mots de passe Cr@ns</h1>
|
||||||
|
<h2>Pour les news</h2>
|
||||||
|
<dl>
|
||||||
|
<dt>Utilisateur :</dt>
|
||||||
|
<dd>Vivelapa</dd>
|
||||||
|
<dt>Mot de passe : </dt>
|
||||||
|
<dd>ranoia!</dd>
|
||||||
|
</dl>
|
||||||
|
<h2>Pour le wiki</h2>
|
||||||
|
<dl>
|
||||||
|
<dt>Utilisateur : </dt>
|
||||||
|
<dd>ViveLe</dd>
|
||||||
|
<dt>Mot de passe : </dt>
|
||||||
|
<dd>Wiki!</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
|
@ -18,7 +18,7 @@
|
||||||
label {
|
label {
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
width:100px;
|
width:100%;
|
||||||
clear:left;
|
clear:left;
|
||||||
}
|
}
|
||||||
textInputLabel {
|
textInputLabel {
|
||||||
|
@ -37,28 +37,31 @@
|
||||||
right:60px;
|
right:60px;
|
||||||
}
|
}
|
||||||
div#message {
|
div#message {
|
||||||
background:white;
|
background:white;
|
||||||
border:2px #cc0000 solid;
|
border:2px #cc0000 solid;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
width:230px;
|
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
margin:10px 60px;
|
margin:10px auto 10px auto;
|
||||||
|
clear:both;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Bienvenue sur Cr@nsIntranet</h1>
|
<h1>Bienvenue sur Cr@nsIntranet</h1>
|
||||||
|
|
||||||
#if $message
|
|
||||||
<div id="message">
|
|
||||||
$message
|
|
||||||
</div>
|
|
||||||
#end if
|
|
||||||
|
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<img src="/static/images/petitCr@ns.png" alt="logocr@ns" />
|
<img src="/static/images/petitCr@ns.png" alt="logocr@ns" />
|
||||||
<h2>Connexion</h2>
|
<h2>Connexion</h2>
|
||||||
|
#if $message
|
||||||
|
<div id="message">
|
||||||
|
$message
|
||||||
|
</div>
|
||||||
|
#else
|
||||||
|
<div id="messageFantom"></div>
|
||||||
|
#end if
|
||||||
|
|
||||||
<form method="post" action="do_login">
|
<form method="post" action="do_login">
|
||||||
<label class="textInputLabel" for="login">Login :</label>
|
<label class="textInputLabel" for="login">Login :</label>
|
||||||
<input type="text" id="login" name="login" value="$login" /><br />
|
<input type="text" id="login" name="login" value="$login" /><br />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue