Make jqm version easier to change
Make jqm version easier to change

file:a/.gitignore -> file:b/.gitignore
   
/labs/tiles/12 /labs/tiles/12
/labs/tiles/13 /labs/tiles/13
/labs/tiles/14 /labs/tiles/14
/labs/tiles/15 /labs/tiles/15
/labs/tiles/16 /labs/tiles/16
/labs/tiles/17 /labs/tiles/17
/labs/tiles/19 /labs/tiles/19
  /nbproject/private/
cp /root/aws.php /tmp/ cp /root/aws.php /tmp/
mkdir /var/www/lib/staticmaplite/cache chmod 777 /var/cache/lighttpd/compress/
   
chcon -h system_u:object_r:httpd_sys_content_t /var/www chcon -h system_u:object_r:httpd_sys_content_t /var/www
chcon -R -h root:object_r:httpd_sys_content_t /var/www/* chcon -R -h root:object_r:httpd_sys_content_t /var/www/*
   
chcon -R -t httpd_sys_content_rw_t /var/www/lib/staticmaplite/cache  
chmod -R 777 /var/www/lib/staticmaplite/cache  
   
chcon -R -t httpd_sys_content_rw_t /var/www/labs/tiles chcon -R -t httpd_sys_content_rw_t /var/www/labs/tiles
chmod -R 777 /var/www/labs/tiles chmod -R 777 /var/www/labs/tiles
   
chcon -R -t httpd_sys_content_rw_t /var/www/lib/openid-php/oid_store  
chmod -R 777 /var/www/lib/openid-php/oid_store  
   
wget http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip \ wget http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip \
-O /var/www/cbrfeed.zip -O /var/www/cbrfeed.zip
   
/*!  
* jQuery Mobile v1.0b3  
* http://jquerymobile.com/  
*  
* Copyright 2010, jQuery Project  
* Dual licensed under the MIT or GPL Version 2 licenses.  
* http://jquery.org/license  
*/  
/*  
* jQuery Mobile Framework  
* Copyright (c) jQuery Project  
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.  
*/  
 
 
/* A  
-----------------------------------------------------------------------------------------------------------*/  
 
.ui-bar-a {  
border: 1px solid #2A2A2A;  
background: #111111;  
color: #ffffff;  
font-weight: bold;  
text-shadow: 0 -1px 1px #000000;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#111)); /* Saf4+, Chrome */  
background-image: -webkit-linear-gradient(top, #3c3c3c, #111); /* Chrome 10+, Saf5.1+ */  
background-image: -moz-linear-gradient(top, #3c3c3c, #111); /* FF3.6 */  
background-image: -ms-linear-gradient(top, #3c3c3c, #111); /* IE10 */  
background-image: -o-linear-gradient(top, #3c3c3c, #111); /* Opera 11.10+ */  
background-image: linear-gradient(top, #3c3c3c, #111);  
}  
.ui-bar-a,  
.ui-bar-a input,  
.ui-bar-a select,  
.ui-bar-a textarea,  
.ui-bar-a button {  
font-family: Helvetica, Arial, sans-serif;  
}  
.ui-bar-a .ui-link-inherit {  
color: #fff;  
}  
.ui-bar-a .ui-link {  
color: #7cc4e7;  
font-weight: bold;  
}  
.ui-body-a {  
border: 1px solid #2A2A2A;  
background: #222222;  
color: #fff;  
text-shadow: 0 1px 0 #000;  
font-weight: normal;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222)); /* Saf4+, Chrome */  
background-image: -webkit-linear-gradient(top, #666, #222); /* Chrome 10+, Saf5.1+ */  
background-image: -moz-linear-gradient(top, #666, #222); /* FF3.6 */  
background-image: -ms-linear-gradient(top, #666, #222); /* IE10 */  
background-image: -o-linear-gradient(top, #666, #222); /* Opera 11.10+ */  
background-image: linear-gradient(top, #666, #222);  
}  
.ui-body-a,  
.ui-body-a input,  
.ui-body-a select,  
.ui-body-a textarea,  
.ui-body-a button {  
font-family: Helvetica, Arial, sans-serif;  
}  
.ui-body-a .ui-link-inherit {  
color: #fff;  
}  
.ui-body-a .ui-link {  
color: #2489CE;  
font-weight: bold;  
}  
.ui-br {  
border-bottom: rgb(130,130,130);  
border-bottom: rgba(130,130,130,.3);  
border-bottom-width: 1px;  
border-bottom-style: solid;  
}  
.ui-btn-up-a {  
border: 1px solid #222;  
background: #333333;  
font-weight: bold;  
color: #fff;  
text-shadow: 0 -1px 1px #000;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); /* Saf4+, Chrome */  
background-image: -webkit-linear-gradient(top, #555, #333); /* Chrome 10+, Saf5.1+ */  
background-image: -moz-linear-gradient(top, #555, #333); /* FF3.6 */  
background-image: -ms-linear-gradient(top, #555, #333); /* IE10 */  
background-image: -o-linear-gradient(top, #555, #333); /* Opera 11.10+ */  
background-image: linear-gradient(top, #555, #333);  
}  
.ui-btn-up-a a.ui-link-inherit {  
color: #fff;  
}  
.ui-btn-hover-a {  
border: 1px solid #000;  
background: #444444;  
font-weight: bold;  
color: #fff;  
text-shadow: 0 -1px 1px #000;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); /* Saf4+, Chrome */  
background-image: -webkit-linear-gradient(top, #666, #444); /* Chrome 10+, Saf5.1+ */  
background-image: -moz-linear-gradient(top, #666, #444); /* FF3.6 */  
background-image: -ms-linear-gradient(top, #666, #444); /* IE10 */  
background-image: -o-linear-gradient(top, #666, #444); /* Opera 11.10+ */  
background-image: linear-gradient(top, #666, #444);  
}  
.ui-btn-hover-a a.ui-link-inherit {  
color: #fff;  
}  
.ui-btn-down-a {  
border: 1px solid #000;  
background: #3d3d3d;  
font-weight: bold;  
color: #fff;  
text-shadow: 0 -1px 1px #000;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#5a5a5a)); /* Saf4+, Chrome */  
background-image: -webkit-linear-gradient(top, #333, #5a5a5a); /* Chrome 10+, Saf5.1+ */  
background-image: -moz-linear-gradient(top, #333, #5a5a5a); /* FF3.6 */  
background-image: -ms-linear-gradient(top, #333, #5a5a5a); /* IE10 */  
background-image: -o-linear-gradient(top, #333, #5a5a5a); /* Opera 11.10+ */  
background-image: linear-gradient(top, #333, #5a5a5a);  
}  
.ui-btn-down-a a.ui-link-inherit {  
color: #fff;