tinycm diff lib/header.html @ rev 86

Update French translation
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:13:50 2017 +0100 (2017-02-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lib/header.html	Sun Feb 12 00:13:50 2017 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +	<title>TinyCM %TITLE%</title>
     1.8 +	<meta charset="utf-8" />
     1.9 +	<link rel="shortcut icon" href="favicon.ico" />
    1.10 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.11 +	<script type="text/javascript" src="lib/functions.js"></script>
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<div id="header">
    1.16 +	<div id="logo"></div>
    1.17 +	<h1><a href="index.cgi">Content Manager</a></h1>
    1.18 +</div>
    1.19 +
    1.20 +<!-- Content -->
    1.21 +<div id="content">