http_fs.h

来自「Embeded MCU Tcpip code.」· C头文件 代码 · 共 88 行

H
88
字号
/* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU */
/* MICROELECTRONICS ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR */
/* ELIGIBILITY FOR ANY PURPOSES.                                             */
/*                 (C) Fujitsu Microelectronics Europe GmbH                  */
/*---------------------------------------------------------------------------
  HTTP_FS.H

/*---------------------------------------------------------------------------*/

#ifndef _HTTP_FS_H
#define _HTTP_FS_H

// http-fs Filesystem

/** \brief File not found message
 *
 *	Message that will be displayed if a file with appropriate name (hash
 *	value) was not found.
 */
extern const char https_not_found_page_old[];

/* File: error.html
 * Desc: The complete FME Main Page.
 */
extern const char https_not_found_page[];

/*
 * File: no file
 * Desc: template for mcustatus page
 */
extern const char mcustatstabletemp[];
//const char mcustatstemplate[] = {"<tr><th>%u</th><th bgcolor='%s'><a href=\"mcustatus.html?LED=0%u\">%s</a></th>\n<th bgcolor='%s'><a href=\"mcustatus.html?LED=1%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatus.html?LED=2%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatus.html?LED=3%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatus.html?LED=4%u\">%s</a>\n</th><th bgcolor='%s'><a href=\"mcustatus.html?LED=5%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatus.html?LED=6%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatus.html?LED=7%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatus.shtml?LED=8%u\">%s</a></th><th bgcolor='%s'><a href=\"mcustatustestblubbblubbb.shtml?LED=9%u\">%s</a></th></tr>\r\n"};
extern const char mcustatstemplate1[];
extern const char mcustatstemplate2[];

/*
 * File: no file
 * Desc: descriptor for sprintf
 */
extern const char tablestart[];
extern const char tablestop[];

/* File: index.html
 * Desc: the main page.
 */
extern const char https_index_html[];

/* File: no file
 * Desc: The header to transmit html Pages.
 */
extern const char https_startsession[];

/* File: main.html
 * Desc: The complete FME Main Page.
 */
extern const char https_main_html[];

/* File: header.html
 * Desc: The Fujitsu Header to build your own dynamic docs at runtime.
 */
extern const char https_header_html[];

/* File: footer.html
 * Desc: the footer of the FME website
 */
extern const char https_footer_html[];

/* File: logo.gif
 *  Desc: The Fujitsu logo
 */  
extern const char https_logo_gif[];


/* File: location_bg.gif
 * Desc: Only test purposes.
 */
extern const char https_location_bg_gif[];

/* File: style.css
 * Desc: The Fujitsu Stylesheet file
 */
extern const char https_style_css[];
/* end binary data. size = 1400 bytes */

extern const char https_fade_png[];

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?