Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: incHeaderYUI Arguments: Description: (Shared) HTML header for SkillsRank Page type: text Render function: Module: skillsrank Page source: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > <head> <title>SkillsRank</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="Author" content="SkillsRank.com" /> <meta name="distribution" content="global" /> <meta name="rating" content="general" /> <meta name="Keywords" content="job, jobs, cv, resume, skills, rank, skill, search" /> <meta name="ICBM" content=""/> <!-- see geourl.org --> <meta name="DC.title" content="SkillsRank.com"/> <link rel="shortcut icon" href="favicon.ico"/> <!-- see favicon.com --> <!-- style type="text/css" media="all">@import "style.css";</style --> <webl>WubCall("skillsrank.incCSS", []);</webl> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> #sortable { list-style-type: none; margin: 0; padding: 0; } #sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; text-align: center; list-style: none; } </style> <script type="text/javascript"> $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); </script> </head>