Loading tools/droiddoc/templates-sdk/docpage.cs +4 −4 Original line number Diff line number Diff line Loading @@ -2,19 +2,19 @@ <?cs include:"macros.cs" ?> <html> <?cs include:"head_tag.cs" ?> <body class="gc-documentation"> <body class="gc-documentation" itemscope itemtype="http://schema.org/Article"> <?cs include:"header.cs" ?> <div class="g-unit" id="doc-content"><a name="top"></a> <div id="jd-header" class="guide-header"> <span class="crumb"> <span class="crumb" itemprop="breadcrumb"> <?cs if:parent.link ?> <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>: <?cs else ?> <?cs /if ?> </span> <h1><?cs var:page.title ?></h1> <h1 itemprop="name"><?cs var:page.title ?></h1> </div> <?cs # THIS IS THE MAIN DOC CONTENT ?> Loading Loading @@ -61,7 +61,7 @@ <?cs /if ?><?cs # end if trainingnavtop ?> <div class="jd-descr"> <div class="jd-descr" itemprop="articleBody"> <?cs call:tag_list(root.descr) ?> </div> Loading tools/droiddoc/templates-sdk/head_tag.cs +3 −0 Original line number Diff line number Diff line <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <?cs if:page.metaDescription ?> <meta name="Description" content="<?cs var:page.metaDescription ?>"> <?cs /if ?> <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" /> <title><?cs if:page.title ?><?cs Loading tools/droiddoc/templates-sdk/sdkpage.cs +4 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <?cs else ?> <?cs include:"head_tag.cs" ?> <?cs /if ?> <body class="gc-documentation"> <body class="gc-documentation" itemscope itemtype="http://schema.org/CreativeWork"> <a name="top"></a> <?cs call:custom_masthead() ?> Loading Loading @@ -42,10 +42,11 @@ <div class="g-unit" id="doc-content" > <div id="jd-header" class="guide-header" > <span class="crumb"> </span> <h1><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1> <h1 itemprop="name"><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1> </div> <div id="jd-content"> <div id="jd-content" itemprop="description"> <?cs if:sdk.not_latest_version ?> <div class="special"> Loading Loading
tools/droiddoc/templates-sdk/docpage.cs +4 −4 Original line number Diff line number Diff line Loading @@ -2,19 +2,19 @@ <?cs include:"macros.cs" ?> <html> <?cs include:"head_tag.cs" ?> <body class="gc-documentation"> <body class="gc-documentation" itemscope itemtype="http://schema.org/Article"> <?cs include:"header.cs" ?> <div class="g-unit" id="doc-content"><a name="top"></a> <div id="jd-header" class="guide-header"> <span class="crumb"> <span class="crumb" itemprop="breadcrumb"> <?cs if:parent.link ?> <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>: <?cs else ?> <?cs /if ?> </span> <h1><?cs var:page.title ?></h1> <h1 itemprop="name"><?cs var:page.title ?></h1> </div> <?cs # THIS IS THE MAIN DOC CONTENT ?> Loading Loading @@ -61,7 +61,7 @@ <?cs /if ?><?cs # end if trainingnavtop ?> <div class="jd-descr"> <div class="jd-descr" itemprop="articleBody"> <?cs call:tag_list(root.descr) ?> </div> Loading
tools/droiddoc/templates-sdk/head_tag.cs +3 −0 Original line number Diff line number Diff line <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <?cs if:page.metaDescription ?> <meta name="Description" content="<?cs var:page.metaDescription ?>"> <?cs /if ?> <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" /> <title><?cs if:page.title ?><?cs Loading
tools/droiddoc/templates-sdk/sdkpage.cs +4 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <?cs else ?> <?cs include:"head_tag.cs" ?> <?cs /if ?> <body class="gc-documentation"> <body class="gc-documentation" itemscope itemtype="http://schema.org/CreativeWork"> <a name="top"></a> <?cs call:custom_masthead() ?> Loading Loading @@ -42,10 +42,11 @@ <div class="g-unit" id="doc-content" > <div id="jd-header" class="guide-header" > <span class="crumb"> </span> <h1><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1> <h1 itemprop="name"><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1> </div> <div id="jd-content"> <div id="jd-content" itemprop="description"> <?cs if:sdk.not_latest_version ?> <div class="special"> Loading