Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104765404
images.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 12, 05:14
Size
1 KB
Mime Type
text/html
Expires
Fri, Mar 14, 05:14 (2 d)
Engine
blob
Format
Raw Data
Handle
24844390
Attached To
R3600 invenio-infoscience
images.html
View Options
<!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=iso-8859-1"
/>
<title>
jQuery treeview
</title>
<link
rel=
"stylesheet"
href=
"../jquery.treeview.css"
/>
<link
rel=
"stylesheet"
href=
"../red-treeview.css"
/>
<link
rel=
"stylesheet"
href=
"screen.css"
/>
<script
src=
"../lib/jquery.js"
type=
"text/javascript"
></script>
<script
src=
"../lib/jquery.cookie.js"
type=
"text/javascript"
></script>
<script
src=
"../jquery.treeview.js"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
"#browser"
).
treeview
();
});
</script>
</head>
<body>
<h1
id=
"banner"
><a
href=
"http://bassistance.de/jquery-plugins/jquery-plugin-treeview/"
>
jQuery Treeview Plugin
</a>
Demo
</h1>
<div
id=
"main"
>
<h4>
Sample 1 - default
</h4>
<ul
id=
"browser"
class=
"filetree"
>
<li><img
src=
"../images/folder.gif"
/>
123
</span>
<ul>
<li>
blabla
<img
src=
"../images/file.gif"
/></li>
</ul>
</li>
<li><img
src=
"../images/folder.gif"
/>
<ul>
<li><img
src=
"../images/folder.gif"
/>
<ul
id=
"folder21"
>
<li><img
src=
"../images/file.gif"
/>
more text
</li>
<li>
and here, too
<img
src=
"../images/file.gif"
/></li>
</ul>
</li>
<li><img
src=
"../images/file.gif"
/></li>
</ul>
</li>
<li
class=
"closed"
>
this is closed!
<img
src=
"../images/folder.gif"
/>
<ul>
<li><img
src=
"../images/file.gif"
/></li>
</ul>
</li>
<li><img
src=
"../images/file.gif"
/></li>
</ul>
</div>
</body></html>
Event Timeline
Log In to Comment