';
}
function include_font_awesome()
{
echo '';
}
function include_bootstrap()
{
echo '';
//echo '';
echo '';
echo '';
echo '';
}
function include_echarts()
{
echo '';
}
function echo_html_header($title)
{
echo '
'.$title.'
';
include_jquery();
include_font_awesome();
include_bootstrap();
include_echarts();
echo '';
}
function echo_page_header($header,$subtext)
{
echo '';
}
function echo_html_end()
{
echo '';
}
function echo_div($id)
{
echo '';
}
function echo_hr()
{
echo '
';
}
function echo_include_script($filename)
{
echo '';
}
function echo_autogoto($time,$page)
{
echo '';
}
function echo_link($text,$link)
{
echo ''.$text.'';
}
function echo_span_glyph($glyph)
{
echo '';
}
function echo_span_hint_link($glyph,$text,$hint,$link)
{
echo ''.''.$text.'';
}
function echo_icon_hint_link($icon,$text,$hint,$link)
{
echo '';
echo_icon($icon);
echo $text.'';
}
function echo_span_label($style,$text)
{
echo ''.$text.'';
}
function get_icon_html($name)
{
return '';
}
function echo_icon($name)
{
echo get_icon_html($name);
}
function get_badge_html($text)
{
return ''.$text.'';
}
function echo_badge($text)
{
echo get_badge_html($text);
}
function echo_alert($style,$text)
{
echo ''.$text.'
';
}
?>