further development

This commit is contained in:
lars 2005-09-23 00:55:48 +00:00
parent 0b8449c48d
commit a6c10f516b
316 changed files with 18735 additions and 0 deletions

View file

@ -0,0 +1,17 @@
every report summary will be constructed this way:
- header
- single_header
- result-ok | result-error
<the diff>
- single_footer
- single_header
- result-ok | result-error
<the diff>
- single_footer
...
- footer

View file

@ -0,0 +1,12 @@
</div><!-- end of 'validation' -->
</div><!-- end of 'words' -->
<div id="footer">
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a>&nbsp;&nbsp;Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CryptoBox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="stylesheet" media="screen" href="cryptobox.css" type="text/css" />
</head>
<body>
<div id="main">
<div id="head">
<h1>Die CryptoBox</h1>
<h2>und zwar richtig!</h2>
</div>
<div id="content">
<div id="words">
<div id="validation">

View file

@ -0,0 +1 @@
<p class="error">

View file

@ -0,0 +1 @@
<p class="valid">

View file

@ -0,0 +1,2 @@
</p>
</div>

View file

@ -0,0 +1,5 @@
<div class="single_case">
<h1><a href="_TESTSERIES_/_TESTNAME_.html" title="retrieved page">/_TESTNAME_</a></h1>
<h2>_TESTDESCRIPTION_</h2>