Skip to content

Instantly share code, notes, and snippets.

@varya
Created December 13, 2008 16:42
Show Gist options
  • Save varya/35495 to your computer and use it in GitHub Desktop.
Save varya/35495 to your computer and use it in GitHub Desktop.
<!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="ru" lang="ru">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="../manager/js/jquery.js" type="text/javascript"></script>
<script src="../manager/js/jquery-template.js" type="text/javascript"></script>
<script type="text/javascript">
var jsLocation = 'js/';
</script>
<script src="../manager/js/_Manager.js" type="text/javascript"></script>
<link href="css/page.css" type="text/css" rel="stylesheet" />
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/page-ie.css" /><![endif]-->
</head>
<body>
<div class="js_component" onclick="return {
components : [{
name : 'LightWindow',
params : {
template: 'templates/lightwindow/common.tpl',
content_template : 'templates/content/first.tpl',
size :
{
width : 600,
height : 400
}
}
}]
}">Первое окно</div>
<div class="js_component" onclick="return {
components : [{
name : 'LightWindow',
params : {
template: 'templates/lightwindow/common.tpl',
content_template : 'templates/content/second.tpl',
size :
{
width : 200,
height : 100
},
title: 'Это название!!!'
}
}]
}">Второе окно</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment