Lemonldap-NG-Portal
view release on metacpan or search on metacpan
site/htdocs/static/bwr/jquery/dist/jquery.js view on Meta::CPAN
support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
// Support: IE <=9 only
// IE <=9 replaces <option> tags with their contents when inserted outside of
// the select element.
div.innerHTML = "<option></option>";
support.option = !!div.lastChild;
} )();
// We have to close these tags to support XHTML (trac-13200)
var wrapMap = {
// XHTML parsers do not magically insert elements in the
// same way that tag soup parsers do. So we cannot shorten
// this by omitting <tbody> or other required elements.
thead: [ 1, "<table>", "</table>" ],
col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
tr: [ 2, "<table><tbody>", "</tbody></table>" ],
td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
_default: [ 0, "", "" ]
};
site/templates/common/mail_header.tpl view on Meta::CPAN
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {margin: 0; padding: 0; min-width: 100%!important; background: #eee; font-family: sans-serif;}
.content {width: 100%; max-width: 600px; background: #fff; color: #000; font-weight: 500; padding: 10px; margin: 20px auto; border-radius: 30px;}
.footer {width: 100%; max-width: 600px; color:#454545; font-weight:300; margin: 0 10px;}
</style>
</head>
<body>
t/templates/mailtplskin/mail_header.tpl view on Meta::CPAN
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {margin: 0; padding: 0; min-width: 100%!important; background: #eee; font-family: sans-serif;}
.content {width: 100%; max-width: 600px; background: #fff; color: #000; font-weight: 500; padding: 10px; margin: 20px auto; border-radius: 30px;}
.footer {width: 100%; max-width: 600px; color:#454545; font-weight:300; margin: 0 10px;}
</style>
</head>
<body>
( run in 0.498 second using v1.01-cache-2.11-cpan-49f99fa48dc )