<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Custom iGoogle Skins : Off" directory_title="Custom iGoogle Skins"
             description="Skin your iGoogle! Version 2.0. Create your own skins and share them with others using this gadget. This gadget feature a skin directory, a means to submit skins to it and details how to make your own skins in 4 easy steps!"
             author="Bonstio" author_email="bonstio+skins@gmail.com"
             title_url="http://bonstio.net/skins"
             author_location="Bath, UK" category="Tools"
             screenshot="http://igskins.googlecode.com/svn/trunk/images/skinsv2.png"
             thumbnail="http://igskins.googlecode.com/svn/trunk/images/skins_thumb.png"
             singleton="true">
	<Locale messages="http://igskins.googlecode.com/svn/trunk/lang/ALL_ALL.xml"/>
	<Require feature="setprefs"/>
    <Require feature="minimessage"/>
    <Require feature="dynamic-height"/>
	<Require feature="analytics"/>
    <Require feature="tabs"/>
</ModulePrefs>
<UserPref name="testSkin" default_value="" display_name="CSS file of test skin"/>
<UserPref name="adSupported" display_name="Support Bonstio" default_value="1" datatype="enum">
	<EnumValue display_value="No problem!" value="1"/>
	<EnumValue display_value="No way!" value="0"/>
</UserPref>
<UserPref name="orderby" display_name="Order directory by" default_value="0" datatype="enum">
	<EnumValue display_value="Name" value="2"/>
	<EnumValue display_value="Most recent" value="1"/>
	<EnumValue display_value="Most popular" value="0"/>
</UserPref>
<UserPref name="directoryHeight" display_name="Directory height" default_value="375px" datatype="enum">
	<EnumValue display_value="Show 5 skins" value="205px"/>
	<EnumValue display_value="Show 10 skins" value="375px"/>
	<EnumValue display_value="Show 15 skins" value="540px"/>
	<EnumValue display_value="Show all skins" value="auto"/>
</UserPref>
<UserPref name="skinChoice" display_name="Skin choice" default_value="0" datatype="enum">
	<EnumValue display_value="Show only custom skins" value="0"/>
	<EnumValue display_value="Show only Google skins" value="1"/>
	<EnumValue display_value="Show custom and official skins" value="2"/>
</UserPref>
<UserPref name="flickrGroupId" default_value="65811237@N00" display_name="Flickr group id"/>
<UserPref name="showAuthorUrls" default_value="true" datatype="bool" display_name="Show author links"/>
<UserPref name="showUpdates" default_value="true" datatype="bool" display_name="Show update alerts"/>
<UserPref name="showDirectory" default_value="true" datatype="bool" display_name="Show directory tab"/>
<UserPref name="showSchedule" default_value="true" datatype="bool" display_name="Show rules tab"/>
<UserPref name="showCreate" default_value="true" datatype="bool" display_name="Show create tab"/>
<UserPref name="showSubmit" default_value="true" datatype="bool" display_name="Show submit tab"/>
<UserPref name="showNews" default_value="true" datatype="bool" display_name="Show news tab"/>
<UserPref name="hiddenMode" default_value="false" datatype="bool" display_name="Use hidden mode"/>
<UserPref name="LAST_AD_SHOW" default_value="" datatype="hidden"/>
<UserPref name="skinName" datatype="hidden" default_value="TESTING"/>
<UserPref name="cssUrl" datatype="hidden" default_value=""/>
<UserPref name="schedule" datatype="hidden"/>
<UserPref name="presetSkinName" datatype="hidden" default_value=""/>
<UserPref name="presetTestSkin" datatype="hidden"/>
<UserPref name="presetSkinCss" datatype="hidden"/>
<UserPref name="presetSchedule" datatype="hidden"/>
<UserPref name="origCss" datatype="hidden" default_value=""/>
<UserPref name="selectedTab" datatype="hidden"/>
<UserPref name="readUpdate9" datatype="hidden"/>
<UserPref name="isScheduleMode" datatype="hidden"  default_value="false"/>


<Content type="html-inline">
<![CDATA[
<style>
	.tabWindow__MODULE_ID__
	{
		white-space:nowrap;
		white-space: normal;
		padding:2px;
	}

	.heightPref__MODULE_ID__
	{
	    height:__UP_directoryHeight__;
	}

	.adClass__MODULE_ID__
	{
		background-color: #ffffff;
		filter: alpha(opacity=55);
		-moz-opacity: .55;
		width:100%;
	}

	.sortBy__MODULE_ID__
	{
		text-align:right;
		font-size:80%;
		padding:2px;
	}

	.skinth, .skinthsel
	{
	    width:auto ! important;
	}

	.hand
	{
		cursor:pointer;cursor:hand;
	}

	.sortBy__MODULE_ID__ a:link, .sortBy__MODULE_ID__ a:visited, .sortBy__MODULE_ID__ a:hover
	{
		text-decoration:none;
	}

	.sortBy__MODULE_ID__ a:hover
	{
		text-decoration:underline;
	}

	.tabDiv__MODULE_ID__
	{
	    font-size: 90%;
        text-align: justify;
        display:none;
	}

	.bottomMargin__MODULE_ID__
	{
		margin-bottom: 5px;
	}

</style>
<div id="hide__MODULE_ID__" class="sortBy__MODULE_ID__"style="display:none;"><a href="javascript:void(0);" onclick="skinGadget__MODULE_ID__.toggleHidden(skinGadget__MODULE_ID__);">hide skins gadget &raquo</a></div>
<div id="minimsgs__MODULE_ID__" style="padding:2px;"></div>
<div id="tabContainer__MODULE_ID__">
	<div class="sortBy__MODULE_ID__" id="sortBy__MODULE_ID__" style="display:none;">
		__MSG_sortLabel__ <a href="javascript:void(0)" onclick="this.blur();skinGadget__MODULE_ID__.showFilter(false); skinGadget__MODULE_ID__.orderBy = 2; skinGadget__MODULE_ID__.prefs.set('orderby', skinGadget__MODULE_ID__.orderBy);skinGadget__MODULE_ID__.getSkins();">__MSG_sortByName__</a> /
		<a href="javascript:void(0)" onclick="this.blur(); skinGadget__MODULE_ID__.showFilter(false); skinGadget__MODULE_ID__.orderBy = 1; skinGadget__MODULE_ID__.prefs.set('orderby', skinGadget__MODULE_ID__.orderBy);skinGadget__MODULE_ID__.getSkins();">__MSG_sortByDate__</a> /
		<a href="javascript:void(0)" onclick="this.blur();  skinGadget__MODULE_ID__.showFilter(false); skinGadget__MODULE_ID__.orderBy = 0; skinGadget__MODULE_ID__.prefs.set('orderby', skinGadget__MODULE_ID__.orderBy);skinGadget__MODULE_ID__.getSkins();">__MSG_sortByPopularity__</a> /
		<a href="javascript:void(0)" onclick="this.blur();skinGadget__MODULE_ID__.showFilter(true);">__MSG_sortFilter__</a>
	</div>
	<div id="filterBox__MODULE_ID__" class="tabDiv__MODULE_ID__">
		<table width="95%" align="center">
			<tbody>
				<tr>
					<td width="35%" align="right" colspan="1">__MSG_sortFilterLabel__</td>
					<td width="65%" nowrap="" align="left" colspan="2"> 
						<input type="text" value="" id="filterString__MODULE_ID__" maxlen="200" size="20" onkeypress="skinGadget__MODULE_ID__.filter();" onclick="skinGadget__MODULE_ID__.filter();" onchange="skinGadget__MODULE_ID__.filter();"/>
					</td>
				</tr>
			</tbody>
		</table>
	</div>
</div>
<div id="select__MODULE_ID__">
	<div style="display:none; overflow-y: auto;" id="directory__MODULE_ID__" class="tabWindow__MODULE_ID__ heightPref__MODULE_ID__">
		<div id="loading__MODULE_ID__">
			<a href="javascript:void(0)" onclick="skinGadget__MODULE_ID__.getSkins();"><img style="position:relative; top:5px;" src="http://igskins.googlecode.com/svn/trunk/images/arrow_refresh_small.png" alt="Refresh" title="__MSG_tabDirectoryReload__"/></a>__MSG_tabDirectoryLoading__
		</div>
	</div>
    <div class="pr" id="saveDiv__MODULE_ID__" style="display:none;">
        <input id="save__MODULE_ID__" type="button" onclick="this.blur(); skinGadget__MODULE_ID__.save();" value="__MSG_lblBtnSave__" />
    </div>
</div>
<div id="create__MODULE_ID__" class="tabDiv__MODULE_ID__">
    <div id="createInner__MODULE_ID__" style="overflow-y: auto;" class="tabWindow__MODULE_ID__ heightPref__MODULE_ID__"></div>
</div>
<div id="submit__MODULE_ID__"  class="tabDiv__MODULE_ID__ tabWindow__MODULE_ID__">
	<div id="submitInstructions__MODULE_ID__" class="bottomMargin__MODULE_ID__"></div>
	<form name="submitSkin__MODULE_ID__" id="submitSkin__MODULE_ID__" action="http://bonstio.net/igskins/submitSkin.php" method="GET">
		<table width="95%" align="center">
		    <thead/>
			<tbody style="width:100%">
				<tr>
					<td width="15%" align="right" colspan="1">__MSG_lblSkinName__</td>
					<td  nowrap="" align="left" colspan="2"> 
						<input type="text" size="20" style="width:60%;" maxlen="200" id="skinName__MODULE_ID__" name="skinName" value=""/>
					</td>
				</tr>
				<tr>
					<td style="white-space:nowrap;" width="15%" align="right" colspan="1">__MSG_lblAuthorName__</td>
					<td  nowrap="" align="left" colspan="2"> 
						<input type="text" size="20" style="width:60%;" maxlen="200" id="skinAuthor__MODULE_ID__" name="skinAuthor" value=""/>
					</td>
				</tr>
				<tr>
					<td style="white-space:nowrap;" width="15%" align="right" colspan="1">__MSG_lblEmailAddress__</td>
					<td  nowrap="" align="left" colspan="2"> 
						<input type="text" style="width:60%;" maxlen="200" id="skinAuthorEmail__MODULE_ID__" name="skinAuthorEmail" value=""/>
					</td>
				</tr>
				<tr>
					<td style="white-space:nowrap;" width="15%" align="right" colspan="1">__MSG_lblAuthorWebsite__</td>
					<td  nowrap="" align="left" colspan="2"> 
						<input type="text" style="width:80%;" maxlen="200" id="skinAuthorUrl__MODULE_ID__" name="skinAuthorUrl" value=""/>
					</td>
				</tr>
				<tr>
					<td style="white-space:nowrap;" width="15%" align="right" colspan="1">__MSG_lblUrlOfCssFile__</td>
					<td  nowrap="" align="left" colspan="2"> 
						<input type="text" style="width:80%;"  maxlen="200" id="skinUrl__MODULE_ID__" name="skinUrl" value="__UP_testSkin__"/>
					</td>
				</tr>
				<tr>
					<td colspan="2" nowrap="" align="right" colspan="1"><br/>__MSG_lblPrivacy__ &nbsp;
						<input type="button" id="submitButton__MODULE_ID__"
						   onclick="this.blur(); skinGadget__MODULE_ID__.submit();"
						   value="__MSG_lblBtnSubmit__"/>
					</td>
				</tr>
			</tbody>
		</table>
	</form>
</div>
<div id="updates__MODULE_ID__" class="tabDiv__MODULE_ID__">
    <div id="updatesInner__MODULE_ID__" style="overflow-y: auto;"  class="tabWindow__MODULE_ID__ heightPref__MODULE_ID__"></div>
</div>
<div id="schedule__MODULE_ID__"  class="tabWindow__MODULE_ID__ tabDiv__MODULE_ID__"></div>
<iframe src="http://igskins.googlecode.com/svn/trunk/analytics.html" frameborder=0 width=0 height=0 scrolling=no></iframe>
<script type="text/javascript" src="http://igskins.googlecode.com/svn/trunk/js/skins.js"></script>
<script type="text/javascript" src="http://igskins.googlecode.com/svn/trunk/js/querystring.js"></script>
<script type="text/javascript" src="http://igskins.googlecode.com/svn/trunk/js/dragDropTable.js"></script>
<script type="text/javascript" src="http://bonstio.net/igskins/ip.php"></script>

<script type="text/javascript" >
	_IG_RegisterOnloadHandler(function() { 	skinGadget__MODULE_ID__ = new skinsGadget(__MODULE_ID__); });
</script>
]]>
</Content>
</Module>

        
