</div>
[% IF pagename == 'register' && registration_enabled == '1' %]
- <h4>Vous n'avez pas un compte?</h4>
- <h6 class="font-weight-light">Registrez vous encore aujourd'hui! </h6>
+ <h4>Vous n'avez pas encore de compte utilisateur?</h4>
+ <h6 class="font-weight-light">Enregistrez-vous encore aujourd'hui! </h6>
<form class="pt-3" method="POST" >
<div class="form-group">
<label>Nom</label>
<button type="submit" name="btnregister" class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn">Créer un compte</button>
</div>
<div class="text-center mt-4 font-weight-light">
- vous avez déjà un compte? <a href="[% abspath %]login.html" class="text-primary">se Connecter</a>
+ vous avez déjà un compte? <a href="[% abspath %]login.html" class="text-primary">Se connecter</a>
</div>
</form>
[% ELSIF pagename == 'forgotpassword' %]
<button type="submit" name="btnforgotpassword" class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn" >Envoyer</button>
</div>
<div class="text-center mt-4 font-weight-light">
- <a href="[% basepath %]/login.html" class="text-primary">se Connecter</a>
+ <a href="[% basepath %]/login.html" class="text-primary">Se connecter</a>
</div>
</form>
[% ELSIF pagename == 'message' %]
<div class="alert alert-[% messagetype %]">[% message %]</div>
<div class="text-center mt-4 font-weight-light">
- <a href="[% basepath %]/login.html" class="text-primary">Se Connecter</a>
+ <a href="[% basepath %]/login.html" class="text-primary">Se connecter</a>
</div>
[% IF registration_enabled == '1' %]
<div class="text-center mt-4 font-weight-light">
<a href="[% abspath %]forgotpassword.html" class="auth-link text-black">Mot de passe oublié?</a>
</div>
<div class="my-3">
- <button type="submit" name="btnlogin" class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn" >se Connecter</button>
+ <button type="submit" name="btnlogin" class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn" >Se connecter</button>
</div>
[% IF registration_enabled == '1' %]
<div class="text-center mt-4 font-weight-light">
NUPL="HEAD"
CALLDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source upload.conf
-
+CDATE=`date +"%F %T"`
LUPLTAG=`cat ${CALLDIR}/lastupload.txt | awk '{ print $1 }'`
IFS=$'\n'
echo ${LUPLTAG}
if [[ $f != dev/* ]]
then
echo "UPLOADING: "$f
- echo "scp -P ${SSHPORT} ${LOCALPATH}/$f ${SSHUSER}@${SSHHOST}:${SSHREMOTEPATH}/$f"
+ scp -P ${SSHPORT} ${LOCALPATH}/$f ${SSHUSER}@${SSHHOST}:${SSHREMOTEPATH}/$f
else
echo "skipping file: "$f
fi
done
echo `git log --pretty=format:"%h - %ai" | head -n 1` > ${CALLDIR}/lastupload.txt
+ git add -A
+ git commit -m "LIVE Upload ${CDATE}"
else
echo "upload skipped!"
fi