Cafe Menu in SharePoint with jQuery Calendar and SPServices

<link href=”/mgt/Style Library/Code/ALiSS/Cafe/CSS/jquery-ui.min.css” rel=”stylesheet” type=”text/css” />

<style>
.MenuPageTitle{
font-weight:bold;
font-size:24px;
color:#FF0000;
}
.CafeSelect{
width:300px;
height:30px;
font-weight:bold;
padding:5px;
font-size:14px;

}
.CafeSelect option{
padding:5px;
margin:5px;
}
.DateBox{
width:288px;
height:20px;
font-weight:bold;
font-size:14px;
padding:5px;
}

.SearchButton{
width:150px;
height:30px;
background:#009797;
color:#FFFFFF;
font-weight:bold;
border:1px #009797 outset;
}
.SearchButton:hover{
background:#00DFDF;
border:1px #00DFDF outset;
cursor:pointer;
}
.LocationTitle{
font-weight:bold;
font-size:28px;
color:#CC7A00;
text-decoration:none!important;
padding:0!important;
margin:0!important;

}

.NOXBox{
background:#D3D3BC;
width:80%;
padding:10px;
}
.HideMe{
display:none;
}
.SearchBox{
/*background:#EAEADF;*/
padding:10px;
text-align:center;
width:80%;
}
.MenuHeadNOX{
font-weight:bold;
font-size:18px;
color:#990000;
}
.MenuTextNOX{
font-weight:bold;
color:#004284;
font-size:14px;

}
.MenuText{
font-weight:bold;
color:#000000;
font-size:14px;

}

.MenuText2{
font-weight:bold;
color:#007297;
font-size:14px;
font-family:Georgia;

}

.MenuHead{
font-weight:bold;
font-size:18px;
color:#990000;
}
.MenuHeadBar
{
font-weight:bold;
font-size:16px;
color:#B30000;
}
.TdStyle{
min-width:32%;
text-align:left;
}

.EastMenu{
background:#D3D3BC;
width:80%;
padding:10px;

}
.ui-datepicker-title{
background:#B0D0FF;
color:#FFFFFF;
}
.ui-datepicker-header{
background:#B0D0FF;

}
.ui-datepicker table{
background:#D9E8FF;
}
.FoodTimings{
font-weight:bold;
color:#A40000;
font-size:12px;
text-align:center;
}

.MyTable2{
width:100%
}
.MyTable2,td{
/*border:thin black solid;*/
}

.MenuBox{
width:80%;
padding:10px;
border:thin #CCCCCC solid;

}
.MenuBoxSoup{
background:#9A9A65;
width:80%;
padding:10px;

}

.GFMessage{
font-weight:bold; color:#FF0000;
}
.HideMe2{
display:none;
}
.TimeText{
text-align:center;
}
</style>

/*
$( function() {
$( “.datepicker” ).datepicker({
altField: “#dateHidden”,
dateFormat: ‘yy-mm-dd’,
onSelect: function(date){
$(“#NOXBar”).addClass(“HideMe”);
$(“#NOXSoup”).addClass(“HideMe”);
$(“#NOXSpecial”).addClass(“HideMe”);
$(“#DefaultBreakfast”).addClass(“HideMe”);
$(“#DefaultLunch”).addClass(“HideMe”);
$(“#DefaultDinner”).addClass(“HideMe”);
$(“#BBar”).addClass(“HideMe”);
$(“#LBar”).addClass(“HideMe”);
$(“#DBar”).addClass(“HideMe”);
$(“#TheBrunch”).addClass(“HideMe”);
$(“#LSoup”).addClass(“HideMe”);
$(“#DSoup”).addClass(“HideMe”);
$(“#SPB”).addClass(“HideMe”);
$(“#SPL”).addClass(“HideMe”);
$(“#SPD”).addClass(“HideMe”);

var Loc = $(“#Cafe”).val();
GetLoc(Loc,date);
}
})
.datepicker(“setDate”, “0”);
} );
*/

<center><p class=”MenuPageTitle”>US Embassy Kabul Cafeteria Menus</p></center>

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.