Help/Sample scripts for page and folder menus
satya - 2/21/2014 3:19:29 PM
Here is how you add a page menu to a folder through its segment
<!--
*********************************
* Menu1
*********************************
-->
<div class="pagemenu1">
<p class="header">Back to..</p>
<p><a href="link-goes-here">Main Android Notes and Links</a>
</p>
<p><a href="another-link-goes-here">Main Android Notes and Links</a>
</p>
</div>
satya - 2/21/2014 3:20:03 PM
Here is how you add a folder contents widget to a folder menu
<!--
*********************************
* This folder
*********************************
-->
<div class="akc_expand" type="folderWidget">
<folder_id>370</folder_id>
</div>
satya - 3/17/2014 10:25:15 AM
Here is the sample code for ad banner: 2nd strip
<div class="akc_expand1 sb1t-shell-div" type="Banner2Widget">
<script type="text">
<loop>
<!-- Android Books -->
<row>
<title>Pro Android 4</title>
<text>
Pro Android 4: Extensive Programming Guide for Android Tablets and Phones.
</text>
<golink>/item/4058</golink>
</row>
<!-- Free chapters -->
<row>
<title>Pro Android 4</title>
<text>
Download Free Android SDK Chapters From Previous Pro Android Editions.
</text>
<golink>/item/4060</golink>
</row>
<!--
***************************
* Expert Android
***************************
-->
<row>
<title>Pro Android 3</title>
<text>
Free Android Training: Come to JaxMUG for 3 hours on Aug 6th!
</text>
<golink>/item/4617</golink>
</row>
<!--
***************************
* Ted
***************************
-->
<row>
<title>TED</title>
<text>
See a list of Extraordinary TED Sessions
</text>
<golink>/item/4608</golink>
</row>
<!--
***************************
* Jobs
***************************
-->
<row>
<title>Jobs</title>
<text>
How Modern Societies are failing their young: The Jobs Crisis
</text>
<golink>/item/3817</golink>
</row>
<!--
***************************
* End of Secondary banner items
***************************
-->
</loop>
</script>
<!-- end secondary banner -->
</div>