Library Hebergement.h

Dependents:   Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC

Revision:
3:8f40eff6b3ce
Parent:
2:b71f5a2b31bc
Child:
4:11e8d85ca94c
--- a/hebergement.h	Wed Aug 19 09:50:25 2015 +0000
+++ b/hebergement.h	Wed Aug 19 16:08:57 2015 +0000
@@ -12,15 +12,26 @@
 // const string str_Logo_image =  "<img alt='' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAUklEQVQ4T2NggIEGMIBzCTDgSh0cHAjrIcFgiGFoGoCWELYQrgLIgGsg4CtkaTibWNfu378fq2tpHx6EbcAMQ8J6iPU3cpIhbCqaisFpCTwVAwB5lit+0ltbrgAAAABJRU5ErkJggg=='>";
 const string str_favicon = "<LINK REL=\"SHORTCUT ICON\" type=\"image/x-icon\" href=\"" __hebergement__ "favicon.ico\">\r\n<link rel=\"icon\" href=\"" __hebergement__ "favicon.ico\" type=\"image/x-icon\">";
 
-#define __image_password_folder__                "password_folder.jpg"
-const string str_image_Password_Folder  = "<img alt='' src='" __hebergement__ "jpg/" __image_password_folder__ "'>";
+#define __image_password_folder__           "password_folder.jpg"
+const string str_image_Password_Folder  =   "<img alt='' src='" __hebergement__ "jpg/" __image_password_folder__ "'>";
+
+#define __image_301_Moved_Permanently__     "301_moved_permanently.jpg"
+const string str_moved_perm             =   "<img alt='' src='" __hebergement__ "jpg/" __image_301_Moved_Permanently__ "'>";
+
+#define __image_401_Unauthorized__          "401_Unauthorized.png"
+const string str_Unauthorized           =   "<img alt='' src='" __hebergement__ "png/" __image_401_Unauthorized__ "'>";
 
-#define __image_301_Moved_Permanently__          "301_moved_permanently.jpg"
-const string str_moved_perm   = "<h1>301 Moved Permanently <img alt='' src='" __hebergement__ "jpg/" __image_301_Moved_Permanently__ "'></h1>\r\n";
+#define __image_ampoule_OFF__               "ampoule_OFF_x32.png"
+const string str_ampoule_OFF            =   "<img alt='' src='" __hebergement__ "png/" __image_ampoule_OFF__ "'>";
+
+#define __image_ampoule_ON__                "ampoule_ON_x32.png"
+const string str_ampoule_ON             =   "<img alt='' src='" __hebergement__ "png/" __image_ampoule_ON__ "'>";
 
-#define __image_401_Unauthorized__               "401_Unauthorized.png"
-const string str_Unauthorized = "<h1>401 Unauthorized <img alt='' src='" __hebergement__ "png/" __image_401_Unauthorized__ "'></h1>\r\n";
+#define __image_thermometre__               "thermometre_x64.png"
+const string str_thermometre            =   "<img alt='' src='" __hebergement__ "png/" __image_thermometre__ "'>";
 
+#define __image_chrono__                    "chrono_x64.png"
+const string str_chrono                 =   "<img alt='' src='" __hebergement__ "png/" __image_chrono__ "'>";
 //-------------------
 
 const string HTTP_OK      = "HTTP/1.0 200 OK";