Library Hebergement.h

Dependents:   Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC

Files at this revision

API Documentation at this revision

Comitter:
Fo170
Date:
Mon Sep 28 22:19:16 2015 +0000
Parent:
3:8f40eff6b3ce
Child:
5:96216ff68185
Commit message:
mise a jours info carte ENC28J60 de MikroE

Changed in this revision

hebergement.h Show annotated file Show diff for this revision Revisions of this file
--- a/hebergement.h	Wed Aug 19 16:08:57 2015 +0000
+++ b/hebergement.h	Mon Sep 28 22:19:16 2015 +0000
@@ -15,6 +15,9 @@
 #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_x64__       "password_folder_x64.png"
+const string str_password_folder_x64    =   "<img alt='' src='" __hebergement__ "png/" __image_password_folder_x64__ "'>";
+
 #define __image_301_Moved_Permanently__     "301_moved_permanently.jpg"
 const string str_moved_perm             =   "<img alt='' src='" __hebergement__ "jpg/" __image_301_Moved_Permanently__ "'>";
 
@@ -32,6 +35,9 @@
 
 #define __image_chrono__                    "chrono_x64.png"
 const string str_chrono                 =   "<img alt='' src='" __hebergement__ "png/" __image_chrono__ "'>";
+
+#define __image_battery__                    "battery_x64.png"
+const string str_battery                 =   "<img alt='' src='" __hebergement__ "png/" __image_battery__ "'>";
 //-------------------
 
 const string HTTP_OK      = "HTTP/1.0 200 OK";