Sha256: 53f52424abcba5908ac9533eb6f92a710db904ac2463cc920e86150df28f0c9d

Contents?: true

Size: 770 Bytes

Versions: 5

Compression:

Stored size: 770 Bytes

Contents

<html>
<head>
<title>RSCM</title>
<link type="text/css" rel="stylesheet" href="/stylesheets/style.css">
<script>

// TODO: border and black backgound/white FG. + file icons (prefix with U/D/A/M

// http://www.dyn-web.com/dhtml/iframes/

var regX = /\n/gi;

function addscroll() {
	var checkout_list = window.frames['checkout_list']
	checkout_list.document.body.innerHTML = "hippie\nyoyo<br>hippie<br>yoyo<br>hippie<br>yoyo<br>hippie<br>yoyo<br>".replace(regX, "<br>")
	checkout_list.scrollBy(0, 3000)
}

</script>
</head>
<body>

<iframe id="checkout_list" name="checkout_list" rows="20" cols="80">We'll see some checked out files here soon.....
</iframe>
<input type="Button" value="Scroll" id="myButton" onClick="addscroll()">

</body></html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
damagecontrol-0.5.0.1392 app/views/scm/scroll.html
damagecontrol-0.5.0.1391 app/views/scm/scroll.html
damagecontrol-0.5.0.1393 app/views/scm/scroll.html
damagecontrol-0.5.0 app/views/scm/scroll.html
damagecontrol-0.5.0.1404 app/views/scm/scroll.html